π
This file contains hidden or 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
(define (spread-combine h f g) | |
(let ((n (get-arity f)) (m (get-arity g))) | |
(let ((t (+ n m))) | |
(define (the-combination . args) | |
(assert (= (length args) t)) | |
(h (apply f (list-head args n)) | |
(apply g (list-tail args n)) | |
) | |
) | |
(restrict-arity the-combination t) |
This file contains hidden or 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
(base) β ~/ocaml-migrate-parsetree M βΊ ππ βΊ experimental-414-trunk | |
βΊ dune build tools/gencopy.exe | |
File "tools/gencopy.ml", line 79, characters 43-74: | |
79 | Pat.construct ?loc ?attrs (lid ?loc s) (may_tuple ?loc Pat.tuple args) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
Error: This expression has type Parsetree.pattern option | |
but an expression was expected of type | |
(str list * Parsetree.pattern) option | |
Type Parsetree.pattern is not compatible with type | |
str list * Parsetree.pattern |
This file contains hidden or 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
diff --git a/src/ast_414.ml b/src/ast_414.ml | |
new file mode 100644 | |
index 0000000..151fe2a | |
--- /dev/null | |
+++ b/src/ast_414.ml | |
@@ -0,0 +1,1033 @@ | |
+(**************************************************************************) | |
+(* *) | |
+(* OCaml Migrate Parsetree *) | |
+(* *) |
This file contains hidden or 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
make: 'multicore_parallel_run_config_filtered.json' is up to date. | |
make: 'multicore_parallel_run_config_filtered_filtered.json' is up to date. | |
make: 'multicore_parallel_run_config_filtered_filtered_2domains.json' is up to date. | |
intervaltree is not installed. Install using pip3 install. | |
git log -n 1 | |
commit a419843226837b55cae8482b489dedfd58ff8865 | |
Author: Shakthi Kannan <[email protected]> | |
Date: Thu May 27 22:19:18 2021 +0530 | |
56 benchmarks build for 4.13.0+trunk with dune.2.8.1 |
This file contains hidden or 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
make: 'multicore_parallel_run_config_filtered.json' is up to date. | |
make: 'multicore_parallel_run_config_filtered_filtered.json' is up to date. | |
make: 'multicore_parallel_run_config_filtered_filtered_2domains.json' is up to date. | |
intervaltree is not installed. Install using pip3 install. | |
git log -n 1 | |
commit 1b6fa1fce3bd339e85b87a4e4a2d914072034620 | |
Author: shubhamkumar13 <[email protected]> | |
Date: Wed Jul 28 14:25:52 2021 +0530 | |
remove previous version of ocamlfind |
This file contains hidden or 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
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> | |
ββ The following actions failed | |
β Ξ» build astring 0.8.5 | |
β Ξ» build base64 3.4.0 | |
β Ξ» build fmt 0.8.9 | |
β Ξ» build mtime 1.2.0 | |
β Ξ» build ocaml-migrate-parsetree 2.1.0+stock | |
β Ξ» build ocplib-endian 1.1 | |
β Ξ» build react 1.2.1 | |
β Ξ» build rresult 0.6.0 |
This file contains hidden or 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
#=== ERROR while compiling uutf.1.0.2 =========================================# | |
# context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.14.0+trunk | file:///home/shubham/sandmark/dependencies | |
# path ~/sandmark/_opam/4.14.0+trunk/.opam-switch/build/uutf.1.0.2 | |
# command ~/sandmark/_opam/4.14.0+trunk/bin/ocaml pkg/pkg.ml build --pinned false --with-cmdliner true | |
# exit-code 1 | |
# env-file ~/sandmark/_opam/log/uutf-22013-249b10.env | |
# output-file ~/sandmark/_opam/log/uutf-22013-249b10.out | |
### output ### | |
# [...] | |
# Alert deprecated: Bytes.create |
This file contains hidden or 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
{ | |
"wrappers": [ | |
{ | |
"name": "orun", | |
"command": "orun -o %{output} -- taskset --cpu-list 5 %{command}" | |
}, | |
{ | |
"name": "perfstat", | |
"command": "perf stat -o %{output} -- taskset --cpu-list 5 %{command}" | |
}, |
This file contains hidden or 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
jq '{wrappers : .wrappers, benchmarks: [.benchmarks | .[] | select(.tags | index("macro_bench") != null)]}' < run_config.json > run_config_filtered.json | |
intervaltree is not installed. Install using pip3 install. | |
git log -n 1 | |
commit f1d0104bd599efea109071db82c6a06808dc44ac | |
Merge: 9da9b70 1770b7d | |
Author: KC Sivaramakrishnan <[email protected]> | |
Date: Thu Jul 8 15:12:35 2021 +0530 | |
Merge pull request #242 from Sudha247/grammatrix_commentary | |