Ken Scambler

Results 55 comments of Ken Scambler

Do you mean matching quotes, like `case '{blah.each} => ` or something?

How do you feel about this now that we have the `FocusKeywordGiven` machinery in ParserBase, @yilinwei ?

This use case is a bit unusual @NTPape - usually typeclass bounds are declared at the methods where they are required, rather that at the class constructor level. YAGNI is...

IMHO: - filter should definitely return Traversal, the intuition for Scala programmers is that it has a Seq => Seq shape - `Seq => (A=> Boolean) => Option[A]` is called...

👀 On Mon, 28 Feb 2022, 11:20 pm Julien Truffaut, ***@***.***> wrote: > Thanks @NTPape ! @kenbot > would you mind to review this PR when you > have time?...

Great work @NTPape, thanks! I'll need more time to understand the nuts & bolts, I'll write up some more tonight. Tbh I assume the internal bits are fine, but it...

@NTPape Check my comment on #1259 - if you don't end up needing the use case maybe all we do is intercept the context-bounds-constructor-case-class and make a nicer error message....

Yep, we're not there yet, but much closer & heading in the right direction! I'll take a closer look tonight. On Fri, 4 Mar 2022 at 09:10, NTPape ***@***.***> wrote:...

One thing that occurred to me is that it might be better to make this use case an entirely new feature, say `SelectOnlyFieldWithContext` or something like that, in the same...

Hey thanks for all this @NTPape - sorry I've been a bit busy, I'll try to get some time to take a look soon.