- Nov 14, 2016
-
-
Thomas Wood authored
Use setImmediate instead of the before hook, so it does not have to be triggered for the test suite to be loaded.
-
Thomas Wood authored
-
- Nov 10, 2016
-
-
Thomas Wood authored
-
- Nov 09, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
- Nov 08, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
Fixes #1
-
- Nov 07, 2016
-
-
Thomas Wood authored
Revisit floating point equality. Swap all direct comparisons for pos/neg 0 and NaN with specific functions.
-
Thomas Wood authored
-
Thomas Wood authored
See counterpart change resource-reasoning/jscert_dev@ae4f940
-
Thomas Wood authored
-
Thomas Wood authored
-
- Nov 03, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
charguer authored
-
Alan Schmitt authored
-
- Oct 27, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
Expected comparison semantics were that +0<>-0, but JS === maps them to the same value.
-
- Oct 20, 2016
-
-
Thomas Wood authored
Add .ml implementation backed by Pervasives for ml JSRef' frontend.
-
Thomas Wood authored
-
Thomas Wood authored
ml2js wasn't including . in the include paths by default. Add flag for explicitly indicating stdlib location.
-
Thomas Wood authored
-
- Oct 12, 2016
-
-
Thomas Wood authored
-
- Oct 11, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
Parse_type was partially taken from an old ocamldoc codebase which had a conflicting license. Rewrite essentially from scratch, following the structure of OCaml 4.03's driver/compile.ml `implementation` function.
-
Thomas Wood authored
-
- Oct 10, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
-
- Oct 06, 2016
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
Only changes to the ASTs required fixing: * Asttypes.label -> Asttypes.arg_label * New definition of Parsetree.constant, shadowing Asttypes.constant * Addition of Typedtree.rec_flag * Removal of Typedtree.optional
-
Thomas Wood authored
Required changes: * Ignore ocaml.doc and ocaml.text attributes, which are now automatically extracted from comments. * Swap type definition attribute syntax in test/* files. Other changes: * Add opam package file and `make init` command for dependencies. * Change "Automatically Generated Attributes" documentation to comments.
-
Thomas Wood authored
-
Thomas Wood authored
-
-