mirror of
https://github.com/janet-lang/janet
synced 2026-09-21 00:28:47 +00:00
Make sure named argumnets are compiled before destructured params.
This handles an edge-case when combing destructured and named parameters that produced spurious and confusing compiler lints.
This commit is contained in:
+2
-2
@@ -3968,8 +3968,8 @@
|
||||
|
||||
(defmacro ev/gather
|
||||
``
|
||||
Run a number of fibers in parallel (created from `bodies`) and resume the
|
||||
current fiber after they complete. Returns the gathered results in an
|
||||
Create and run a number of fibers in parallel (created from `bodies`) and resume the
|
||||
current fiber after they complete. Shorthand for `ev/go-gather`. Returns the gathered results in an
|
||||
array.
|
||||
``
|
||||
[& bodies]
|
||||
|
||||
Reference in New Issue
Block a user