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

StackOverflowError from VS Code extension telemetry

davidanthoff opened this issue 4 days ago
ParseError when typing multi-line input with comment

benlorenz opened this issue 10 days ago
Fix `incomplete_tag` generation with trailing whitespace

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

ArbitRandomUser opened this issue 18 days ago
Bad error message for unterminated interpolation in command literal

LilithHafner opened this issue 29 days ago
Missing comma gives confusing error about missing `catch` / `finally` block

topolarity opened this issue about 2 months ago
function call lacking argument

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

simeonschaub opened this pull request 2 months ago
Regression in incomplete_tag

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

c42f opened this pull request 3 months ago
https in readme

spaette opened this pull request 3 months ago
fix typos

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

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

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

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

domluna opened this issue 3 months ago
Parsing of public

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

oscardssmith opened this issue 5 months ago
Newline macros

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

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

KristofferC opened this issue 5 months ago
Release 1.0.0

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

c42f opened this pull request 5 months ago
Backport release 0.4

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

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

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

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

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

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

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

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

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

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

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

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

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

fredrikekre opened this pull request 6 months ago
Cleanup CI

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

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

LilithHafner opened this pull request 6 months ago
serialization support

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

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

LilithHafner opened this issue 6 months ago
Fix tests

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

LilithHafner opened this pull request 6 months ago
Better corpus testing

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

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

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

davidanthoff opened this issue 6 months ago
Diagnostics are too chatty

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

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

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

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

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

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

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

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

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

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

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

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

LilithHafner opened this pull request 8 months ago
Error message for ternary assumes `:` was present.

Zentrik opened this issue 9 months ago
Detect and tip when prompt is entered erroneously

IanButterworth opened this issue 9 months ago
Interpolated `getproperty` syntax error

dennisYatunin opened this issue 9 months ago
Update readme

oxinabox opened this issue 10 months ago
Failing unit tests on Julia nightly

JamieMair opened this issue 10 months ago
try to make warnings clearer

ericphanson opened this pull request 10 months ago
unhandled kwargs throw errors

ericphanson opened this pull request 10 months ago
add more specific error for invalid identifier start chars

JeffBezanson opened this pull request 10 months ago
Remove unused `is_error` import in Tokenize module

ericphanson opened this pull request 10 months ago
Wrong link path in IJulia

knuesel opened this issue 10 months ago
Add public function for extracting original text

LilithHafner opened this issue 10 months ago