unison/unison-src/tests
2018-11-05 13:00:53 -05:00
..
stream rename Stream.to-sequence to Stream.toSequence 2018-11-04 12:12:58 -05:00
a-tale-of-two-optionals.uu rename Int64 to just Int 2018-09-24 13:36:13 -04:00
ability-keyword.u added ability as a keyword alias for effect, will remove effect later 2018-09-20 19:12:39 -04:00
abort.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
ask-inferred.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
cce.uu added a couple demo files, working up to a distributed sort function 2018-11-04 13:30:08 -05:00
compiler-bug.uu pending test 2018-10-15 12:07:54 -04:00
compose-inference.u fix to instantiateL/R which was completely forgetting to instantiate effects 2018-08-31 13:36:48 -04:00
console1.uu Rename Text.concatenate to Text.++ 2018-09-24 14:38:03 -04:00
console.u Rename Text.concatenate to Text.++ 2018-09-24 14:38:03 -04:00
data-references-builtins.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
delay_parse.u add two pending tests, one poor error message, un-pend a test, and add description to a pending test 2018-08-31 11:37:29 -04:00
delay.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
effect1.u forgot to add tests that exercise this to the commit 2018-08-24 09:26:12 -04:00
effect-instantiation.u fixed, but want to clean up inferred types a bit to eliminate unneeded effect vars 2018-08-31 10:12:49 -04:00
fib4.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
force.u fix to instantiateL/R which was completely forgetting to instantiate effects 2018-08-31 13:36:48 -04:00
id.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
if.u move bootstrap.sh and test.sh to scripts/ and add watch.sh also 2018-08-03 03:50:54 -04:00
imports2.uu add two pending tests, one poor error message, un-pend a test, and add description to a pending test 2018-08-31 11:37:29 -04:00
imports.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
io-state2.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
io-state3.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
keyword-parse.u test no longer pending 2018-08-29 11:29:42 -04:00
language-reference.u Rename Text.concatenate to Text.++ 2018-09-24 14:38:03 -04:00
map-reduce.u rename Stream.to-sequence to Stream.toSequence 2018-11-04 12:12:58 -05:00
map-traverse2.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
map-traverse.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
mergesort.uu add pending test 2018-09-24 16:30:57 -04:00
one-liners.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
one-liners.uu rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
pattern-matching2.uu add some pattern matching tests 2018-08-16 11:34:37 -04:00
pattern-matching.u Rename Text.concatenate to Text.++ 2018-09-24 14:38:03 -04:00
quote-parse-bug.uu Add a couple pending tests 2018-08-30 10:41:58 -04:00
r0.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r1.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r2.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r3.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r4negate.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
r4x.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
r5.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r6.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r7.0.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r7.1.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r7.2.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r8.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
r9.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r10.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r11.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r12.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r13.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
r14.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
sequence-at-0.u fix off-by-one in Sequence.at 2018-09-04 10:06:16 -04:00
spurious-ability-fail.uu lexer change for a comment that extends to end of file 2018-10-22 15:19:03 -04:00
state1.u Fixed console.uu 2018-08-23 14:56:50 -04:00
state1a.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
state2.u moved the last of the tests from Unison.Test.Typechecker into individual files 2018-08-09 16:08:51 -04:00
state2a-min.u fix tests/state2a-min.u by calling Components.minimize' in block 2018-09-04 15:42:04 -04:00
state2a.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
state2b-min.u fix issue with Lambda.compose not working in presence of effects 2018-09-05 15:21:05 -04:00
state2b.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
state3.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
state4.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
stream-shouldnt-damage-stack.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
tdnr2.u rename Int64 to just Int 2018-09-24 13:36:13 -04:00
tdnr3.u Added a test for local TDNR 2018-10-11 16:59:15 -04:00
tdnr4.u Added a test for TDNR with data constructors 2018-11-05 13:00:53 -05:00
tdnr.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
tictactoe0-array-oob1.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
tictactoe0-npe.u fix off-by-two error in dataConstructorish 2018-09-04 14:27:59 -04:00
tictactoe0.u fix off-by-two error in dataConstructorish 2018-09-04 14:27:59 -04:00
tictactoe2.u fix off-by-two error in dataConstructorish 2018-09-04 14:27:59 -04:00
tictactoe.u fix off-by-two error in dataConstructorish 2018-09-04 14:27:59 -04:00
tuple.u rename UInt64 to Nat 2018-09-24 13:15:40 -04:00
ungeneralize-bug.uu add pending test 2018-10-02 13:53:45 -04:00
unit.uu add a couple tests, and shuffled some others around. 2018-08-08 22:21:57 -04:00
void.u add a couple tests, and shuffled some others around. 2018-08-08 22:21:57 -04:00