-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix hex num crash; add s_fa func, improve s_csv
1. Fixed plugin crash when attempting to parse too-big hex numbers like `0x100000000000000000000`. Now the parser will fatally fail and add a lint indicating the issue but the plugin will not actually crash. 2. add option to parse some columns as numbers to s_csv RemesPath func 3. add s_fa RemesPath function, which works like Python re.findall except you can pass as optional integer args the capture group numbers you want to parse as numbers.
- Loading branch information
1 parent
ae5883b
commit faf4b5a
Showing
9 changed files
with
738 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.