Bugs20130715 ============ Here are the known bugs in <:Release20130715:MLton 20130715>, listed in reverse chronological order of date reported. * Bug with simultaneous `sharing` of multiple structures. + Fixed by commit . * Minor bug with exception replication. + Fixed by commit . * Minor bug erroneously accepting symbolic identifiers for strid, sigid, and fctid and erroneously accepting symbolic identifiers before `.` in long identifiers. + Fixed by commit . * Minor bug in precedence parsing of function clauses. + Fixed by commit . * Performance bug in creation of worker threads to service calls of `_export`-ed functions. + Thanks to Bernard Berthomieu for the bug report. + Fixed by commit . * Bug in `MLton.IntInf.fromRep` that could yield values that violate the `IntInf` representation invariants. + Thanks to Rob Simmons for the bug report. + Fixed by commit . * Bug in equality status of some arrays, vectors, and slices in Basis Library implementation. + Fixed by commit .