Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command-line tools to split and/or reassemble .fwdata files #403

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Jun 26, 2024

These tools were originally created in sillsdev/languageforge-lexbox#735, but are being moved to the flexbridge repository in order to simplify the process of distributing them. The intent of these tools is to enable automated test scenarios for Send/Receive as per sillsdev/LfMerge#339, and possibly other as-yet-unknown use cases.


This change is Reviewable

@rmunn
Copy link
Contributor Author

rmunn commented Jun 26, 2024

AppVeyor build doesn't support net8.0, it seems. Nevertheless, I believe this is ready to be reviewed: there's no reason, IMHO, to downgrade the targeted .NET version to net6.0 or earlier since all the environments where this tool would be run are easily capable of supporting .NET 8. We'll just have to ignore the failing AppVeyor build.

@rmunn rmunn marked this pull request as ready for review June 26, 2024 09:14
@rmunn rmunn linked an issue Jun 26, 2024 that may be closed by this pull request
@rmunn rmunn requested a review from megahirt June 27, 2024 02:05
@rmunn rmunn self-assigned this Jun 27, 2024
That should allow it to build .NET 8 targets.
@myieye
Copy link

myieye commented Sep 23, 2024

As just discussed in our team meeting:

@hahn-kev
Copy link

Right now we've actually got 2 different cli tools, could we make them into just one exe and control the split vs merge based on the command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Idea: generate .fwdata file from lexbox?
3 participants