-
Notifications
You must be signed in to change notification settings - Fork 572
POC: More aggressive dirty module checking #4339
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
drathier
wants to merge
39
commits into
purescript:master
Choose a base branch
from
drathier:more-aggressive-dirty-module-checking
base: master
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.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7fc82a2
Add more context to BuildJobs
drathier 45d0e40
Second level caching seems to work
drathier ea9d863
First level caching works, but we're destroying all SourcePos in the …
drathier f2ce6dc
Clean up debug prints
drathier 390c9f2
Merge branch 'release-0.14.5' into more-aggressive-dirty-module-checking
drathier 84bd281
Cache imports and exports and compare shapes
drathier 6d038b8
Simplify caching. Remove post-compile caching layer. Clean up unused …
drathier fa217d2
Remove unused type class instances
drathier 316ad09
Revert SourcePos=0 hack
drathier 74689c8
Drop unused imports
drathier 4680cee
Restore explicit exports for BuildPlan. Clean up.
drathier 8807b61
Clean up.
drathier b096578
Combine caches into a single ByteString per module. Add the other ext…
drathier 420abd3
Fix warnings.
drathier 6ef5586
Run CI all the time
drathier 39f4a82
Update tests
drathier e9b1dcb
Update tests; caching works better now
drathier a97897b
Update tests; caching works better now
drathier 333e9ef
Ignore failed ci; make it build.
drathier abaf06a
Disable lint ci
drathier 818b5a5
Trigger CI on published release
drathier 8c84d67
Comment out debug prints. Debug print on invalid or missing cbor exte…
drathier 249883f
Don't invalidate cache just because a dependency failed to build; the…
drathier b604a2b
Make build cache easier to read
drathier 0c41cec
Make build cache easier to read
drathier 28bea69
Transitively track the shapes of all type aliases and data types, so …
drathier 8e02b7e
Clean up
drathier 0650c47
Make tests build
drathier 43c8844
Add empty docs
drathier 41121ba
Remove accidental doc
drathier cdfca37
Be more careful when figuring out what shapes to expose
drathier b78a009
Handle re-exports.
drathier f262fa5
Handle Prim modules in re-exports.
drathier 32c348e
Comment out trace
drathier 8c6cd7a
Merge remote-tracking branch 'upstream/master' into more-aggressive-d…
drathier 8dc25d4
Merge in upstream master
drathier ac195f6
Try an older haskell docker image on ubuntu
drathier 07e90f4
Move X5 tag
drathier 5454476
Merge remote-tracking branch 'upstream/master' into more-aggressive-d…
drathier 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
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
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.
🤔
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.
Five times faster?
Uh oh!
There was an error while loading. Please reload this page.
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's how I keep track of which compiler version is running where.
purs --versionjust reports e.g. 0.15.4 and changing that breaks all of the tooling.