Jordan Henderson

Results 134 comments of Jordan Henderson

Oh, and you should tick all the check boxes in the pr description --- after doing the tests, which don't apply for this pr ---, particularly the last one, otherwise...

I could only get this to output a constant value. Could you please provide an example of where you might use this?

It's called a termination termination clause apparently! https://github.com/supercollider/supercollider/blob/28a0b12216fb97e4487373b2cf00a5ec28850f1f/HelpSource/Guides/ListComprehensions.schelp#L175 Edit: Oh wait ignore me! This is wrong.

Sorry I messed up, ignore that last thing. Here is the grammer from the help doc. ``` [ ] - optional { } - zero or more ::= "{:" ','...

``` ::= "{:" ',' "}" ``` This line means list comprehension must begin with the literal `{:`. Either the documentation is wrong, or the actual parser is wrong. I'm just...

> Can you have an interactive control flow, or when you can combine timing and selection to alter the result? There is a good chance I'm missing something, but I...

> I _think_, just playing a little and without any reference, that it is more flexible in terms of control inside the comprehension, how much and when then will deliver...

Just thought I'd pop in some more info for when the point about zig dropping llvm inevitably comes up. The gh issue: https://github.com/ziglang/zig/issues/16270 A comment from Andrew clarifying — probably...

Thanks for raising this! Unfortunately this won't be a simple fix. Concerning the casting of the PyrObjects... https://github.com/supercollider/supercollider/blob/28a0b12216fb97e4487373b2cf00a5ec28850f1f/lang/LangSource/PyrKernel.h#L120 PyrMethodRaw takes up two slots, raw1 and raw2 in PyrBlock. I'm pretty...

I can't seem to find where the strict aliasing is violated for the calc_slope macro.