Skip to content

Peer support for Character.digit() and Character.forDigit()#152

Open
shawshank-202 wants to merge 1 commit intoSymbolicPathFinder:masterfrom
shawshank-202:string-characters
Open

Peer support for Character.digit() and Character.forDigit()#152
shawshank-202 wants to merge 1 commit intoSymbolicPathFinder:masterfrom
shawshank-202:string-characters

Conversation

@shawshank-202
Copy link
Copy Markdown

Additional String Support is Needed #108
This PR adds peer implementations for Character API methods used during symbolic execution.

Implemented methods:

  • Character.digit(char, int)
  • Character.forDigit(int, int)

These peers allow symbolic inputs to be handled correctly without concretization during execution.

Related to #108

@shawshank-202
Copy link
Copy Markdown
Author

#158 solves this issue for Character.digit,Character.forDigit at the right spot in SymbolicStringHandler and from correct branch of sv-comp, I have rectified the mistakes made by me in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant