2024-01-22T13:51:55Z - 2025-01-22T13:51:55Z

Overview

79 Active Pull Requests
38 Active Issues
Excluding merges, 1 author has pushed 46 commits to dev and 503 commits to all branches. On dev, 32 files have changed and there have been 1648 additions and 1251 deletions.

11 Releases published by 1 user

Published v0.2.24 2025-01-10 17:10:27 -08:00

Published v0.2.23 2024-12-11 17:01:03 -08:00

Published v0.2.22 2024-12-11 09:11:00 -08:00

Published v0.2.21 2024-12-05 16:41:16 -08:00

Published v0.2.20 2024-11-15 21:19:34 -08:00

Published v0.2.19 2024-10-13 12:21:02 -07:00

Published v0.2.19-alpha 2024-10-09 18:09:42 -07:00

Published v0.2.18 2024-09-08 12:25:29 -07:00

Published v0.2.14 2024-03-28 22:39:48 -07:00

Published v0.2.13 2024-03-16 19:01:49 -07:00

Published v0.2.12 2024-02-15 14:55:45 -08:00

75 Pull requests merged by 1 user

Merged #158 feat: Draft tactic REPL interface 2025-01-16 10:32:48 -08:00

Merged #156 chore: Update version to 0.2.25 2025-01-13 12:29:12 -08:00

Merged #134 chore: Update Lean to v4.15.0 2025-01-13 12:28:50 -08:00

Merged #153 feat: Draft tactic 2025-01-13 10:22:36 -08:00

Merged #155 chore: Update version 2025-01-10 17:08:19 -08:00

Merged #152 fix: Incorrect binder capture 2025-01-10 12:49:15 -08:00

Merged #154 feat: Add source location extraction 2025-01-10 12:47:36 -08:00

Merged #149 feat: Simplify sexp printing 2025-01-07 17:31:30 -08:00

Merged #148 fix: Unnecessary instantiation call 2025-01-07 17:31:09 -08:00

Merged #141 feat: Print value of arbitrary mvar and goals in goal state 2024-12-11 16:52:20 -08:00

Merged #145 doc: Add limitations 2024-12-11 16:51:24 -08:00

Merged #146 chore: Update version 2024-12-11 16:47:54 -08:00

Merged #144 fix: Reset core message log 2024-12-11 09:09:34 -08:00

Merged #128 feat: Extract type error and new constants 2024-12-11 01:25:36 -08:00

Merged #139 fix: Tactic failure on synthesizing placeholder 2024-12-11 01:13:15 -08:00

Merged #143 chore: Add aarch64 build targets to flake 2024-12-11 00:30:19 -08:00

Merged #140 chore: Update version 2024-12-09 21:43:04 -08:00

Merged #135 fix: Capture nested tactic failure 2024-12-07 18:51:26 -08:00

Merged #123 doc: Design Rationale Document 2024-12-05 17:24:20 -08:00

Merged #133 doc: Documentation cleanup and update 2024-12-05 17:23:25 -08:00

Merged #129 feat: Pickling goal states 2024-12-05 16:02:26 -08:00

Merged #130 feat: Erase macro scopes in sexp 2024-12-04 11:24:16 -08:00

Merged #120 feat: State and environment pickling 2024-11-15 23:10:34 -08:00

Merged #121 chore: Update lean4-nix to mainline 2024-11-15 17:44:02 -08:00

Merged #115 chore: Update Lean4 upstream to unofficial flake 2024-11-15 14:40:48 -08:00

Merged #119 feat: Extract used constants from invocation 2024-11-10 21:29:35 -08:00

Merged #116 doc: Change license to Apache2 2024-10-21 10:14:40 -07:00

Merged #113 feat: Capture environment in drafting 2024-10-12 16:59:41 -07:00

Merged #111 feat: Let tactic in REPL 2024-10-12 16:54:13 -07:00

Merged #110 fix: Delayed MVars in MetaTranslate 2024-10-09 18:08:10 -07:00

Merged #109 feat: Catch and print IO errors in REPL 2024-10-08 23:50:37 -07:00

Merged #108 chore: Update Lean to v4.12.0 2024-10-08 09:49:09 -07:00

Merged #105 feat: Remove most filters on catalog 2024-10-06 16:12:23 -07:00

Merged #107 feat: Error reporting in frontend 2024-10-05 22:39:24 -07:00

Merged #99 feat: Collect holes in Lean file and put them into a GoalState 2024-10-03 15:43:01 -07:00

Merged #100 fix: Tactics should produce .syntheticOpaque goals 2024-10-03 08:47:31 -07:00

Merged #101 feat: Set automaticMode to true by default 2024-09-09 17:33:42 -07:00

Merged #92 feat: Automatic Mode 2024-09-08 12:25:07 -07:00

Merged #94 feat: Expose GoalState functions 2024-09-08 12:10:47 -07:00

Merged #96 doc: Add GPL License 2024-09-07 14:12:34 -07:00

Merged #91 fix: Instantiate type when detecting eq 2024-09-03 19:19:10 -07:00

Merged #90 fix: Bindings in prograde tactics 2024-09-03 18:15:58 -07:00

Merged #83 feat: Prograde tactics 2024-08-31 20:04:39 -07:00

Merged #87 test: Use lake test. Retired Makefile 2024-08-18 12:24:56 -07:00

Merged #85 feat: Condensed interface 2024-08-15 22:41:59 -07:00

Merged #86 chore: Update Lean to v4.10.0-rc1 2024-07-06 21:37:31 -07:00

Merged #81 refactor: Cleanup the congruence tactics 2024-06-23 13:35:36 -07:00

Merged #82 fix: aux lemmas in env inspect 2024-06-23 13:33:35 -07:00

Merged #72 feat: Elementarized tactics with motives, congruence, and absurdity 2024-06-12 13:52:46 -07:00

Merged #76 feat: Extraction of tactics from compiler 2024-05-31 20:23:51 -07:00

Merged #73 doc: README.md fix 2024-05-17 20:33:19 -07:00

Merged #75 chore: Version bump to v4.8.0-rc1 2024-05-17 20:32:30 -07:00

Merged #71 fix: Option setting in REPL 2024-04-15 12:58:08 -07:00

Merged #70 feat: Let tactic 2024-04-12 21:42:32 -07:00

Merged #69 feat: Option to collect dependent metavariables 2024-04-12 21:33:01 -07:00

Merged #66 fix: Prevent incorrect inheritance of calc rhs 2024-04-12 20:52:18 -07:00

Merged #68 chore: Update version to 0.2.15 2024-04-11 17:58:24 -07:00

Merged #59 feat: Add support for the have, conv, and calc tactics 2024-04-11 15:36:20 -07:00

Merged #65 feat: Print precursor rules in env/inspect 2024-04-11 15:35:15 -07:00

Merged #64 fix: Serialization of projection operators 2024-04-09 21:28:53 -07:00

Merged #63 perf: Lazy run print monads 2024-04-08 10:37:28 -07:00

Merged #60 fix: Auto bound implicit in elab 2024-04-06 22:04:32 -07:00

Merged #58 test: Parallel testing infrastructure 2024-04-06 14:16:46 -07:00

Merged #56 feat: Instantiate mvars during echo 2024-03-31 17:10:30 -07:00

Merged #55 feat: Specify type in echo 2024-03-31 16:45:44 -07:00

Merged #54 fix: Instantiation causes infinite loop 2024-03-31 16:43:53 -07:00

Merged #52 feat: Instantiation tests 2024-03-30 00:08:33 -07:00

Merged #53 fix: Build failure on macOS due to LLVM version 2024-03-30 00:07:27 -07:00

Merged #47 feat: Query arbitrary assignment in goal 2024-03-29 23:48:21 -07:00

Merged #51 chore: Version bump and toolchain cleanup 2024-03-28 22:36:26 -07:00

Merged #50 feat: Remove display of implementation details 2024-03-28 22:35:38 -07:00

Merged #49 build: Toolchain bump and Nix flake fix 2024-03-28 12:05:15 -07:00

Merged #48 feat: Output shared library in Nix flake 2024-03-16 19:01:04 -07:00

Merged #45 feat: Print parent expression assignment 2024-02-15 14:55:05 -08:00

Merged #46 feat: Add leanpkgs to the flake output 2024-02-15 14:30:31 -08:00

4 Pull requests proposed by 1 user

Proposed #136 chore: Version 0.3 2024-12-08 12:55:40 -08:00

Proposed #157 feat: Pickle constants in goal state 2025-01-13 12:44:40 -08:00

Proposed #159 feat: Module reading functions 2025-01-15 21:03:50 -08:00

Proposed #161 fix: Panic in exprProjToApp 2025-01-16 10:33:45 -08:00

26 Issues closed from 1 user

Closed #127 Drafting tactic in goals 2025-01-13 11:33:21 -08:00

Closed #150 Allow LSP-like behaviour of finding definition location via symbol 2025-01-10 12:49:46 -08:00

Closed #131 Add aarch64-{linux,darwin} targets in flake 2024-12-11 18:24:23 -08:00

Closed #138 Articulation of Finished Proof 2024-12-11 16:52:21 -08:00

Closed #126 Extraction of new symbols in each compilation unit 2024-12-11 01:26:00 -08:00

Closed #125 Wrong code/Compilation Failure Extraction 2024-12-11 01:25:53 -08:00

Closed #122 Mathlib4 Parsing Error 2024-12-11 01:25:36 -08:00

Closed #114 Incremental and intercepted parsing of Lean code 2024-12-08 16:25:24 -08:00

Closed #124 Erase macro scopes in sexp binders 2024-12-05 16:43:33 -08:00

Closed #95 Pickling 2024-12-05 16:06:48 -08:00

Closed #118 Used constant for tactic info extraction 2024-11-13 17:01:06 -08:00

Closed #112 feat: Enable environment capture during frontend.process 2024-10-12 16:59:33 -07:00

Closed #106 Report error when frontend parsing fails 2024-10-05 22:40:54 -07:00

Closed #97 Parse and enter environment at arbitrary points of the input 2024-10-03 15:43:31 -07:00

Closed #103 Metavariable not found bug with sorry collection 2024-10-03 11:51:44 -07:00

Closed #93 Refactor out the Pantograph executable and lib into different targets 2024-09-08 13:40:12 -07:00

Closed #88 Resumption not taking type unification into account 2024-09-02 19:43:22 -07:00

Closed #74 Enable direct expression evaluation in context 2024-08-31 19:54:12 -07:00

Closed #67 Extraction of atomization step 2024-08-31 19:53:35 -07:00

Closed #80 Expose the String.toName interface 2024-08-31 19:51:43 -07:00

Closed #84 Move towards Expr based interface 2024-08-31 19:50:54 -07:00

Closed #77 Unclear error message 2024-06-23 13:34:03 -07:00

Closed #9 Extraction of tactics from syntax tree 2024-05-31 20:27:45 -07:00

Closed #62 Update README.md 2024-04-11 16:13:37 -07:00

Closed #57 Add support for have, conv, calc, tactics. 2024-04-11 16:13:29 -07:00

Closed #61 Could not reference local context variables 2024-04-06 21:55:20 -07:00

12 Issues created by 1 user

Opened #78 Add option for Meta.ppGoal 2024-06-10 13:03:06 -07:00

Opened #98 Use MLList from Batteries 2024-09-08 13:39:37 -07:00

Opened #102 Timeout for tactics 2024-09-09 23:49:44 -07:00

Opened #104 goal.delete exceeds max recursion depth 2024-10-03 15:49:01 -07:00

Opened #117 One stop env add 2024-10-22 11:02:32 -07:00

Opened #132 Proof state merger 2024-12-05 15:34:19 -08:00

Opened #137 Pickle environment extensions 2024-12-08 16:11:48 -08:00

Opened #142 Pickle new constants generated in proof state 2024-12-10 21:48:42 -08:00

Opened #147 Move Tactics to a Standalone Library 2024-12-14 18:43:51 -08:00

Opened #151 Add unsafe detection in goal.print 2024-12-19 05:02:52 -08:00

Opened #160 Projection conversion function panics 2025-01-16 08:41:08 -08:00

Opened #162 Take generated constants into account 2025-01-18 12:16:49 -08:00

1 Unresolved Conversation

Open #23 Printing fine-grained delaboration structure 2024-10-13 18:20:58 -07:00