Idris2/tests/idris2
Edwin Brady 26cdfc7830 Make records work in parameter blocks
This involves making 'unelab' aware of nested names so that it can
remove the parameters from names in the current block. It's a bit of a
hacky solution, but it is also the easiest one.
Ideally we'd build the getter types directly, rather than using unelab,
but that's one to save for another time.
Fixes #1482
2021-07-10 18:12:44 +01:00
..
api001 Update API test for new Codegen fields 2021-06-27 16:00:03 +01:00
basic001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic002 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic003 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic005 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic006 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic009 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic010 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic011 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic013 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
basic014 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic015 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic016 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic017 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic018 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic019 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic020 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic021 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic022 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic023 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic024 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic025 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic026 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic027 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic028 [ fix ] All the REPL commands should be in CommandTable (#1036) 2021-02-08 17:25:49 +00:00
basic029 Implement new parameters syntax 2021-04-23 19:02:48 +01:00
basic030 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic031 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic032 [ log ] for desugaring of idioms 2020-09-24 15:27:40 +01:00
basic033 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic034 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic035 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic036 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
basic037 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic038 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic039 Flag records and option types 2021-05-09 16:49:59 +01:00
basic040 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
basic041 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic042 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic043 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
basic044 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic045 [ fix #650 ] Lazier match in NPrimVal vs. ConCase (#655) 2020-09-09 17:17:07 +01:00
basic046 Adding a whole bunch of tuple sections (#680) 2020-09-19 14:51:57 +01:00
basic047 [ fix #63 ] interleaving let binders and local declarations (#691) 2020-09-28 13:15:22 +01:00
basic049 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
basic050 Have lambda-case available everywhere lambda is (#819) 2020-12-07 11:34:48 +00:00
basic051 [ fix #833, #677 ] bound variables start with a lowercase letter 2020-12-10 18:01:14 +00:00
basic052 Double closing brace was made to not be treated specially. 2021-02-02 11:27:34 +00:00
basic053 Add test for escaping NL 2021-02-23 13:10:36 +08:00
basic054 [ fix #1023 ] Hexadecimal literals can be pretty big 2021-02-04 13:22:55 +00:00
basic055 Flush standard out after writing prompt to it 2021-04-09 15:17:00 +01:00
basic056 [ new ] Add FromChar and FromDouble interfaces to the prelude (#1641) 2021-06-29 08:37:02 +01:00
basic057 [ close #31 ] test case for the issue 2021-03-18 10:38:48 +00:00
basic058 [ fix ] Ability for data types to be operators was restored 2021-03-25 14:16:47 +00:00
basic059 Support Multi-declarations (#1280) 2021-04-07 12:21:17 +01:00
basic060 [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
basic061 Allow underscores in integer literals to aid readability 2021-06-15 13:00:53 +01:00
builtin001 Add Agda-like builtins (#1253) 2021-04-22 13:08:32 +01:00
builtin002 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
builtin003 Add Agda-like builtins (#1253) 2021-04-22 13:08:32 +01:00
builtin004 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
builtin005 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin006 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
builtin007 [ builtin ] O(1) natToInteger for any 'Nat'-like type (#1363) 2021-05-10 12:14:19 +01:00
builtin008 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
builtin009 [ refactor ] to allow testpools to specify a backend (#1591) 2021-06-21 22:12:17 +01:00
builtin010 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
builtin011 [ refactor ] to allow testpools to specify a backend (#1591) 2021-06-21 22:12:17 +01:00
casetree001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
coverage002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
coverage003 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
coverage004 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
coverage005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
coverage006 [ fix #63 ] interleaving let binders and local declarations (#691) 2020-09-28 13:15:22 +01:00
coverage007 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
coverage009 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage010 [ refactor ] Remove Data.Strings module (#1607) 2021-06-28 13:48:37 +01:00
coverage011 [ fix ] recoverability criteria 2020-11-11 19:10:34 +00:00
coverage012 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage013 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage014 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage015 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage016 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
coverage017 [ fix #1421 ] Use resolved names for the impossible LHS 2021-05-17 21:06:37 +01:00
data001 [ fix #1248 ] Bring qualified names back for data & record types 2021-03-31 23:17:53 +01:00
docs001 [ new ] Missing integer type interfaces (#1629) 2021-06-28 20:00:10 +01:00
docs002 [ :doc ] Adding projections to the record doc 2021-05-21 18:23:13 +01:00
docs003 [ :doc ] Adding projections to the record doc 2021-05-21 18:23:13 +01:00
error001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error002 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error003 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error004 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error005 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error006 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error007 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
error009 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error010 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error011 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
error013 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error014 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error015 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error016 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error017 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
error018 [ new ] Add FromChar and FromDouble interfaces to the prelude (#1641) 2021-06-29 08:37:02 +01:00
error019 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
eta001 [ fix #1370 ] use the lambda's type for eta-expansion 2021-05-10 12:13:29 +01:00
evaluator001 [ fix #705 ] Normalise primitives in mkPat (#718) 2020-10-02 12:22:57 +01:00
evaluator002 [ fix #650 ] Lazier match in NPrimVal vs. ConCase (#655) 2020-09-09 17:17:07 +01:00
evaluator003 [ fix #705 ] Normalise primitives in mkPat (#718) 2020-10-02 12:22:57 +01:00
golden001 [ fix ] test Test.Golden with non-idris2 projects. (#1613) 2021-06-25 14:04:46 +01:00
import001 [ new ] detect changes using sha256 rather than timestamps (#1535) 2021-06-16 16:16:58 +01:00
import002 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
import003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
import004 [ cosmetic ] nicer error messages for uncaught exceptions 2021-03-25 15:59:46 +00:00
import005 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
interactive001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive002 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
interactive003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interactive004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive005 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
interactive006 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive009 Swap 'False' and 'True' constructors 2021-05-09 20:08:38 +01:00
interactive010 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interactive011 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive013 Improve case-splitting formatting to not introduce new whitespace; add a bit of comments+docs. (#1553) 2021-06-17 16:48:59 +01:00
interactive014 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive015 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
interactive016 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive017 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive018 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interactive019 [ new ] Add FromChar and FromDouble interfaces to the prelude (#1641) 2021-06-29 08:37:02 +01:00
interactive020 [ fix #834 ] Fix implicitsAs for local definitions (#1199) 2021-03-17 10:54:25 +00:00
interactive021 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive022 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive023 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive024 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive025 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive026 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive027 Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
interactive028 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
interactive029 [ fix #834 ] Fix implicitsAs for local definitions (#1199) 2021-03-17 10:54:25 +00:00
interactive030 [ fix ] print infix operators with parens 2021-04-27 14:12:48 +01:00
interactive031 [ test #18 ] Add passing tests from issue to avoid regressions 2021-05-25 23:07:59 +01:00
interactive032 [ fix ] indentation of impossible clauses (#1520) 2021-06-08 17:03:06 +01:00
interactive033 [ fix ] indentation of impossible clauses (#1520) 2021-06-08 17:03:06 +01:00
interactive034 Fix expression search on already solved holes 2021-06-23 00:59:26 +01:00
interactive035 Fix expression search on already solved holes 2021-06-23 00:59:26 +01:00
interface001 Missing interface methods now cause an error 2021-06-27 20:03:19 +01:00
interface002 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface003 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
interface004 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
interface005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface006 [ fix #657 ] RigCount for interface parameters (#808) 2020-12-11 11:58:26 +00:00
interface007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface008 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
interface009 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface010 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface011 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
interface012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface013 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
interface014 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interface015 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
interface016 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
interface017 [ new ] comma-separated interface parameters (#682) 2020-09-19 15:29:23 +01:00
interface018 Add missing test 2020-12-14 13:38:40 +00:00
interface019 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
interface020 Add missing test 2020-12-14 13:38:40 +00:00
interface021 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
interface022 [ fix #954 ] Allow RF names for interface methods (#956) 2021-01-19 20:50:47 +00:00
interface023 More compose instances and one usage of them (#1089) 2021-02-23 10:53:43 +00:00
interface024 Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
interface025 [ auto ] Ignore hidden names in Core.Context.getSearchData (#1143) 2021-03-09 14:13:29 +00:00
interface026 [ base ] Some lacking implementations for Uninhabited were added 2021-06-15 15:07:54 +03:00
interpreter001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interpreter002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
interpreter003 [ refactor ] Remove Data.Strings module (#1607) 2021-06-28 13:48:37 +01:00
interpreter004 [ new ] Add Int(8/16/32/64) (#1352) 2021-05-04 08:22:06 +01:00
interpreter005 [ fix #37 ] Use filename if we already know it 2020-09-24 15:56:23 +01:00
interpreter006 Fix REPL execExp and fix "it" (#908) 2021-01-27 23:14:41 +00:00
interpreter007 Flush standard out after writing prompt to it 2021-04-09 15:17:00 +01:00
lazy001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
lazy002 Update test output 2021-05-01 17:37:38 +01:00
linear001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
linear002 Namespace checks for resugaring (#1161) 2021-03-15 13:34:54 +00:00
linear003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
linear004 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
linear005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
linear006 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
linear007 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
linear008 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
linear009 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
linear010 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
linear011 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
linear012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
linear013 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
linear014 [ fix #55 ] Propagate linear context from Definition to Clauses 2021-05-25 19:27:02 +01:00
literate001 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
literate002 fixed whitespace for *.idr,*.ipkg,*.tex,*.yaff, and *.lidr 2021-01-22 15:08:49 +00:00
literate003 Remove linearity subtyping 2020-12-27 19:58:35 +00:00
literate004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate006 Swap 'False' and 'True' constructors 2021-05-09 20:08:38 +01:00
literate007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate010 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
literate011 Fixed docs and improved Literate mode. 2020-12-07 14:54:35 +00:00
literate012 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
literate013 Extended Literate support to include LaTeX. 2020-12-07 14:54:35 +00:00
literate014 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
literate015 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
literate016 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
namespace001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
params001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
params002 Implement new parameters syntax 2021-04-23 19:02:48 +01:00
perf001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
perf002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
perf003 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
perf004 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
perf005 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perf007 Remove whitespace again 2021-05-26 15:54:57 +01:00
perf008 [test] Add preformance test of Fin/Vect 2021-06-14 17:28:58 +01:00
perror001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror002 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror003 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror004 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror005 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror006 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror007 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
perror008 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
pkg001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
pkg002 Use absolute path to pass around Idris executable 2021-04-11 20:52:36 +01:00
pkg003 Allow --directive command line flag combined with package options 2021-05-05 18:55:55 +01:00
pkg004 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
pkg005 Simplify some lambdas (#1561) 2021-06-16 15:22:30 +01:00
pkg006 [ fix #1148 ] Support hyphenated package names (#1151) 2021-03-04 19:09:15 +00:00
pkg007 Fixes for processPackage (#1304) 2021-04-21 10:15:39 +01:00
pkg008 Fixes for processPackage (#1304) 2021-04-21 10:15:39 +01:00
pkg009 Fixes for processPackage (#1304) 2021-04-21 10:15:39 +01:00
pkg010 Update version number in pkg010 test 2021-06-23 17:52:00 +01:00
positivity001 [ re #660 ] Positivity checking for empty types 2020-09-14 18:37:47 +01:00
positivity002 [ re #1087 ] Better error messages in the REPL 2021-02-19 12:34:19 +00:00
positivity003 [ re #1087 ] Better error messages in the REPL 2021-02-19 12:34:19 +00:00
positivity004 [ fix #775 ] integerToNat is not, in fact, id (#799) 2020-11-27 18:48:19 +00:00
pretty001 [ fix #1328 ] print infix functions enclosed in grave accents (#1331) 2021-04-25 18:56:08 +01:00
real001 [ fix #621 ] add warnings for shadowed global definition (#1407) 2021-05-14 17:35:21 +01:00
real002 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
record001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
record002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
record003 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
record004 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
record005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
record006 Implement new application syntax 2020-10-01 12:43:43 +03:00
record007 Identify prefix and postfix record projections (#1183) 2021-03-15 13:40:13 +00:00
record008 [ fix ] print postfix projections... postfix (#1557) 2021-06-18 00:00:51 +01:00
record009 Make records work in parameter blocks 2021-07-10 18:12:44 +01:00
reflection001 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reflection002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reflection003 [ new ] Add FromChar and FromDouble interfaces to the prelude (#1641) 2021-06-29 08:37:02 +01:00
reflection004 [ fix #899 ] Be careful when generating an impossible LHS (#1081) 2021-02-22 09:53:30 +00:00
reflection005 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reflection006 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reflection007 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reflection008 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reflection009 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
reg001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
reg002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg003 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg005 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg006 [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
reg007 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg008 [ refactor ] Remove Data.Strings module (#1607) 2021-06-28 13:48:37 +01:00
reg009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg010 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg011 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg012 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg013 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg014 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg015 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg016 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg017 Merge github.com:idris-lang/Idris2 into normalise-tweaks 2021-06-10 12:22:02 +01:00
reg018 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
reg019 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg020 add binary literals 2020-08-31 08:48:05 +01:00
reg021 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
reg022 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg023 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg024 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg025 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg026 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg027 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg028 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg029 [ fix #657 ] RigCount for interface parameters (#808) 2020-12-11 11:58:26 +00:00
reg030 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
reg031 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg032 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
reg033 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg034 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg035 Auto-implicit __con now added before implicits. (#659) 2020-12-07 11:41:47 +00:00
reg036 Don't add implicits after non-given explicits. (#918) 2021-01-20 19:13:07 +00:00
reg037 Check current holes only at end of elaboration 2021-03-01 19:11:15 +00:00
reg038 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg039 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
reg040 Fix test output 2021-06-11 13:02:38 +01:00
reg041 Check LHS arguments are polymorphic enough 2021-06-13 13:31:40 +01:00
reg042 [ fix #1579 ] Nat hack for comparison operators (#1580) 2021-06-28 16:48:08 +01:00
reg043 Check sizes of buffers and strings in TTCs 2021-06-23 18:08:27 +01:00
reg044 [ fix #1579 ] Nat hack for comparison operators (#1580) 2021-06-28 16:48:08 +01:00
total001 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total003 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total004 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total005 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total006 Add count and foldMap to prelude 2021-01-05 21:59:01 +00:00
total007 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
total008 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
total009 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
total010 Remove trailing whitespaces and add trailing newlines 2021-01-16 10:00:03 +00:00
warning001 [ warn ] holes are not shadowed by implicits 2021-05-27 17:18:09 +01:00
with001 removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
with002 Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00
with003 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
with004 [ new ] --install-with-src; refactoring around FCs (#1450) 2021-06-05 12:53:22 +01:00
with005 [ fix #893 ] proof gadget for with clauses (#1222) 2021-03-25 10:02:06 +00:00