Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7bdd21

Browse files
authored
remove comment from julia-syntax that is no longer true (#58964)
The code this referred to was removed byc6c3d72
1 parentff33305 commitd7bdd21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/julia-syntax.scm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,10 +545,7 @@
545545
;; call with keyword args pre-sorted - original method code goes here
546546
,(method-def-expr-
547547
mangled sparams
548-
`((|::| ,mangled (call (core typeof) ,mangled)) ,@vars ,@restkw
549-
;; strip type off function self argument if not needed for a static param.
550-
;; then it is ok for cl-convert to move this definition above the original def.
551-
,@not-optional ,@vararg)
548+
`((|::| ,mangled (call (core typeof) ,mangled)) ,@vars ,@restkw ,@not-optional ,@vararg)
552549
(insert-after-meta `(block
553550
,@stmts)
554551
(cons `(meta nkw ,(+ (length vars) (length restkw)))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp