Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
cde403e
Push cache
davesnx Jan 14, 2026
ea6b74d
Remove death code to test the cache
davesnx Jan 14, 2026
dd1880e
Let's try with something more agresive
davesnx Jan 14, 2026
b71b1c0
ci: fix opam cache on windows
davesnx Jan 14, 2026
a8378b2
Delete unused code to test the CI
davesnx Jan 14, 2026
3bef555
Delete unused code to test the CI
davesnx Jan 15, 2026
f245ae7
Delete unused code to test the CI
davesnx Jan 15, 2026
4471c87
ci: add restore-keys fallback for cache resilience
davesnx Jan 15, 2026
4772376
ci: fix cache key case mismatch (x64 -> X64)
davesnx Jan 15, 2026
e5f6d56
ci: merge website deploy into build, simplify release job
davesnx Jan 15, 2026
e4aa86a
ci: merge into single job with artifact polling
davesnx Jan 15, 2026
2c4ec65
Delete unused code to test the CI
davesnx Jan 15, 2026
c552832
Delete unused code to test the CI
davesnx Jan 15, 2026
76a13cb
Only run CI on pr and main
davesnx Jan 15, 2026
7c6564c
Use matrix.os for cache key
davesnx Jan 15, 2026
fdfd921
Delete unused code to test the CI
davesnx Jan 15, 2026
f91024f
ci: fix cache key mismatch (matrix.* vs runner.*)
davesnx Jan 15, 2026
5f0577c
Fix keys to be matrix
davesnx Jan 15, 2026
ace7462
Dont upload unless ubuntu-latest
davesnx Jan 15, 2026
c4a77ff
Add changes entry
davesnx Jan 15, 2026
9f4f7d7
Remove dune-cache
davesnx Jan 15, 2026
657ae66
Revert "Remove dune-cache"
davesnx Jan 15, 2026
884ede4
Make sure functions is a separate page for the SPA
davesnx Jan 15, 2026
be49eef
ci: fix cache key mismatch on Windows (CRLF issue)
davesnx Jan 15, 2026
feb706c
Update hashFiles with git attributes for windows
davesnx Jan 15, 2026
63daf8e
Remove is loaded and close on ESC
davesnx Jan 15, 2026
7e85851
Use dune-project as key
davesnx Jan 15, 2026
e01631a
Try the same setup as rescript-lang/rescript
davesnx Jan 15, 2026
05c0c9d
Remove gif from README
davesnx Jan 16, 2026
7425080
ci: skip cram tests on Windows
davesnx Jan 16, 2026
f0856ab
Revert: re-enable cram tests on Windows for debugging
davesnx Jan 16, 2026
b6d6661
fix: Windows cram test compatibility
davesnx Jan 16, 2026
36edfe9
Improve errors by rendering locations until end
davesnx Jan 16, 2026
1115673
Remove fixed version from ocamlformat
davesnx Jan 16, 2026
0735716
Specify ocamlversion in .ocamlformat
davesnx Jan 16, 2026
e1ff35b
Try adding cygwin to PATH
davesnx Jan 16, 2026
5739987
Update actions/cache to v5
davesnx Jan 16, 2026
1ca0704
Small refactor
davesnx Jan 16, 2026
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
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
*.rei text eol=lf
*.res text eol=lf
*.resi text eol=lf
*.opam text eol=lf
*.t text eol=lf
*.sh text eol=lf
Makefile text eol=lf
dune text eol=lf
dune-project text eol=lf

# Recognize all ml files as OCaml
*.ml linguist-language=OCaml
Expand Down
Loading
Loading