google / google/xls

Functions with implicit side-effecting operations break map()

Open
#1,089 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.