Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | Merge branch 'nox/maps-eval-empty-update' | Björn-Egil Dahlberg | |
* nox/maps-eval-empty-update: Fix evaluation of empty map patterns in erl_lint Fix evaluation of empty map updates in the debugger Fix evaluation of empty map updates in erl_eval | |||
2014-03-15 | Fix evaluation of empty map updates in the debugger | Anthony Ramine | |
2014-03-14 | erts: Change external format for maps | Sverker Eriksson | |
to be: 116,Arity, K1,V1,K2,V2,...,Kn,Vn instead of: 116,Arity, K1,K2,...,Kn, V1,V2,....,Vn We think this will be better for future internal map structures like HAMT. Would be bad if we need to iterate twice over HAMT in term_to_binary, one for keys and one for values. | |||
2014-02-04 | Support maps in the debugger | Anthony Ramine | |
A test is commented-out in map_SUITE:t_update_exact/1, waiting for a fixed maps:update/3 function with correct integer/float semantics. |