Skip to content

Commit f75a12d

Browse files
committed
bump version
1 parent 59851a0 commit f75a12d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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 = "8.0.2"
25+
let version = "8.0.3"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.06.1/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 = "8.0.2"
58+
let version = "8.0.3"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/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 = "8.0.2"
58+
let version = "8.0.3"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18075,7 +18075,7 @@ end = struct
1807518075
* You should have received a copy of the GNU Lesser General Public License
1807618076
* along with this program; if not, write to the Free Software
1807718077
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18078-
let version = "8.0.2"
18078+
let version = "8.0.3"
1807918079
let header =
1808018080
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1808118081
let package_name = "bs-platform"
@@ -87957,7 +87957,7 @@ let exp_need_paren (e : J.expression) =
8795787957

8795887958
| Raw_js_code {code_info = Exp _}
8795987959
| Fun _
87960-
| Caml_block (_,_,_, (Blk_record _ | Blk_module _))
87960+
| Caml_block (_,_,_, (Blk_record _ | Blk_module _ | Blk_poly_var _ | Blk_extension | Blk_record_ext _ | Blk_record_inlined _ | Blk_constructor _ ))
8796187961
| Object _ -> true
8796287962
| Raw_js_code {code_info = Stmt _ }
8796387963
| Length _
@@ -88658,7 +88658,7 @@ and expression_desc cxt ~(level:int) f x : cxt =
8865888658
| true, 1 -> Js_op.Lit Literals.tl
8865988659
| _ ->
8866088660
Js_op.Lit ("_" ^ string_of_int i)) , e )
88661-
(if !Js_config.debug then
88661+
(if !Js_config.debug && not is_cons then
8866288662
[name_symbol, E.str p.name]
8866388663
else []) in
8866488664
if p.num_nonconst = 1 then

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18075,7 +18075,7 @@ end = struct
1807518075
* You should have received a copy of the GNU Lesser General Public License
1807618076
* along with this program; if not, write to the Free Software
1807718077
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
18078-
let version = "8.0.2"
18078+
let version = "8.0.3"
1807918079
let header =
1808018080
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
1808118081
let package_name = "bs-platform"
@@ -87957,7 +87957,7 @@ let exp_need_paren (e : J.expression) =
8795787957

8795887958
| Raw_js_code {code_info = Exp _}
8795987959
| Fun _
87960-
| Caml_block (_,_,_, (Blk_record _ | Blk_module _))
87960+
| Caml_block (_,_,_, (Blk_record _ | Blk_module _ | Blk_poly_var _ | Blk_extension | Blk_record_ext _ | Blk_record_inlined _ | Blk_constructor _ ))
8796187961
| Object _ -> true
8796287962
| Raw_js_code {code_info = Stmt _ }
8796387963
| Length _
@@ -88658,7 +88658,7 @@ and expression_desc cxt ~(level:int) f x : cxt =
8865888658
| true, 1 -> Js_op.Lit Literals.tl
8865988659
| _ ->
8866088660
Js_op.Lit ("_" ^ string_of_int i)) , e )
88661-
(if !Js_config.debug then
88661+
(if !Js_config.debug && not is_cons then
8866288662
[name_symbol, E.str p.name]
8866388663
else []) in
8866488664
if p.num_nonconst = 1 then

lib/4.06.1/whole_compiler.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304414,7 +304414,7 @@ end = struct
304414304414
* You should have received a copy of the GNU Lesser General Public License
304415304415
* along with this program; if not, write to the Free Software
304416304416
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304417-
let version = "8.0.2"
304417+
let version = "8.0.3"
304418304418
let header =
304419304419
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
304420304420
let package_name = "bs-platform"
@@ -381318,7 +381318,7 @@ let exp_need_paren (e : J.expression) =
381318381318

381319381319
| Raw_js_code {code_info = Exp _}
381320381320
| Fun _
381321-
| Caml_block (_,_,_, (Blk_record _ | Blk_module _))
381321+
| Caml_block (_,_,_, (Blk_record _ | Blk_module _ | Blk_poly_var _ | Blk_extension | Blk_record_ext _ | Blk_record_inlined _ | Blk_constructor _ ))
381322381322
| Object _ -> true
381323381323
| Raw_js_code {code_info = Stmt _ }
381324381324
| Length _
@@ -382019,7 +382019,7 @@ and expression_desc cxt ~(level:int) f x : cxt =
382019382019
| true, 1 -> Js_op.Lit Literals.tl
382020382020
| _ ->
382021382021
Js_op.Lit ("_" ^ string_of_int i)) , e )
382022-
(if !Js_config.debug then
382022+
(if !Js_config.debug && not is_cons then
382023382023
[name_symbol, E.str p.name]
382024382024
else []) in
382025382025
if p.num_nonconst = 1 then

0 commit comments

Comments
 (0)