Commit Graph

11 Commits

Author SHA1 Message Date
Erik Svedäng
26887f3716 Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00
Erik Svedäng
8281dfa109 Made inc, dec, max, min into interfaces. Changed Array.max/min to new
names. Fixed tests and removed special max/min from Statistics module.
2018-01-29 07:14:56 +01:00
Erik Svedäng
936dd8b26c Changed type of member getter method to always returning a Ref (used to be non-ref for primitive types). 2018-01-26 21:23:29 +01:00
hellerve
9e60ff01c1 core: fixed statistics cond and tests; core: accurate error message on cond 2017-12-15 17:43:06 +01:00
hellerve
5704a9268c macros: added use-all 2017-12-12 15:08:33 +01:00
hellerve
89eb010045 tests: simplified 2017-11-27 14:45:14 +01:00
Erik Svedäng
7b5a0aa7eb All tests run, but can still confuse the type checker, see "expression_problem.carp" 2017-11-27 12:36:17 +01:00
Erik Svedäng
6f5066f3fd If an interface is defined, all references to it will become MultiSym:s (for now). 2017-11-23 07:42:52 +01:00
Erik Svedäng
db8ab73644 Removed autoloading of the more advanced libraries, requires manual loading. 2017-11-21 12:01:31 +01:00
hellerve
e3a0da969a statistics: updated tests 2017-11-07 15:06:47 +01:00
hellerve
54592f5e4c statistics: added tests 2017-10-26 17:55:10 +02:00