Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Support OCaml 4.08+ (#47)
* chore: setup separate esy files for bsb5, bsb6+ and native * ci: no idea what im doing, trying to fix ci * chore: trigger rebuild * chore: does it make any difference? * test(bucklescript): run against bs-platform 7 * ci: run native tests first * ci: fix yaml * ci: use quotes * chore: dump change * Update .github/workflows/release.yml Co-Authored-By: Antonio Nuno Monteiro <anmonteiro@gmail.com> * Update .github/workflows/pipeline.yml Co-Authored-By: Antonio Nuno Monteiro <anmonteiro@gmail.com> * chore: post merge * ci: fix bsb6 tests on windows * ci: change esy version Co-authored-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
- Loading branch information
1 parent
479ab53
commit c533986
Showing
70 changed files
with
3,077 additions
and
425 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# Set eol to LF so files aren't converted to CRLF-eol on Windows. | ||
* text eol=lf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# Reset any possible .gitignore, we want all esy.lock to be un-ignored. | ||
!* |
Oops, something went wrong.