Skip to content

tokenize.jl: don‘t hardcode unicode ops range#404

Closed
pthariensflame wants to merge 1 commit intoJuliaLang:mainfrom
pthariensflame:patch-1
Closed

tokenize.jl: don‘t hardcode unicode ops range#404
pthariensflame wants to merge 1 commit intoJuliaLang:mainfrom
pthariensflame:patch-1

Conversation

@pthariensflame
Copy link
Copy Markdown
Contributor

There are very nice (BEGIN|END)_UNICODE_OPS kinds; they should be used!

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a6f2d15) 94.61% compared to head (7ace8d7) 96.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #404      +/-   ##
==========================================
+ Coverage   94.61%   96.54%   +1.92%     
==========================================
  Files          14       14              
  Lines        4178     4195      +17     
==========================================
+ Hits         3953     4050      +97     
+ Misses        225      145      -80     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@c42f
Copy link
Copy Markdown
Member

c42f commented Nov 20, 2025

Heya, we just moved JuliaSyntax into Base in JuliaLang/julia#59870 - if you want to re-propose this PR over there, I've created a branch https://github.com/JuliaLang/JuliaSyntax.jl/tree/pr-for-Base/404 to make this easier.

To make use of the branch, you can use the following steps:

  • Clone JuliaLang/julia
  • Add JuliaSyntax as a git remote
  • Check out pr-for-Base/404
  • Rebase on top of master

For example:

# git clone git@github.com:JuliaLang/julia julia_dir
# cd julia_dir

git remote add JuliaSyntax git@github.com:JuliaLang/JuliaSyntax.jl
git fetch JuliaSyntax
git checkout pr-for-Base/404
git rebase origin/master

Sorry this wasn't dealt with prior to the big move!

@pthariensflame pthariensflame deleted the patch-1 branch November 22, 2025 00:14
Keno pushed a commit to JuliaLang/julia that referenced this pull request Nov 22, 2025
There are very nice `(BEGIN|END)_UNICODE_OPS` kinds; they should be
used!

---

Ported from JuliaLang/JuliaSyntax.jl#404; thanks are due to @c42f for
the notification and instructions on how to move this.
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.

2 participants