Tim Nelson

Results 53 comments of Tim Nelson

I also made a list of old label-related tickets (excluding a few that seem to be fixed). I made this for my own purposes, but thought I'd post it here...

What's the blocker here? Is it: - We'd first need to implement labels on all blocks, not just loops? This doesn't throw an error, but I'm not sure it's functional...

Hi @jfedor2 , Is there a reason this hasn't been merged? I ask because I'd like it to be overlooked on purpose instead of by accident :) . Thanks!

Hi! I've started some work on this, but I have some questions: Assumptions: - I see we don't have a postgrest-contib repo yet -- how did you envision this working?...

Oh, great! He's gotten further than I have; I'll see what I can do that helps, though I may not get onto it until next weekend now. Regarding the docs,...

ab5tract also asked that I mention this: if, instead of using `|@astparams` I use `@astparams.unshift`, or even `@astparams.unshift.unshift.unshift`, I get the exact same result as sig3, above.

ab5tract asked for more complete code examples. ``` my $sig2 = RakuAST::Signature.new( parameters => ( RakuAST::Parameter.new( type => RakuAST::Type::Simple.new( RakuAST::Name.from-identifier("A"), ) ), @astparams.unshift ), ); ``` ...and... ``` my $sig2...

ab5tract was kind enough to point out that the previous two comments were completely rubbish (it works if I use `shift` instead of `unshift`). The code at the top may...

Just a note that the suggested fix may not fix the whole problem, but it should at least get us partway there.

I guess my main point is that it's better than it was before :) .