Michał Pałka

Results 74 comments of Michał Pałka

I think the only thing we could do here is to improve the warning/error message. According to the language specification a sequence of alphanumeric characters directly followed by an underscore...

Calling `f(C())` seems not to fail work at runtime. So to me it seems the warning should not be there. @dwijnand could you confirm that?

It's really hard to say what the problem could be here without a proper minimization without external dependencies. This could even be a bug in `flinkadt` or `magnolia` itself

Change suggestion for `replStringOf` but I couldn't comment that line: ```scala private[repl] def replStringOf(value: Object)(using Context): String = assert(myReplStringOf != null, "replStringOf should only be called on values creating using...

test performance please

@WojciechMazur The Community Build link seems wrong to me - that is a build of https://github.com/valskalla/odin and it was successful

@kavedaa I cannot reproduce the issue - it compiles for me without any problems

Maybe there's something specific to your setup of the project? Could you put it into a cloneable repository? Alternatively can you reproduce it using scala-cli or scastie? I've put the...

Maybe this is indeed something related to Windows. The cloned repo compiles perfectly fine for me on Mac. @kavedaa have you tried running the code with scastie and scala-cli as...

This looks good in general but I would advocate for not merging any changes without tests. Also, I can recall some discussion about making people always use only `\n` as...