ritschwumm

Results 75 comments of ritschwumm

i recently run into problems using cats where i imported the same syntax extension (via an implicit class) over two different inheritance paths and had a hard time figuring out...

just a wild guess: shouldn't https://github.com/yarl/vicuna/blob/master/src/cuploader/frames/FCoord.java#L29 pass the main window to the super constructor to establish a window hierarchy?

interestingly, the LINE regexp already does understand backslashed in front of single quote, double quote and backtick...

hm... as long as the number of data types is known up front, it could be possible to encode the type in the last few bits of an index into...

might be premature optimization - i'd guess a modern JIT would inline a constant function returning false and eliminate what's left of it.

looks like my own lens macro suffers the same issue, and it's a bit annoying to switch off warnings where ever i construct a lens. is there a workaround i...

any news on this? the problem still seems to persist in 3.4.0-RC1

both the first and the last occurance are useful as a split point here in my experience. and it maybe nice to stay with the concrete collection so e.g. Vector.splitAround...

does this mean `(age=1)` and `{age=1}` mean different things now? i always assumed `(...)` and `{...}` to be interchangeable as long as they are on a single line.