mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-02 23:25:03 +03:00
Update CHANGES
This commit is contained in:
parent
0d7d98bcfb
commit
39eec9c90b
@ -87,6 +87,12 @@
|
|||||||
wait for the first _successful_ result to be returned from a prover,
|
wait for the first _successful_ result to be returned from a prover,
|
||||||
instead of failing as soon as one prover fails.
|
instead of failing as soon as one prover fails.
|
||||||
|
|
||||||
|
* An experimental `parmap` primitive that applies a function to a
|
||||||
|
sequence of arguments and computes the results in parallel. This
|
||||||
|
operation should be considered experimental and may significantly
|
||||||
|
change or disappear in the future, and could possibly uncover
|
||||||
|
unknown race conditions in the interpreter.
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
* Closed issues #346, #444, #614, #617, #636, #660, #662, #663, #664, #667, #670,
|
* Closed issues #346, #444, #614, #617, #636, #660, #662, #663, #664, #667, #670,
|
||||||
|
Loading…
Reference in New Issue
Block a user