Skip to content

Commit 7158b96

Browse files
authored
Merge pull request ocaml#22718 from dmbaturin/lua-ml-5.0.0-constraint
lua-ml: add a warning message about parallelism problems for OCaml 5.0.0
2 parents 050818b + e6e3288 commit 7158b96

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

packages/lua-ml/lua-ml.0.9.1/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ url {
2222
"sha512=5cb56cd96dbfae42835b3f10f275753685575472ace518e351e62e50a01c07a510203be21644fd3429680b926ecd9905d4dca1e101b762c442f7c6dc00b0f0ae"
2323
]
2424
}
25+
post-messages: [
26+
"Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \
27+
trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"}
28+
]

packages/lua-ml/lua-ml.0.9.2/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ url {
2121
"sha512=0719252c753a81301ff2de1b4de7a60a136afe2d73fc75c332529fed7f0975d44b85cbd2cad1762f8f9985110108b85a8e935222c7cbf430993fbafc2253d6fa"
2222
]
2323
}
24+
post-messages: [
25+
"Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \
26+
trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"}
27+
]

packages/lua-ml/lua-ml.0.9.3/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ url {
3535
"md5=a97a8d80c534880cb56c1cb2be34159a"
3636
"sha512=74d6881dc6b3a16738fa1a66db903bb2968bb913afc422ed230f279f7f05377b91a1c9cea5364021da5f6ee1f605c2fb25932503b978e9080dd6b9e7e8d36de8"
3737
]
38-
}
38+
}
39+
post-messages: [
40+
"Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \
41+
trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"}
42+
]

packages/lua-ml/lua-ml.0.9.4/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ url {
3737
"md5=ccc750966b4fbc925a9bfb802fd848a4"
3838
"sha512=3127b73bff078a40825fc5216559e3fe37fb1c4faf0121adc3a06acac6fb77dec82ba150d1f78ac1953266720ea3bedd4f7e2b21ddce1e0250417b36e1327eee"
3939
]
40-
}
40+
}
41+
post-messages: [
42+
"Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \
43+
trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"}
44+
]

packages/lua-ml/lua-ml.0.9/opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ url {
2020
"sha512=e8a841dd03256d29eb22868c5cb317db34cfb3de54037605a88812ce4a2d2600de35579af7b627f06c32583510b72e7e02da4bed212658af1edd454a767a1aa7"
2121
]
2222
}
23+
post-messages: [
24+
"Lua-ML does build with OCaml 5.0.0, however, it only works with it as long as the code is single-threaded: \
25+
trying to execute Lua code in more than one domain may incur in confusing, unpredictable failures." {ocaml:version >= "5.0"}
26+
]
27+

0 commit comments

Comments
 (0)