Dan Korostelev

Results 234 comments of Dan Korostelev

I think there's the same problem problem with this as described in #42

I'm trying to read the following program compiled with latest Haxe: ```haxe class Main2 { static function main() { trace(haxe.ds.Option.Some(10)); } } ```

What should we use instead anyway? `haxe.crypto` contains `Sha1`, `Sha224` and `Sha256`

Is there anything left to do here?

> The problem is non-haxelib package like git #238 which we can't reason about since we don't have their haxelib.json. OPAM deals with these via separate `pin` command which we...

The pinning mechanism doesn't play well with our planned git dependencies however, in fact it's similar to what we have now with devmode vcs checkouts :)

> I think we have, luckily, a simpler problem since we can install multiple versions of the same library, so we may not need a state of the art sat...

Yes, but can't we achieve this by determining haxelib.exe folder somehow and using that instead of HAXEPATH?

I think we can try using `Sys.executablePath()` on Windows, since we're always dealing with `haxelib.exe` there. Unless we want to change it to some `haxelib.cmd` batch file that does `haxe...

note that it would be great to also be able to specify commit number/branch/tag (like npm does I think)