Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/JuliaSyntax.jl

The Julia compiler frontend
https://github.com/JuliaLang/JuliaSyntax.jl

test failed when update JuliaSyntax.jl for julia

inkydragon opened this issue 7 days ago
Bump version to 1.0.0

c42f opened this pull request 14 days ago
AST: Use a single kind `K"op="` for updating assignments

c42f opened this pull request 15 days ago
Julia Crashed in Execution of Generated Symbolic Function.

MiladRoboticist opened this issue 16 days ago
Fix `SyntaxNode->Expr` conversion with SubString source code

c42f opened this pull request 21 days ago
Prohibit keywords for dot access.

LilithHafner opened this issue 23 days ago
Add U+1F8B2 🢲 as an operator

pthariensflame opened this pull request 29 days ago
WIP: Non-recursive shunting yard algorithm for expression parsing

c42f opened this pull request about 1 month ago
Parse non-syntactic operator tokens as `K"Identifier"` kind

c42f opened this pull request about 1 month ago
Make left hand side of `->` parse as a tuple of arguments

c42f opened this pull request about 2 months ago
Add `TRAILING_COMMA_FLAG` to distinguish `(a,b)` vs `(a,b,)`

c42f opened this pull request about 2 months ago
StackOverflowError from VS Code extension telemetry

davidanthoff opened this issue about 2 months ago
ParseError when typing multi-line input with comment

benlorenz opened this issue about 2 months ago
Fix `incomplete_tag` generation with trailing whitespace

c42f opened this pull request 2 months ago
wrong line number when line ends with a semi-colon

ArbitRandomUser opened this issue 2 months ago
Bad error message for unterminated interpolation in command literal

LilithHafner opened this issue 2 months ago
function call lacking argument

motok822 opened this issue 4 months ago
support for for-else and while-else

simeonschaub opened this pull request 4 months ago
Regression in incomplete_tag

Keno opened this issue 4 months ago
Parse docstrings within structs as `K"doc"`

c42f opened this pull request 4 months ago
https in readme

spaette opened this pull request 4 months ago
fix typos

spaette opened this pull request 4 months ago
"ambiguous `.` syntax" errors could be more concrete

aplavin opened this issue 5 months ago
Don't assume that `SubString` has `pointer` and copy instead

LilithHafner opened this pull request 5 months ago
Error: JuliaSyntax parser failed — falling back to flisp!

resmaeilbeigi opened this issue 5 months ago
Failed to parse markdown doc string

domluna opened this issue 5 months ago
Make `public` parse similar to `export`

GunnarFarneback opened this issue 5 months ago
Fix serialization of kinds with multibyte chars

fredrikekre opened this pull request 5 months ago
Remove `Base.convert` methods between `AbstractString` and `Kind`

fredrikekre opened this pull request 5 months ago
Backports for release 0.4.10

fredrikekre opened this pull request 5 months ago
Fix `is_number()` predicate to include `Bool` and clean up

c42f opened this pull request 6 months ago
Disallow trailing junk in generators

c42f opened this pull request 6 months ago
"(a;b;c)" not parsed as having parens node

domluna opened this issue 6 months ago
Consistent attachment of syntax trivia to top level statements

c42f opened this pull request 6 months ago
wrong line numbers with lines ending in ;

ArbitRandomUser opened this issue 6 months ago
Terminate :statement parsing at newlines

timholy opened this pull request 6 months ago
Makie file is not parseable by JuliaSyntax.jl?

Sixzero opened this issue 6 months ago
Show leaf Kinds when printing syntax trees

c42f opened this pull request 6 months ago
Replace K"true" and K"false" with K"Bool"

c42f opened this pull request 6 months ago
Detailed kinds for numeric literals

c42f opened this issue 6 months ago
Implement `char_range()` to respect string indices

c42f opened this pull request 6 months ago
Tool to bump JuliaSyntax version in Base

c42f opened this pull request 6 months ago
Rename `haschildren()` to `is_leaf()`

c42f opened this pull request 6 months ago
Fix bug converting cmd string macros to Expr

c42f opened this pull request 6 months ago
Managing releases and version numbers here vs Base

c42f opened this issue 6 months ago
Fix premature lowering of cmd strings

c42f opened this pull request 6 months ago
Fixes for AST reference documentation

c42f opened this pull request 6 months ago
Allow any of `≔ ⩴ ≕` as identifiers

c42f opened this pull request 6 months ago
Make `using :A` an error; fix `using A: (..)` warning

c42f opened this pull request 6 months ago
Bad error message for missing end

oscardssmith opened this issue 6 months ago
Newline macros

MasonProtter opened this pull request 6 months ago
Remap operator tokens to `K"Identifier"` during parsing

c42f opened this issue 7 months ago
`using :A` now tries to load package A while it used to error

KristofferC opened this issue 7 months ago
Release 1.0.0

c42f opened this issue 7 months ago
Generic `sourcefile()` function

c42f opened this pull request 7 months ago
Backport release 0.4

fredrikekre opened this pull request 7 months ago
Set version on main branch to 1.0.0-DEV.

fredrikekre opened this pull request 7 months ago
Use `K"function"` for short form function AST

c42f opened this pull request 7 months ago
AST of short form functions

c42f opened this issue 7 months ago
Define `numchildren()` function

c42f opened this pull request 7 months ago
Move overload of Base.range() to JuliaSyntax.byte_range()

c42f opened this pull request 7 months ago
Fix parsing of `-1::Int` - signed literals with type assertions

c42f opened this pull request 7 months ago
Allow `Kind`s to be registered by packages outside JuliaSyntax

c42f opened this pull request 7 months ago
Fix tokenization of consecutive `\r\n` line endings

fredrikekre opened this pull request 7 months ago
Add the VS Code settings file to .gitignore

davidanthoff opened this pull request 7 months ago
Ensure range returns valid indices

davidanthoff opened this pull request 7 months ago
`char_range()` function for indexing into source strings

davidanthoff opened this issue 7 months ago
Allow macrocall in function def syntax

Keno opened this pull request 7 months ago
Fix emitting comments followed by `\r\n`

fredrikekre opened this pull request 7 months ago
Cleanup CI

LilithHafner opened this pull request 7 months ago
Cut back on CI on 1.9

LilithHafner opened this pull request 7 months ago
Hashing fixup, equality support, and serialization support

LilithHafner opened this pull request 7 months ago
serialization support

LilithHafner opened this issue 7 months ago
`SyntaxNode`s are never equal

LilithHafner opened this issue 7 months ago
GreenNode equality and hashing mismatch

LilithHafner opened this issue 7 months ago
Fix tests

LilithHafner opened this pull request 7 months ago
Fix corpus tests on Julia 1.10+

LilithHafner opened this pull request 7 months ago
Better corpus testing

LilithHafner opened this issue 7 months ago
Run CI on 1.9 and prerelease

LilithHafner opened this pull request 7 months ago
Tests fail on Julia 1.10 and 1.11-rc

davidanthoff opened this issue 7 months ago
parse! with an IOBuffer errors on Julia 1.11-rc1

davidanthoff opened this issue 7 months ago
Diagnostics are too chatty

davidanthoff opened this issue 7 months ago
Parser Failed with `@(var"which")`

FeatherPurple opened this issue 8 months ago
Update `Base.peek` docstring

nhz2 opened this pull request 8 months ago
Ambiguous parsing of `x!==nothing`

StevenWhitaker opened this issue 8 months ago
Fix premature lowering of `K"core_@cmd"` etc

c42f opened this issue 8 months ago
Allow typevars in `do` expressions

sgaure opened this pull request 8 months ago
Allow whitespace in macros wrapped by parenthesis

MasonProtter opened this issue 8 months ago
JuliaSyntax parser failed - falling back to flisp!

MichelJuillard opened this issue 8 months ago
Bad error message for ? : and tuple

LilithHafner opened this issue 9 months ago
Change AST for iterations to use `iteration` kind

c42f opened this pull request 9 months ago
AST node for iteration

c42f opened this issue 9 months ago
improve error message for `new` missing type parameters.

oscardssmith opened this issue 9 months ago
Delete unused down option from parse_docstring

LilithHafner opened this pull request 10 months ago