Skip to content

Conversation

@c42f
Copy link
Member

@c42f c42f commented Jun 10, 2023

Slightly modify the anonymous function arg list disambiguation rules so that the function signature in this syntax parses as

(call (call (quote *=) f))

The package NiLang uses this, so we'd like to keep it working.

Fixes the final niggling case in #134.

See also GiggleLiu/NiLang.jl#83

Slightly modify the anonymous function arg list disambiguation rules so
that the function signature in this syntax parses as

    (call (call (quote *=) f))

The package NiLang uses this, so we'd like to keep it working.
@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Merging #309 (a562455) into main (8a47045) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #309   +/-   ##
=======================================
  Coverage   96.81%   96.81%           
=======================================
  Files          14       14           
  Lines        4107     4109    +2     
=======================================
+ Hits         3976     3978    +2     
  Misses        131      131           
Impacted Files Coverage Δ
src/parser.jl 98.33% <100.00%> (+<0.01%) ⬆️

@c42f c42f merged commit b0a2837 into main Jun 10, 2023
@c42f c42f deleted the c42f/anon-function-disambiguation branch June 10, 2023 22:32
c42f added a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
…tax.jl#309)

Slightly modify the anonymous function arg list disambiguation rules so
that the function signature in this syntax parses as

    (call (call (quote *=) f))

The package NiLang uses this, so we'd like to keep it working.
topolarity pushed a commit to JuliaLang/julia that referenced this pull request Nov 14, 2025
…tax.jl#309)

Slightly modify the anonymous function arg list disambiguation rules so
that the function signature in this syntax parses as

    (call (call (quote *=) f))

The package NiLang uses this, so we'd like to keep it working.
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.

1 participant