Conversation
All and any format-specific code has been removed; It will be added in a separate crate that will be included by this by default. Tests have been removed, sinc the structure has changed so significantly. The binary crate has been removed. It will be rewritten using the Clap crate. Targets and formats have been completely redone. Targets are now basically finished, but more features may be added later. The main work to do now is add formats, glue together parsing with combining, and stuffing that into the binary crate. `Cargo.lock` is now ignored; I see no point in keeping it. The spec has been updated with the new changes; If I missed something, I'll add it soon. SMake has effectively been minimized into a format-independent target management library. More stuff will be added soon!
I'd been planning to change the name to Samurai whenever something big happened, and this fits the bill. Why Samurai? Because `ninja` already exists, and I wanted to make a heavy-duty, more complex program (`ninja` is quite low-level). The package has been split into 3: * The library crate. This is the primary focus. * A formats crate. This provides default formats, and moves parsing and stuff away from the main Samurai code. * The binary crate. This is the actual application. Here option handling and all that stuff happens.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request can be expected to live forever. As changes are made on the development branch, they will occasionally be merged into master whenever stability is good.