Skip to content

Commit f715aa1

Browse files
committed
bump
1 parent 945e7b9 commit f715aa1

File tree

9 files changed

+75125
-17
lines changed

9 files changed

+75125
-17
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ bin/*
7070
!bin/ocamlrun
7171
!bin/ocamlc
7272
!bin/ocamlc.opt
73-
73+
!bin/bspack
7474
!ocaml.tar.gz

bin/bspack

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
echo "PLEASE RUN NPM POSTINSTALL TO GET BSC BINARY"
3+
exit 2

jscomp/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ lam_fold.ml: lambda_fold.mlp lambda.mlp
3131

3232
release:snapshot
3333
$(MAKE) releasebuild
34+
ocamlbuild -lflags -no-check-prims -use-ocamlfind -I bin -no-hygiene -pkgs compiler-libs.common -no-links bin/reason.byte
35+
js_of_ocaml -I +compiler-libs --toplevel +weak.js +toplevel.js ./polyfill.js _build/bin/reason.byte -I ./runtime/ --file js.cmi:/cmis/js.cmi --file js_unsafe.cmi:/cmis/js_unsafe.cmi --file js_re.cmi:/cmis/js_re.cmi -o bin/compiler.js
36+
37+
3438
# Note: this target also built bin/bsc which is used in release mode
3539

3640
# TODO: should be done after we do the build

jscomp/bin/bs_ppx.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Bundled by ocamlpack 08/15-11:28 *)
1+
(** Bundled by bspack 08/16-10:57 *)
22
module String_map : sig
33
#1 "string_map.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
@@ -4034,7 +4034,7 @@ let int32 = "Caml_int32"
40344034
let block = "Block"
40354035
let js_primitive = "Js_primitive"
40364036
let module_ = "Caml_module"
4037-
let version = "0.9.3"
4037+
let version = "0.9.4"
40384038

40394039

40404040
let runtime_set =

jscomp/bin/compiler.js

Lines changed: 75101 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jscomp/bin/compiler.ml

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

jscomp/common/js_config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ let int32 = "Caml_int32"
248248
let block = "Block"
249249
let js_primitive = "Js_primitive"
250250
let module_ = "Caml_module"
251-
let version = "0.9.3"
251+
let version = "0.9.4"
252252

253253

254254
let runtime_set =

jscomp/js_cmj_datasets.ml

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postinstall": "./scripts/postinstall.sh"
2525
},
2626
"name": "bs-platform",
27-
"version": "0.9.3",
27+
"version": "0.9.4",
2828
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)