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

Trim matches #22

Open
wants to merge 60 commits into
base: serde
Choose a base branch
from
Open

Trim matches #22

wants to merge 60 commits into from

Conversation

stappersg
Copy link
Contributor

No description provided.

tailhook and others added 30 commits August 15, 2017 17:06
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.
tailhook and others added 29 commits December 16, 2017 22:19
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` )
Bumped the year in sphinx-doc
Document there is more documentation
In the (new) example directory is now `simple.rs`
and `config.yaml`. It is a working example plus a matching YAML file.
Mostly for making the example source code visible.
And has pointers to further information.
Provides `cargo` usage information.
example plus programmers information
Compiler output:
warning: use of deprecated item 'core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
   --> src/parser.rs:212:44
    |
212 |                         let trimmed = line.trim_left_matches(' ');
    |                                            ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
    |
    = note: #[warn(deprecated)] on by default
@stappersg
Copy link
Contributor Author

Note: this pull request is against serde branch due lack of a staging branch.

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.

None yet

3 participants