This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
reprint warnings before exit (ch-run
, ch-image
)
#1677
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a57d482
initial commit
lucaudill e47b8f5
try to fix test suite
lucaudill dab26a2
fix trailing whitespaces file
lucaudill a33f51d
it's not working 😭
lucaudill 8ee333c
use shared memory
lucaudill d692d55
add a way to test, and a test
lucaudill 1f3e0a7
Merge branch 'master' into reprint-warnings_1674
lucaudill ea0c3d2
change test
lucaudill 1a95531
Merge branch 'master' into reprint-warnings_1674
lucaudill 0a99a41
basic suggestions
lucaudill b70114d
more suggestions
lucaudill f72dafa
even more suggestions
lucaudill 11bfe31
remove reprint message for 0 warnings
lucaudill 6619d9e
remove whitespaces, make good on last commit's promise
lucaudill 63a49fb
Merge branch 'master' into reprint-warnings_1674
lucaudill de58659
tidy
reidpr 18f1910
fix some CI failures
lucaudill 9be5d53
why isn't atexit(3) working???
lucaudill fc0d37a
think I figured it out...
lucaudill 7c320d0
remove whitespace, debugging function
lucaudill 2a62619
fix my dumb bug
reidpr f3d11f6
change warnings_size case
reidpr 462a319
tighten up warnings test
reidpr 7ee6e6f
fix test suite?
lucaudill 3b2ed32
add missing error check
reidpr f11936b
tidy
reidpr 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
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.
Clever!