Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-21 | 1.7 kB | |
v0.4.9 source code.tar.gz | 2024-07-21 | 163.6 kB | |
v0.4.9 source code.zip | 2024-07-21 | 184.9 kB | |
Totals: 3 Items | 350.2 kB | 0 |
JuliaSyntax v0.4.9
Merged pull requests:
- Update docs (#400) (@hyrodium)
- Delete unused down option from parse_docstring (#430) (@LilithHafner)
- Update Base.peek
docstring (#440) (@nhz2)
- Run CI on 1.9 and prerelease (#445) (@LilithHafner)
- Fix corpus tests on Julia 1.10+ (#447) (@LilithHafner)
- Fix tests (#448) (@LilithHafner)
- Hashing fixup, equality support, and serialization support (#452) (@LilithHafner)
- Cut back on CI on 1.9 (#453) (@LilithHafner)
- Cleanup CI (#454) (@LilithHafner)
- Fix emitting comments followed by \r\n
(#455) (@fredrikekre)
- Add the VS Code settings file to .gitignore (#459) (@davidanthoff)
- Fix tokenization of consecutive \r\n
line endings (#460) (@fredrikekre)
- Allow Kind
s to be registered by packages outside JuliaSyntax (#461) (@c42f)
- Fix parsing of -1::Int
- signed literals with type assertions (#462) (@c42f)
- Move overload of Base.range() to JuliaSyntax.byte_range() (#463) (@c42f)
- Define numchildren()
function (#464) (@c42f)
- Set version on main branch to 1.0.0-DEV. (#467) (@fredrikekre)
- Backport release 0.4 (#468) (@fredrikekre)
- Generic sourcefile()
function (#469) (@c42f)
Closed issues:
- Stack overflow when parsing 20k consecutive + signs (#415)
- Don't define Base.range(::SyntaxNode)
(#417)
- Failing unit tests on Julia nightly (#424)
- Generator syntax incorrectly parses extra code vs Julia 1.6 parser (#428)
- JuliaSyntax parser failed - falling back to flisp! (#435)
- Tests fail on Julia 1.10 and 1.11-rc (#444)
- GreenNode equality and hashing mismatch (#449)
- SyntaxNode
s are never equal (#450)
- serialization support (#451)