Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Aug 11, 2023
1 parent 7ac5f58 commit 29b8638
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.6)
(lang dune 3.7)

(using action-plugin 0.1)

Expand All @@ -8,6 +8,8 @@

(generate_opam_files true)

(map_workspace_root false)

(source
(github pinc-lang/pinc-lang))

Expand Down
4 changes: 2 additions & 2 deletions lib/pinc_backend/Pinc_Interpreter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ module State = struct
(List.map (function
| ( key,
({ value = { value_desc = Function { state; parameters; exec }; _ }; _ }
as binding) ) ->
as binding) ) ->
let new_state =
add_value_to_scope ~ident ~value ~is_optional ~is_mutable state
in
Expand Down Expand Up @@ -1836,7 +1836,7 @@ and eval_tag ~state tag =
| Render, `Portal -> Value.null ~value_loc:tag.Ast.tag_loc ()
| ( Portal_Collection,
((`Array | `Boolean | `Custom _ | `Float | `Int | `Record | `Slot | `String) as
tag_identifier) ) -> (
tag_identifier) ) -> (
let tag_info =
{
tag = tag_identifier;
Expand Down
2 changes: 1 addition & 1 deletion pinc-lang.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/pinc-lang/pinc-lang/issues"
depends: [
"ocaml"
"fmt"
"dune" {>= "3.6"}
"dune" {>= "3.7"}
"crunch"
"containers"
"bisect_ppx" {with-test}
Expand Down
8 changes: 4 additions & 4 deletions pinc-lang.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ depends: [
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bisect_ppx" {= "2.8.2" & with-test}
"bisect_ppx" {= "2.8.3" & with-test}
"cmdliner" {= "1.2.0"}
"containers" {= "3.12"}
"crunch" {= "3.3.1"}
"csexp" {= "1.5.2"}
"dune" {= "3.9.1"}
"dune-configurator" {= "3.9.1"}
"dune" {= "3.10.0"}
"dune-configurator" {= "3.10.0"}
"either" {= "1.0.0"}
"fmt" {= "0.9.0"}
"ocaml" {= "5.0.0"}
Expand All @@ -29,7 +29,7 @@ depends: [
"ocamlbuild" {= "0.14.2"}
"ocamlfind" {= "1.9.6"}
"ppx_derivers" {= "1.2.1" & with-test}
"ppxlib" {= "0.27.0" & with-test}
"ppxlib" {= "0.30.0" & with-test}
"ptime" {= "1.1.0"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0" & with-test}
Expand Down

0 comments on commit 29b8638

Please sign in to comment.