-
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
4,226 additions
and
39 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
34 changes: 34 additions & 0 deletions
34
...am__s__merlin_extend_opam__c__0.3_opam_override/files/merlin-extend-winfix-4.2.3007.patch
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,34 @@ | ||
--- ./extend_helper.ml | ||
+++ ./extend_helper.ml | ||
@@ -1,13 +1,6 @@ | ||
-(*pp cppo -V OCAML:`ocamlc -version` *) | ||
open Parsetree | ||
open Extend_protocol | ||
|
||
-#if OCAML_VERSION < (4, 3, 0) | ||
-# define CONST_STRING Asttypes.Const_string | ||
-#else | ||
-# define CONST_STRING Parsetree.Pconst_string | ||
-#endif | ||
- | ||
(** Default implementation for [Reader_def.print_outcome] using | ||
[Oprint] from compiler-libs *) | ||
let print_outcome_using_oprint ppf = function | ||
@@ -28,7 +21,7 @@ | ||
pstr_loc = Location.none; | ||
pstr_desc = Pstr_eval ({ | ||
pexp_loc = Location.none; | ||
- pexp_desc = Pexp_constant (CONST_STRING (msg, None)); | ||
+ pexp_desc = Pexp_constant (Asttypes.Const_string (msg, None)); | ||
pexp_attributes = []; | ||
}, []); | ||
}] | ||
@@ -112,7 +105,7 @@ | ||
let msg = match payload with | ||
| PStr [{ | ||
pstr_desc = Pstr_eval ({ | ||
- pexp_desc = Pexp_constant (CONST_STRING (msg, _)); | ||
+ pexp_desc = Pexp_constant (Asttypes.Const_string (msg, _)); | ||
}, _); | ||
}] -> msg | ||
| _ -> "Warning: extension produced an incorrect syntax-error node" |
5 changes: 4 additions & 1 deletion
5
bench.esy.lock/overrides/opam__s__merlin_extend_opam__c__0.3_opam_override/package.json
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.