Results 107 comments of Chris Leary

Note that this is also why we remap the g3doc folder to docs_src and render to `docs/` (because that's where pages wants to look).

Cool, so long as there's a hosted site with docs I think it's all good options :-)

One of the weirdnesses here is you'll end up with DSLX errors reported on your "constraint string". I'd recommend defining a constraint function in the module scope and then just...

> What would be the mechanism to deal with constraints when there are multiple input args? Does every constraint function take all inputs? That would make sense, or you /could/...

@hongted Are you proposing we introduce the first "cycle count" oriented construct into the DSL, or just that we make a way to sequence tokens with respect to other tokens...

Ran into this again today: ``` WARNING: Streamed test output requested. All tests will be run locally, without sharding, one at a time INFO: Analyzed target //xls/dslx/type_system:typecheck_module_test (0 packages loaded,...

@grebe Can you propose what this should look like in the DSL?

See also https://github.com/google/xls/issues/195 and https://github.com/google/xls/issues/394 (may be a dupe of the latter)

@meheff I think this isn't as hard as something like peek -- we just opportunistically send the data and if not ready it's on the caller to stash it in...

> Possibly related to #965? Ah yes we didn't find this on a search, maybe a dup and we can consolidate