annotated(funcs, traces) should be annotated(traces, funcs)?
Open
- Dominant language
- Lua
- Stars
- 180
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
If you do `loom.annotated(loom.off())` or `loom.off(loom.annotated)` the arguments are swapped and you get a table with nothing. This had me scratching my head for a while until I realized the argument order was just swapped.
Contributor guide
Assessment
This issue has not been assessed yet.