-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bb: minorMinor issue according to bug bounty categorizationMinor issue according to bug bounty categorizationbugSomething isn't workingSomething isn't workingbug bountyThis issue is prized out as part of the Bug Bounty ProgramThis issue is prized out as part of the Bug Bounty Program
Description
Describe the bug
The function int(x) in the python standard lib implicitly strips the invoked string before converting it to an integer.
OpShin does not currently do this, breaking the semantic equivalence with python
Example
int("0\n")
-> 0 (in Python)
-> error (in opshin)
Bug bounty: 200 ADA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bb: minorMinor issue according to bug bounty categorizationMinor issue according to bug bounty categorizationbugSomething isn't workingSomething isn't workingbug bountyThis issue is prized out as part of the Bug Bounty ProgramThis issue is prized out as part of the Bug Bounty Program