-
Notifications
You must be signed in to change notification settings - Fork 93
Port standard plugins to ppxlib registration and attributes #263
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2e4db40
Register plugins directly with ppxlib
sim642 5cd7fa8
Add ppxlib-based with_path arg to show plugin
sim642 8e1e68f
Remove unused ~options and ~path arguments from plugins
sim642 1ff769b
Declare plugin attributes directly with ppxlib
sim642 2c08bed
Delegate to Ppxlib.Quoter
sim642 9a46e10
Fix typo org -> ord
sim642 4c9178c
Deprecate non-ppxlib derivers and attributes
sim642 9171d9a
Restore "derive"-prefixed extensions via custom extension
sim642 3359fea
Use input_name from ppxlib for show deriver path
sim642 f9a1e63
Adapt quoter to ppxlib 0.29.0
sim642 a69c7a2
Remove unused attrs argument in enum plugin
sim642 8ad6cc4
Replace failwith with raise_errorf
sim642 dc74b49
Revert "Deprecate non-ppxlib derivers and attributes"
sim642 e4a900e
Update test TODO about optional
sim642 ccfa830
Add PR #263 to CHANGELOG
sim642 12e4e41
Remove unnecessary unit argument from show plugin args
sim642 d5df400
Use Ppxlib.Ast_pattern.ebool from ppxlib 0.30.0
sim642 45ec862
Use Ppxlib.Attribute.declare_flag from ppxlib 0.32.0
sim642 34004c2
Use Ppxlib.Attribute.has_flag from ppxlib 0.32.0 for simple cases
sim642 0f41f8f
Use Ppxlib.Attribute.has_flag from ppxlib 0.32.0 for binary cases
sim642 5b6fedc
Inline has_flag variables
sim642 bb25c98
Remove duplicate extension for map plugin
sim642 5b7e6f5
Simplify label-ct attributes in create and make plugins
sim642 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 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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.