-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: implement --verbose flag on ion template inspect
cmd
#21
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
348dc92
feat: add ion template inspect cmd
diversable d142870
bump patch release
diversable be88ce3
fix: ion template inspect; add more tests
diversable 24ec3df
update tests
diversable b4f161c
fix: inspect template implementation
diversable 7ecda5a
reverse bump version
diversable f6956df
Merge branch 'Roger-luo:main' into main
diversable 64280da
test: update template tests
diversable a8802fb
Merge branch 'Roger-luo:main' into main
diversable cf02c96
Fix test: template
diversable 31f29f2
Merge branch 'Roger-luo:main' into main
diversable 8c83346
feat: add --verbose flag to `ion template inspect`
diversable dbedb17
fix: refactor
diversable 2f23481
Merge branch 'Roger-luo:main' into main
diversable a44b8a4
fix: update tmpl inspect -v --all combination
diversable 840f6b0
Merge branch 'main' into template
diversable 70f7ca1
fix: tests
diversable 4b8d890
Fix: tests
diversable 3a18aa7
Merge branch 'template' of https://github.com/diversable/Ion into tem…
diversable b2771fc
fix: clippy
diversable 5ba05ca
fix: fmt
diversable e43a945
Update grcov.yml
diversable 75ad65e
update readme: add link to template repo
diversable 73ce742
Update grcov.yml
diversable 5a913ce
Update grcov.yml
diversable ec6474f
update
diversable 995583b
Merge branch 'main'
diversable 0f1ca84
Merge branch 'main' into template
diversable 636e44e
fix: tests
diversable f4e6be2
fmt
diversable 83e4181
Merge branch 'main' into template
diversable 4226e38
ion requested updates
diversable d82409d
template macro minor update..
diversable 10ed0bb
Merge branch 'Roger-luo:main' into template
diversable 64ec29a
Merge branch 'Roger-luo:main' into template
diversable bad6c7d
request: update to debug printing
diversable 4494d14
rm comment
diversable bbd6a1f
remove dependence on impl Display
diversable 653c0f6
remove impl Display stubs
diversable 17a8b98
finish removing display
diversable 1bedf44
cleanup
diversable File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,9 @@ pub fn emit_template(ast: &DeriveInput) -> TokenStream { | |
#validate | ||
Ok(()) | ||
} | ||
|
||
} | ||
|
||
}; | ||
gen.into() | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it'd be nice if this can be in a separate PR, I probably will put up the website soon, so we can decide whether to have this in a different PR