ritschwumm

Results 65 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.