Functions with implicit side-effecting operations break map()
Open
bug
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
If a function with a `trace!()` or `assert!()` is invoked via `map()`, it will fail with a mysterious verifier error because functions invoked with `map()` are expected to be single-argument but the implicit token threading adds extra arguments.
Contributor guide
Assessment
This issue has not been assessed yet.