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

debugging and cleanups #83

Merged

Conversation

scottlamb
Copy link
Contributor

As promised on #76.

These are intended to be uncontroversial changes, but I can revise/remove stuff if that's not true.

Crates within a workspace aren't supposed to have their own "target"
directories. But yet these directories appear when I edit files with vim
and YouCompleteMe. Ignoring them makes tools like "rg" more pleasant to
use.
@coveralls
Copy link

coveralls commented Jun 20, 2020

Pull Request Test Coverage Report for Build 213

  • 66 of 67 (98.51%) changed or added relevant lines in 9 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.9%) to 56.015%

Changes Missing Coverage Covered Lines Changed/Added Lines %
yaserde/src/de/mod.rs 0 1 0.0%
Totals Coverage Status
Change from base Build 211: 1.9%
Covered Lines: 894
Relevant Lines: 1596

💛 - Coveralls

@MarcAntoine-Arnaud
Copy link
Contributor

Hi !

Thank you for these improvements, it looks perfect.
Just fix format and I will merge it !

Marc-Antoine

As described here:
https://docs.rs/env_logger/0.7.1/env_logger/#capturing-logs-in-tests

This boilerplate means that "RUST_LOG=trace cargo test" does the right
thing:

* logs actually show up
* logs are separated by test, even when tests are run in parallel
* Log the depth of elements as they're fetched
* Log the starting depth of structs/enums and their Rust symbol names
  (not just XML element names, which may differ significantly)
* Log every element in the struct/enum match loop at trace level.
* Log file/line numbers at a few key points in the tests.
  This is helpful in finding failures happen in some of the longer
  tests.

This logging helps me understand the data flow as I play with changes
for luminvent#76.
* "skipped" is unnecessary: it's always false at depth == 0,
  so its one use in "if depth == 0 && !skipped" can be removed.
* the element doesn't need a binding, and shadowing "named_element"
  confused me.
* remove old commented-out path that errored on unknown elements
@scottlamb scottlamb force-pushed the pr-debugging-and-cleanups branch from cf1777f to 8a1e1e2 Compare June 20, 2020 13:27
@scottlamb
Copy link
Contributor Author

Fixed.

@scottlamb
Copy link
Contributor Author

Anything else I need to do?

@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit 460c832 into luminvent:master Jul 14, 2020
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.

3 participants