Update to syn 2.0, darling 0.20#386
Merged
Merged
Conversation
92c0b0f to
e4e84a0
Compare
- Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library
Contributor
Benchmark for ea20cc5Click to view benchmark
|
Contributor
Benchmark for 4a26df1Click to view benchmark
|
Contributor
Benchmark for 7644624Click to view benchmark
|
sharksforarms
approved these changes
Dec 28, 2023
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Dec 28, 2023
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Apr 5, 2024
* Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18
wcampbell0x2a
added a commit
that referenced
this pull request
Apr 29, 2024
* Add skipping to logging * Impl Write support * remove the writer reference requirement (#384) * Update to syn 2.0, darling 0.20 (#386) * Update to syn 2.0, darling 0.20 - Change `type` for enums into `id_type`, as this is no longer accepted through the syn parser library * Update to rstest 0.18 * Update CHANGELOG * Make DekuContainerWrite a default impl - Reduce codegen by making this a default impl * Impl DekuWriter for Box<T> * Address MR feedback * Add slice const_generic testing --------- Co-authored-by: Rubens Brandão <[email protected]>
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.
typefor enums intoid_type, as this is no longer accepted through the syn parser libraryrstestto0.18.0to rid of another syn1 depend.Closes #351
synis still built fordev-dependencies, of whichalloc_counterhasn't been update in a while: