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