-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support OCaml 4.08 * Merlin extend is in reason * newest reason from master * Use released Reason, get rid of build warnings * better instructions for assembling the compiler sources * Use OCaml_current, fix compilation after rebase * build against OCaml 4.08.1 and run esy
- Loading branch information
1 parent
ac9d35b
commit 7db4260
Showing
286 changed files
with
89,267 additions
and
1,735 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
(library | ||
(wrapped false) | ||
(name Core) | ||
(public_name reason-language-server.Core) | ||
(libraries Belt Vendor str Util) | ||
(flags :standard -open Vendor -open Util -w -9) | ||
(preprocess (pps Belt_ppx Ppx_monads)) | ||
) | ||
(wrapped false) | ||
(name Core) | ||
(public_name reason-language-server.Core) | ||
(libraries Belt Vendor str Util Current) | ||
(flags :standard -open Vendor -open Util -w -9) | ||
(preprocess | ||
(pps Belt_ppx Ppx_monads))) |
Oops, something went wrong.