Open
Conversation
This was my misunderstanding of tests in another project. These extra bools weren't supported earlier and there is no good reason to introduce them now. At least right now. This reverts commit a314885.
Custom errors for validators
README.md has a pointer or doc/ doc/README.md, new file, tells it sphinx-doc.
There is now a `main()` which makes it a working program. Function `work(cfg)` uses the configuration from the YAML file. Allow that not all fields of the configuration structure are used. Fixed a typo ( `macor` versus `macro` )
Working example for lib.rs
Bumped the year in sphinx-doc
Document there is more documentation
new file: examples/item_lists.rs gets compiled
new file: examples/journey.yaml gets read
Item lists gets printed with {:?} debug formatting.
Iteration over a list of items not yet possible.
Contains TODO marker to validate an enumeration.
Contributor
Author
|
Pull Request is for issue #20 and superseeds #21, is against the Reason for staging is that only partly is works, it does NOT do iterate of a list.
Upon is compiler error |
stappersg
commented
Aug 18, 2019
|
|
||
| #[derive(Debug,Deserialize)] | ||
| struct Members(Vec<String>); | ||
|
|
Contributor
Author
There was a problem hiding this comment.
Should there be something like
struct JourneyIter {
team: Iterator;
locations: Iterator;
vehicles: Enumerator:
}Or does rust-quire that already and have I no clue how to use it? ( Yes,I'm the person that opened #21, Item lists example :-/ )
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.
No description provided.