Update EEP-47 to reflect non-centralized proposal#2
Open
garazdawi wants to merge 3 commits into
Open
Conversation
Reviewer's Guide by SourceryThis pull request updates EEP-74 to reflect a shift from a centralized error index to a decentralized diagnostic index. The changes include modifications to the index's structure, implementation details, and integration with various tools in the Erlang ecosystem. The pull request also introduces new APIs, application keys, and CLI arguments to facilitate the use of diagnostic indexes. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @garazdawi - I've reviewed your changes - here's some feedback:
Overall Comments:
- It might be helpful to include a section on how to handle conflicts in diagnostic codes between different tools or organizations.
- Consider adding a section about how this proposal interacts with existing error reporting mechanisms in Erlang/OTP.
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This commit changes the error index to be non-centralized and also irons out a lot of the details on how it is expected to be used with various tools.
587b027 to
56321c2
Compare
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.
This commit changes the error index to be non-centralized and also irons out a lot of the details on how it is expected to be used with various tools.
Summary by Sourcery
Update EEP-74 to introduce a non-centralized diagnostic index for the Erlang ecosystem, providing a standardized way to catalogue and reference errors, warnings, and information messages across different tools and applications.
New Features:
application:get_diagnostic/1,2to fetch diagnostic information-explainCLI option for tools to provide detailed diagnostic explanationsEnhancements:
Documentation: