Dmitri Goutnik

Results 10 comments of Dmitri Goutnik

Any chance of merging this soon? Do you want me to rebase on v1?

Assuming nobody else volunteers, I'll be willing to be a second maintainer for the freebsd/riscv64 (can we have more than two?). I think more people will be interested when this...

@dmitshur No, the riscv64 port is still not merged, please reopen.

I'm generally OK with this proposal, one thing that is somewhat bothering me is > The default set of trybots will change to only cover first class ports. Does this...

I cannot reproduce this on 14.0-CURRENT. Is there anything special in the environment?

@Blacksmoke16 yes, this is easily reproducible on FreeBSD due to the `/home` being a symlink. But the `pwd -P` (the binary, not the shell builtin) should behave [the same way...

I looked at this some more and it seems that is was inadvertently introduced by https://github.com/crystal-lang/crystal/pull/10259. Calling `GC.enable` appears to be causing some kind of cycle (`GC.enable` calls `raise`, `raise`...

Echoing @InfRandomness question above. On FreeBSD, openssl is available both from the base system and from ports, and Crystal currently [requires](https://github.com/freebsd/freebsd-ports/blob/main/lang/crystal/files/extra-patch-src_openssl_lib__crypto.cr) [patching](https://github.com/freebsd/freebsd-ports/blob/main/lang/crystal/files/extra-patch-src_openssl_lib__ssl.cr) to use openssl from the base (https://github.com/crystal-lang/crystal/issues/7244). It...