Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / Bugs20130715.adoc
1 Bugs20130715
2 ============
3
4 Here are the known bugs in <:Release20130715:MLton 20130715>, listed
5 in reverse chronological order of date reported.
6
7 * <!Anchor(bug06)>
8 Bug with simultaneous `sharing` of multiple structures.
9 +
10 Fixed by commit <!ViewGitCommit(mlton,9cb5164f6)>.
11
12 * <!Anchor(bug05)>
13 Minor bug with exception replication.
14 +
15 Fixed by commit <!ViewGitCommit(mlton,1c89c42f6)>.
16
17 * <!Anchor(bug04)>
18 Minor bug erroneously accepting symbolic identifiers for strid, sigid, and fctid
19 and erroneously accepting symbolic identifiers before `.` in long identifiers.
20 +
21 Fixed by commit <!ViewGitCommit(mlton,9a56be647)>.
22
23 * <!Anchor(bug03)>
24 Minor bug in precedence parsing of function clauses.
25 +
26 Fixed by commit <!ViewGitCommit(mlton,1a6d25ec9)>.
27
28 * <!Anchor(bug02)>
29 Performance bug in creation of worker threads to service calls of `_export`-ed
30 functions.
31 +
32 Thanks to Bernard Berthomieu for the bug report.
33 +
34 Fixed by commit <!ViewGitCommit(mlton,97c2bdf1d)>.
35
36 * <!Anchor(bug01)>
37 Bug in `MLton.IntInf.fromRep` that could yield values that violate the `IntInf`
38 representation invariants.
39 +
40 Thanks to Rob Simmons for the bug report.
41 +
42 Fixed by commit <!ViewGitCommit(mlton,3add91eda)>.
43
44 * <!Anchor(bug00)>
45 Bug in equality status of some arrays, vectors, and slices in Basis Library
46 implementation.
47 +
48 Fixed by commit <!ViewGitCommit(mlton,a7ed9cbf1)>.