-
Notifications
You must be signed in to change notification settings - Fork 17
Add warnings #213
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
Open
panglesd
wants to merge
44
commits into
main
Choose a base branch
from
warnings-report
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,161
−1,208
Open
Add warnings #213
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
bd89a19
cmarkit: Add possibility to offset locations
panglesd 2b3b3e4
Move Ast helper out of compile
panglesd 1ec94b0
Errors setup (and missing loc_offset)
panglesd 2e3a91f
More setting up of errors (and more loc_offset)
panglesd e202571
Cmarkit: fix attributes line position
panglesd 3b307f6
Implement "duplicated ID" and "Unreadable file" errors
panglesd 16a0594
Subfile locations
panglesd 944da13
WIP
panglesd 99a0482
Actions: Splitting parsing and execution
panglesd 85bb548
Warnings: Trying using grace
panglesd c0234cd
WIP
panglesd b902da0
Too many things:
panglesd a44b0b9
Fix locations of block quotes
panglesd 3e14573
Move bol to ast and other check things
panglesd 48205c9
Be more resistant to "no location" that makes grace raise
panglesd f13a31b
Less none locations
panglesd 4f4764b
Check the remaining actions
panglesd cef8107
Fix some checks and do all checks
panglesd bbf802d
Fix `Attrs_span` location
panglesd 248685f
Fix "Wrong type" error
panglesd a49dbb6
Improve the warning situation
panglesd aaa66b0
Adding warning for change-page action
panglesd 671c728
More location info, and more warning
panglesd a0ad0a0
More loc and warning improvements
panglesd 139ec19
Fix block quote marker loc issue mentioned by dbuenzli
panglesd 670b023
More warnings, turn errors into warnings
panglesd cbc8283
NOT Finish diagnoses
panglesd 0d4ef8e
Check non standard attributes presence
panglesd acb437a
Promote tests and fix some of those
panglesd 037f7d0
Remove unreachable code path
panglesd d83fb78
Add grace dependency
panglesd 1601f40
Include warnings in serve mode
panglesd e8b2b49
Compatibility code
panglesd 7ff80e2
Added changelog entry for #213
panglesd 3298ce4
Fix weak variable that was supposed to be sgroumphed
panglesd c1c2973
Include css in previewer
panglesd bf02a55
Add Attribute key removal
panglesd 99663eb
Multiple things:
panglesd 1e264cb
Add pause check
panglesd 5833774
Fix use of dataurls
panglesd 0bda543
Update docs
panglesd 26badff
Update more docs wrt external-ids
panglesd fd9c9e0
Add more test for warnings
panglesd aad2813
Fix UnusedArgument report
panglesd 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
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.
Guard missing child elements instead of
Option.gethard-failing.Line 67 uses
Option.get; one missing selector (e.g.,.errors-el) will throw and abort setup for docs examples. Prefer skipping invalid blocks gracefully.♻️ Suggested hardening
🤖 Prompt for AI Agents