You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple errors (requires a round of check and fix). Find a way to get heuristics out of the data to fix (e.g. its number of lines or characters/offsets) to accurately set a round of fix threshold
Fix non-decimal literals (e.g. 0x13, 0b10, 0o5).
n.b: note to self, change the Issue templates
The text was updated successfully, but these errors were encountered:
Operations (e.g.8 * 4
)Exponential nums (e.g.1e4
)Concatenations (.e.g. `"hello" + "world")Multiple errors (requires a round of check and fix). Find a way to get heuristics out of the data to fix (e.g. its number of lines or characters/offsets) to accurately set a round of fix thresholdFix non-decimal literals (e.g.0x13
,0b10
,0o5
).n.b: note to self, change the Issue templatesThe text was updated successfully, but these errors were encountered: