unison/unison-src/tests/methodical
2020-10-22 22:33:12 -04:00
..
abilities.u Add to abilities.u test case 2020-09-04 12:06:23 -04:00
abilities.ur Add to abilities.u test case 2020-09-04 12:06:23 -04:00
apply-constructor.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
apply-constructor.ur Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
apply.u Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
apply.ur Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
builtin-nat-to-float.u Implement fix. There were lots of tests that were inadvertently relying on the bug. 2020-10-22 22:33:12 -04:00
builtin-nat-to-float.ur Add implementation for Nat.toFloat 2019-12-02 14:48:08 +00:00
builtins.u Tests for int/float/text roundtrips 2019-08-16 22:54:16 -04:00
cycle-minimize.u tweak to orderedComponents implementation 2019-12-11 14:07:08 -05:00
dots.u addresses the typo in 'delimiter' 2020-02-02 11:20:20 +00:00
dots.ur dots are BACK and ready for action 🎸🤘 was like a 2 line change 2019-07-13 22:15:54 -04:00
empty2.u fix #413 2019-03-23 23:06:55 -04:00
empty3.u fix #413 2019-03-23 23:06:55 -04:00
empty.u fix #413 2019-03-23 23:06:55 -04:00
exponential.u Add float exponential functions 2019-04-02 23:47:36 -04:00
exponential.ur Add float exponential functions 2019-04-02 23:47:36 -04:00
float.u replace case .. of syntax with match .. with 2020-02-07 18:59:37 -08:00
float.ur Add fromText function to float library 2019-04-03 15:18:00 -04:00
hyperbolic.u Add hyperbolic float functions 2019-04-02 23:47:36 -04:00
hyperbolic.ur Add hyperbolic float functions 2019-04-02 23:47:36 -04:00
int.u additional bitwise operations for Int, Nat 2020-04-22 14:43:13 -07:00
int.ur Make Int.leading/trailingZeros actually yield Nat 2020-08-24 16:51:19 -04:00
let.u Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
let.ur Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
literals.u Add Char test to literals.u 2019-10-20 15:16:58 +03:00
literals.ur Add Char test to literals.u 2019-10-20 15:16:58 +03:00
loop.u restore old names for builtins and update tests that were relying on TDNR for == 2019-03-17 20:05:44 -04:00
nat.u additional bitwise operations for Int, Nat 2020-04-22 14:43:13 -07:00
nat.ur additional bitwise operations for Int, Nat 2020-04-22 14:43:13 -07:00
nesting.u Add a small test case for proper handler floating 2020-10-21 11:05:12 -04:00
overapply-ability.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
overapply-ability.ur Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
parens.u lexer change and test for allowing closing ) to be past the end of a layout block, example is like - 2019-07-19 14:08:43 -04:00
pattern-matching.u fix stray case .. of instances and opportunities for cases in unison-src 2020-02-21 17:05:18 -08:00
pattern-matching.ur Turn methodical.u into a directory of tests, with corresponding .ur files 2019-03-07 15:10:36 -05:00
power.u Add power float functions 2019-04-02 23:47:36 -04:00
power.ur Add power float functions 2019-04-02 23:47:36 -04:00
rank2.u add two failing tests, which we are about to fix 2019-04-03 15:00:05 -04:00
rounding.u Add round and float utils 2019-04-02 23:47:36 -04:00
rounding.ur Add round and float utils 2019-04-02 23:47:36 -04:00
scopedtypevars.u replace case .. of syntax with match .. with 2020-02-07 18:59:37 -08:00
semis.u dots are BACK and ready for action 🎸🤘 was like a 2 line change 2019-07-13 22:15:54 -04:00
semis.ur dots are BACK and ready for action 🎸🤘 was like a 2 line change 2019-07-13 22:15:54 -04:00
trig.u Add trigonometric float functions 2019-04-02 23:47:36 -04:00
trig.ur Add trigonometric float functions 2019-04-02 23:47:36 -04:00
universals.u test char comparison 2019-10-21 17:06:07 +00:00
universals.ur test char comparison 2019-10-21 17:06:07 +00:00
wildcardimports.u wildcard imports fixes #579 2019-07-17 23:24:22 -04:00