Skip to content

Commit 1a9df78

Browse files
authored
Merge pull request #3811 from BuckleScript/5.2.0-dev.2
bump version
2 parents 9a429f7 + f04f83a commit 1a9df78

File tree

10 files changed

+35
-10
lines changed

10 files changed

+35
-10
lines changed

Changes.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
`*` means potential break changes
2+
# 5.2.0
23

3-
# 5.1.0
4+
Features
5+
- #3803 Add a -install flag for mono-repository improvement for parallel compilation
6+
- #3790 #3802 #3799 #3792 Compile locla modules to objects and clean up
7+
- #3780 Better code generation for if branches
8+
- #3799 Improve code gen, better code equality for block
9+
- #3778 #3770 Improve pattern match compilation against the outer-most staticfail
10+
- #3764 better code gen for lazy evaluation
11+
12+
Fixes
13+
- #3809 Escape question mark and ampersand to special chars
14+
- #3805 #3796 Fix stale builds (module alias + namespace interaction)
15+
- #3777 More friendly error message for invalid package name
16+
- #3794 Calling genType from bsc instead from the patched ocaml compiler
17+
- #3784 avoid trailing white space in case branch
18+
- #3781 #3783 quote package path properly
19+
- #3793 pass bs-version to genType
20+
- #3674 installation from master works out of box
21+
22+
Docs
23+
- #3795 Fix docs for stringifyAny
24+
- #3788 Rename getUnasfe to getUnsafe
25+
26+
27+
28+
# 5.1.0 (2019/08/15)
429

530
Features
631
- #3731 #3734 #3724 #3714 enable bsc for reason, so that for one file, `bsc hi.re` works

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* You should have received a copy of the GNU Lesser General Public License
2323
* along with this program; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
25-
let version = "5.2.0"
25+
let version = "5.2.0-dev.2"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.02.3/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "5.2.0"
58+
let version = "5.2.0-dev.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/bsdep.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "5.2.0"
58+
let version = "5.2.0-dev.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/bsppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16168,7 +16168,7 @@ end = struct
1616816168
* You should have received a copy of the GNU Lesser General Public License
1616916169
* along with this program; if not, write to the Free Software
1617016170
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
16171-
let version = "5.2.0"
16171+
let version = "5.2.0-dev.2"
1617216172
let header =
1617316173
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1617416174
let package_name = "bs-platform"

lib/4.02.3/unstable/bsb_native.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "5.2.0"
58+
let version = "5.2.0-dev.2"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.02.3/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16075,7 +16075,7 @@ end = struct
1607516075
* You should have received a copy of the GNU Lesser General Public License
1607616076
* along with this program; if not, write to the Free Software
1607716077
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
16078-
let version = "5.2.0"
16078+
let version = "5.2.0-dev.2"
1607916079
let header =
1608016080
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1608116081
let package_name = "bs-platform"

lib/4.02.3/unstable/native_ppx.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15288,7 +15288,7 @@ end = struct
1528815288
* You should have received a copy of the GNU Lesser General Public License
1528915289
* along with this program; if not, write to the Free Software
1529015290
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
15291-
let version = "5.2.0"
15291+
let version = "5.2.0-dev.2"
1529215292
let header =
1529315293
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1529415294
let package_name = "bs-platform"

lib/4.02.3/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5274,7 +5274,7 @@ end = struct
52745274
* You should have received a copy of the GNU Lesser General Public License
52755275
* along with this program; if not, write to the Free Software
52765276
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5277-
let version = "5.2.0"
5277+
let version = "5.2.0-dev.2"
52785278
let header =
52795279
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
52805280
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postinstall": "node scripts/install.js"
3434
},
3535
"name": "bs-platform",
36-
"version": "5.2.0",
36+
"version": "5.2.0-dev.2",
3737
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)