ritschwumm

Results 65 comments of ritschwumm

might the proposed reverts fix #42433 too? i currently have a very strange case where this occurs when node _should_ just cleanly exit.

i wish `strictMethodTypes` were a thing. for the time being, my advice is to avoid classes as much as possible. most of the time, type aliases and function suffice and...

salat afaik uses scalap and thus requires scala-compiler.jar in the classpath which i find a bit ugly. imho you better wait for scala 2.10's reflection api - or steal my...

the java method uses a lot of magic null values which is something scala tries to avoid. how would the signature look in terms of Option? and, since i can't...

@jducoeur why shouldn't they return Option[Seq]? i'd expect them to so i can e.g. use them in a (Option-based) for-comprehension.

i'm not quite sure why this doesn't work any more. i'd really like to know, so i'd be glad if someone could help me find out. to me it seems...

well.. with node 18 you'd probably not need node-fetch anyway. if they had types... https://github.com/DefinitelyTyped/DefinitelyTyped/issues/60924

isn't `filename*` deprecated by now? i think i read about this "somewhere on the internet" :/

+1 for including this in the standard library. one thing, though: iirc i've seen one slightly problematic behaviour with my own source location code: when the source code contains tab...