DRAFT: chore(example-nesting): share the nesting example tests#99
Closed
dnsl48 wants to merge 2 commits into
Closed
DRAFT: chore(example-nesting): share the nesting example tests#99dnsl48 wants to merge 2 commits into
dnsl48 wants to merge 2 commits into
Conversation
Closed
Owner
|
Sorry about this, there is some conflict in This are fixed in └─[$] <feat/97-nesting/poc-test> cargo test
Updating crates.io index
Locking 12 packages to latest compatible versions
Compiling proc-macro2 v1.0.95
Compiling unicode-ident v1.0.18
Compiling serde v1.0.219
Compiling serde_json v1.0.140
Compiling ryu v1.0.20
Compiling itoa v1.0.15
Compiling memchr v2.7.4
Compiling quote v1.0.40
Compiling syn v2.0.101
Compiling serde_derive v1.0.219
Compiling struct-patch-derive v0.10.2 (/home/yanganto/data/struct-patch/struct-patch-derive)
Compiling struct-patch v0.10.2 (/home/yanganto/data/struct-patch/struct-patch)
Compiling example-nesting v0.0.0 (/home/yanganto/data/struct-patch/example-nesting)
Finished `test` profile [unoptimized + debuginfo] target(s) in 5.16s
Running unittests src/lib.rs (target/debug/deps/example_nesting-6cf9805edc8d2c74)
running 1 test
test tests::it_works ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests example_nesting
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00sMany thanks. 🙏 |
d517307 to
92ab1de
Compare
Author
|
@yanganto thank you for looking into this! |
Owner
|
Thank you. This nesting status is fixed in #101 and released in |
Author
|
@yanganto thank you, it all seems to be working well now! |
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.
Example of the problem I'm having with the "nesting" feature (#97).
Here's the error message: