| .. |
|
1313.lean
|
test(tests/lean/interactive): add regression test for #1313
|
2017-01-20 21:48:19 -08:00 |
|
1313.lean.expected.out
|
test(tests/lean/interactive): add regression test for #1313
|
2017-01-20 21:48:19 -08:00 |
|
complete.lean
|
fix(shell/server): prevent empty prefix completion for declarations
|
2017-01-17 16:38:00 -08:00 |
|
complete.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
complete_field.lean
|
feat(frontends/lean,shell): autocompletion for ^.
|
2017-01-17 19:27:59 -08:00 |
|
complete_field.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
complete_import.lean
|
feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes
|
2017-01-10 12:25:33 +01:00 |
|
complete_import.lean.expected.out
|
feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes
|
2017-01-10 12:25:33 +01:00 |
|
complete_namespace.lean
|
fix(frontends/lean/builtin_cmds): do not complete after namespace
|
2017-01-10 14:42:48 -08:00 |
|
complete_namespace.lean.expected.out
|
fix(frontends/lean/builtin_cmds): do not complete after namespace
|
2017-01-10 14:42:48 -08:00 |
|
complete_scanner_error.lean
|
fix(frontends/lean/parser): catch exceptions thrown by sync_command
|
2017-01-10 14:42:48 -08:00 |
|
complete_scanner_error.lean.expected.out
|
fix(frontends/lean/parser): catch exceptions thrown by sync_command
|
2017-01-10 14:42:48 -08:00 |
|
complete_tactic.lean
|
feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes
|
2017-01-10 12:25:33 +01:00 |
|
complete_tactic.lean.expected.out
|
chore(tests/lean): fix tests after error-recovery
|
2017-02-06 15:15:47 +01:00 |
|
complete_trailing_period.lean
|
chore(tests/lean/interactive): simplify input format and test full completion output
|
2017-01-10 12:25:33 +01:00 |
|
complete_trailing_period.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
do_info.lean
|
fix(frontends/lean): auxiliary bind-application in do-notation was not allowing us to obtain type information for the monadic actions.
|
2017-01-12 18:38:31 -08:00 |
|
do_info.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
field_info.lean
|
refactor(frontends/lean): simpler field notation info that also works with implicit parameters
|
2017-02-17 13:03:47 +01:00 |
|
field_info.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
focus.lean
|
fix(library/init/meta): focus tactic
|
2017-02-09 10:02:19 -08:00 |
|
focus.lean.expected.out
|
fix(library/init/meta): focus tactic
|
2017-02-09 10:02:19 -08:00 |
|
goal_info.lean
|
fix(frontends/lean/tactic_notation): add skip tactic to save intermediate result
|
2017-01-20 20:58:05 -08:00 |
|
goal_info.lean.expected.out
|
fix(frontends/lean/tactic_notation): add skip tactic to save intermediate result
|
2017-01-20 20:58:05 -08:00 |
|
info.lean
|
feat(frontends/lean/print_cmd): add to info_manager when not overloaded
|
2017-02-17 15:41:58 +01:00 |
|
info.lean.expected.out
|
feat(frontends/lean/print_cmd): add to info_manager when not overloaded
|
2017-02-17 15:41:58 +01:00 |
|
info1.lean
|
chore(tests/lean/interactive): simplify input format and test full completion output
|
2017-01-10 12:25:33 +01:00 |
|
info1.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
info_goal.lean
|
fix(frontends/lean/tactic_notation): report state after tactic execution on ,
|
2017-01-17 16:38:00 -08:00 |
|
info_goal.lean.expected.out
|
refacotr(init/meta/interactive): clean up parameter gadgets
|
2017-02-17 15:41:58 +01:00 |
|
mk_input.sh
|
feat(frontends/lean,library/scoped_ext,shell): complete namespaces
|
2017-01-10 12:25:33 +01:00 |
|
my_tac_class.lean
|
chore(tests/lean): fix tests, and environment.decl_pos
|
2017-02-21 11:21:02 -08:00 |
|
my_tac_class.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
nested_traces.lean
|
fix(frontends/lean/tactic_notation): trace messages in nested blocks were not being displayed in the correct place
|
2017-02-05 18:20:10 -08:00 |
|
nested_traces.lean.expected.out
|
fix(frontends/lean/tactic_notation): trace messages in nested blocks were not being displayed in the correct place
|
2017-02-05 18:20:10 -08:00 |
|
rb_map_ts.lean
|
chore(tests/lean): fix tests, and environment.decl_pos
|
2017-02-21 11:21:02 -08:00 |
|
rb_map_ts.lean.expected.out
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
run_single.sh
|
chore(test/lean/interactive): do not test for exact source information
|
2017-02-17 13:45:56 +01:00 |
|
sync.input
|
chore(tests/lean/interactive): simplify input format and test full completion output
|
2017-01-10 12:25:33 +01:00 |
|
sync.input.expected.out
|
chore(tests/lean/interactive): simplify input format and test full completion output
|
2017-01-10 12:25:33 +01:00 |
|
test_single.sh
|
feat(interactive/test_single): colorized diff
|
2017-02-06 15:08:45 +01:00 |
|
trace.lean
|
fix(library/init/meta): bug introduced 9bee8ce36d
|
2017-02-03 17:01:46 -08:00 |
|
trace.lean.expected.out
|
fix(library/init/meta): bug introduced 9bee8ce36d
|
2017-02-03 17:01:46 -08:00 |