Skip to content

Fix loading on julia master#709

Open
yuyichao wants to merge 1 commit intoQuEraComputing:masterfrom
yuyichao:jl12-doc
Open

Fix loading on julia master#709
yuyichao wants to merge 1 commit intoQuEraComputing:masterfrom
yuyichao:jl12-doc

Conversation

@yuyichao
Copy link
Contributor

The parsing for this was somehow changed to an anonymous function with .. as the argument name, which was not something that one can attach a doc to so it causes an error.

Simply using the binding as the target to document. This works on at least 1.7.

The parsing for this was somehow changed to an anonymous function with `..` as the argument name, which was not something that one can attach a doc to so it causes an error.

Simply using the binding as the target to document.
This works on at least 1.7.
@vtjnash
Copy link

vtjnash commented Feb 14, 2026

Replaces #708

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