Skip to content
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7fc82a2
Add more context to BuildJobs
drathier May 26, 2022
45d0e40
Second level caching seems to work
drathier May 26, 2022
ea9d863
First level caching works, but we're destroying all SourcePos in the …
drathier May 26, 2022
f2ce6dc
Clean up debug prints
drathier May 26, 2022
390c9f2
Merge branch 'release-0.14.5' into more-aggressive-dirty-module-checking
drathier May 30, 2022
84bd281
Cache imports and exports and compare shapes
drathier Jul 24, 2022
6d038b8
Simplify caching. Remove post-compile caching layer. Clean up unused …
drathier Jul 24, 2022
fa217d2
Remove unused type class instances
drathier Jul 24, 2022
316ad09
Revert SourcePos=0 hack
drathier Jul 24, 2022
74689c8
Drop unused imports
drathier Jul 24, 2022
4680cee
Restore explicit exports for BuildPlan. Clean up.
drathier Jul 24, 2022
8807b61
Clean up.
drathier Jul 24, 2022
b096578
Combine caches into a single ByteString per module. Add the other ext…
drathier Jul 24, 2022
420abd3
Fix warnings.
drathier Jul 25, 2022
6ef5586
Run CI all the time
drathier Jul 25, 2022
39f4a82
Update tests
drathier Jul 25, 2022
e9b1dcb
Update tests; caching works better now
drathier Jul 25, 2022
a97897b
Update tests; caching works better now
drathier Jul 25, 2022
333e9ef
Ignore failed ci; make it build.
drathier Jul 25, 2022
abaf06a
Disable lint ci
drathier Jul 25, 2022
818b5a5
Trigger CI on published release
drathier Jul 25, 2022
8c84d67
Comment out debug prints. Debug print on invalid or missing cbor exte…
drathier Aug 6, 2022
249883f
Don't invalidate cache just because a dependency failed to build; the…
drathier Aug 7, 2022
b604a2b
Make build cache easier to read
drathier Aug 12, 2022
0c41cec
Make build cache easier to read
drathier Aug 12, 2022
28bea69
Transitively track the shapes of all type aliases and data types, so …
drathier Aug 17, 2022
8e02b7e
Clean up
drathier Aug 17, 2022
0650c47
Make tests build
drathier Aug 17, 2022
43c8844
Add empty docs
drathier Aug 17, 2022
41121ba
Remove accidental doc
drathier Aug 17, 2022
cdfca37
Be more careful when figuring out what shapes to expose
drathier Aug 17, 2022
b78a009
Handle re-exports.
drathier Aug 17, 2022
f262fa5
Handle Prim modules in re-exports.
drathier Aug 17, 2022
32c348e
Comment out trace
drathier Aug 17, 2022
8c6cd7a
Merge remote-tracking branch 'upstream/master' into more-aggressive-d…
drathier Oct 3, 2022
8dc25d4
Merge in upstream master
drathier Oct 3, 2022
ac195f6
Try an older haskell docker image on ubuntu
drathier Oct 3, 2022
07e90f4
Move X5 tag
drathier Oct 7, 2022
5454476
Merge remote-tracking branch 'upstream/master' into more-aggressive-d…
drathier Oct 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trigger CI on published release
  • Loading branch information
drathier committed Jul 25, 2022
commit 818b5a59e813f73c19494ca6ce8ee8b363f44683
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
# branches: [ "master" ]
release:
# types: [ "published" ]
types: [ "published" ]

defaults:
run:
Expand Down