Graydon Hoare
|
f0dfbe7b1b
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
|
Graydon Hoare
|
8b580954fe
|
Register snapshots and switch logging over to use of log_full or #error / #debug.
|
2011-12-22 14:42:52 -08:00 |
|
Marijn Haverbeke
|
a7573af59d
|
Add some tests for new kind system
Issue #1177
|
2011-11-18 16:15:46 +01:00 |
|
Brian Anderson
|
a96b16e8c3
|
Make it again possible to initialize resource locals via assignment
Some special cases allow both 'let a <- my_resource(x)' and
'let a = my_resource(x)' to work as expected despite ostensibly being
copies and moves.
|
2011-09-27 23:20:27 -07:00 |
|