Adrian Sampson

Results 1020 comments of Adrian Sampson
trafficstars

Sure, maybe it's the same thing—as long as those two constructs are literally nothing more than a control-port access.

This is GREAT; thanks, @ayakayorihiro! This looks like exactly the ingredients we would need.

Yes, I think it was @rachitnigam who has stated before that he thinks that YXI JSON generation should be a separate, non-compiler tool. I don't have a strong opinion about...

I believe what's going on here is that running `calyx -p external-to-ref -b firrtl` runs _only_ that pass (and then the FIRRTL backend). The rest of the compilation passes need...

Mysterious! This program seems fine (in the sense that it passes `brilck`). It's not shocking that there are bugs in the `bril-llvm` translation… I think the next step here, FWIW,...

I reduced it a bit with this interestingness test: ```sh #!/bin/sh set -e bril2json < $1 | brilck bril2json < $1 | /bril-llvm/brilc 2>&1 | grep KeyError ``` And got...

Sorry to be a stickler on a language thing here, but could you please rename "lame*" to something like "slow*" or "iterative*"?

Hi! Thanks for pointing this out. * For `swap-problem.bril`, yeah, it's not really critical for this to be in SSA form to demonstrate the problem, but I guess it would...

Hi! To clarify, are you asking about lyrics processing with `auto` enabled (i.e., during import) or when running the explicit `beet lyrics` command? For the latter, [query negation](https://beets.readthedocs.io/en/stable/reference/query.html#query-term-negation) should be...

Sounds good! I'll clarify the title and mark this as a feature request. As a stopgap, you can consider disabling `auto` in the lyrics plugin and running `beet lyrics` later...