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

refactor[parser]: remove ASTTokens #4364

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fc5356b
wip - add token adjuster
charles-cooper Nov 18, 2024
9aece7c
wip
charles-cooper Nov 18, 2024
c96feef
success?
charles-cooper Nov 18, 2024
9e9f588
remove old code
charles-cooper Nov 18, 2024
b51902e
fix bugs
charles-cooper Nov 18, 2024
bd368e8
another fix
charles-cooper Nov 18, 2024
bc5c5cb
more futzing around
charles-cooper Nov 18, 2024
56f851f
add asttokens library back, it's used in natspec.py
charles-cooper Nov 18, 2024
9f9ced9
fix 0-line files
charles-cooper Nov 18, 2024
e26bd9c
remove the weird parent thing
charles-cooper Nov 18, 2024
425e5f1
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Nov 20, 2024
43f3393
fix lint
charles-cooper Nov 20, 2024
5e84337
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Nov 25, 2024
331076b
fix from bad merge
charles-cooper Nov 25, 2024
a973e83
fix tests
charles-cooper Dec 10, 2024
8c834d8
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Dec 10, 2024
8f102c3
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Dec 31, 2024
17fa967
add a comment
charles-cooper Dec 31, 2024
9ff98da
fix node missing fields correctly
charles-cooper Dec 31, 2024
1218acc
fixes and debugging
charles-cooper Dec 31, 2024
34b8bd9
debug
charles-cooper Dec 31, 2024
22cca3a
fix the bug
charles-cooper Dec 31, 2024
10fc81d
clean up code
charles-cooper Dec 31, 2024
80a5dc8
fix lint
charles-cooper Jan 1, 2025
db9c7f0
fix edge case for 0-line source
charles-cooper Jan 1, 2025
43fb5ba
bugfix
charles-cooper Jan 1, 2025
91a2946
another bugfix
charles-cooper Jan 1, 2025
fc57b0e
hygiene
charles-cooper Jan 1, 2025
906a6bd
add tests for fixed issues
charles-cooper Jan 1, 2025
c0e4ff4
update PR scopes
charles-cooper Dec 18, 2024
4b37e60
reduce number of digits printed by timeit functions
charles-cooper Jan 1, 2025
042021c
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Jan 4, 2025
3401a94
fix some lint
charles-cooper Jan 4, 2025
5b247f2
fix more lint
charles-cooper Jan 4, 2025
55d3680
kludge
charles-cooper Jan 4, 2025
17038fa
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Jan 9, 2025
ae82674
Merge branch 'master' into refactor/kill-asttokens
charles-cooper Jan 9, 2025
06a91e5
adjust SyntaxError column offset
charles-cooper Jan 9, 2025
5c1fb8b
fix lint
charles-cooper Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading