feat(frontend): Move functionalities of sorry capture to frontend.distil
#271
No reviewers
Labels
No labels
category
bug
category
chore
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
priority
pending-measurement
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: aniva/Pantograph#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "frontend/distil"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problems with
frontend.process
This is related to the problem of
sorry
captures in PutnamBench's 2005/a2 data point.frontend.distil
works:frontend.process
does not:which gives
To me, this is a signal to deprecate drafting capabilities in
frontend.process
.Proposal
Merge the sorry-capturing capabilities to
frontend.distil
. Remove theInfoTree
based processing system since syntacticsorry
s could correspond to multiple expressionsorry
s.fix(frontend): Handling of matchers in distilto feat(frontend): Move functionalities of sorry capture tofrontend.distil
frontend.process
58c3795a8dputnam-2005-a2
still generates panics.