Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot slice proofs with filename matching .+slice[^0-9].+ #3336

Open
FliegendeWurst opened this issue Nov 4, 2023 · 0 comments
Open

Cannot slice proofs with filename matching .+slice[^0-9].+ #3336

FliegendeWurst opened this issue Nov 4, 2023 · 0 comments
Assignees
Labels
keyext.slicing Module: keyext.slicing 🐞 Bug

Comments

@FliegendeWurst
Copy link
Member

FliegendeWurst commented Nov 4, 2023

Description

See title

Reproducible

always

Steps to reproduce

  1. Load a proof with filename e.g. x_sliced.proof
  2. Try to slice it

Expected: works
Actual: doesn't

Additional information

Error message:

[15:15:32.672] ERROR SlicingLeftPanel - failed to slice proof java.lang.NumberFormatException: For input string: "d"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
	at java.base/java.lang.Integer.parseInt(Integer.java:668)
	at java.base/java.lang.Integer.parseInt(Integer.java:786)
	at org.key_project.slicing.SlicingProofReplayer.saveProof(SlicingProofReplayer.java:240)
	at org.key_project.slicing.SlicingProofReplayer.slice(SlicingProofReplayer.java:215)
	at org.key_project.slicing.ui.SlicingLeftPanel.lambda$sliceProof$8(SlicingLeftPanel.java:441)
	at org.key_project.slicing.util.GenericWorker.doInBackground(GenericWorker.java:48)
	at org.key_project.slicing.util.GenericWorker.doInBackground(GenericWorker.java:16)
  • Commit: doesn't matter
@FliegendeWurst FliegendeWurst added 🐞 Bug keyext.slicing Module: keyext.slicing labels Nov 4, 2023
@FliegendeWurst FliegendeWurst self-assigned this Nov 4, 2023
FliegendeWurst added a commit to FliegendeWurst/key that referenced this issue Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyext.slicing Module: keyext.slicing 🐞 Bug
Projects
None yet
Development

No branches or pull requests

1 participant