Skip to content

Track Simplification Pass Names#265

Open
rcosta358 wants to merge 1 commit into
mainfrom
track-simplification-passes
Open

Track Simplification Pass Names#265
rcosta358 wants to merge 1 commit into
mainfrom
track-simplification-passes

Conversation

@rcosta358

Copy link
Copy Markdown
Collaborator

Description

This PR makes each VCSimplificationResult save the name of the simplification that produced it, which is derived automatically through VCSimplificationPass.getName(). The VS Code extension can then display this information to make simplification results easier to understand.

Example

result.getSimplification(); // "Arithmetic Simplification"

Related Issue

None.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring

Checklist

  • Added/updated tests under liquidjava-example/src/main/java/testSuite/ (Correct* / Error*)
  • mvn test passes locally
  • Updated docs/README if behavior or API changed

@rcosta358 rcosta358 self-assigned this Jun 22, 2026
@rcosta358 rcosta358 added enhancement New feature or request simplification Related to the simplification of expressions labels Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request simplification Related to the simplification of expressions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant