Commit Graph

1 Commits

Author SHA1 Message Date
Julien Fischer
e9b0c489d2 Two fixes for uint support.
1. Fix an abort in the MLDS backend involving switches on uints.

2. Make string.string/1 handle uints.

compiler/ml_switch_gen.m:
    Handle uints properly in a spot.

library/string.to_string.m:
     Make string.string/1 handle uint values.

tests/hard_coded/Mmakefile:
tests/hard_coded/uint_switch_test.{m,exp}:
     Add a test case.
2017-05-24 09:59:01 +10:00