Michael Coles

Results 15 comments of Michael Coles

I guess we'd do something parallel to `maybe_patch_darwin` but for RH/Fedora/CentOS?

I think we can take this a bit further. Things I wish we'd had stored alongside a build (or installation) before include: - configuration flags during build (`KERL_CONFIGURE_OPTIONS` et al)...

When did you build that Erlang version? The config options won't be available if it was built with an older kerl. But either way, I don't think we currently capture...

We have some magic in place on macOS to autodetect openssl from brew if it's installed there. IIRC that doesn't happen if you've got `--with-ssl=...` in `$KERL_CONFIGURE_OPTS` Try removing the...

Doesn't ring a bell, sorry. One thing worth checking is whether asdf is actually using your kerlrc. I set mine up a long time ago, and can't remember how it...

Once it's merged, #214 only addresses `activate` not `activate.csh` or `activate.fish` so we need to remember to add support for this there too.

Similarly I've been using asdf lately to manage some Erlang versions but I was thinking about writing a plugin for asdf that uses kerl to build/install. If others are interested...

Completely agree on all counts!

This commit appears to address this: 46091115867541db58ff9cdc5211c02773ded0d2 However, this breaks the builds for OSX (no `librt` there).

You're absolutely right, that's a horrible inconsistency. Pretty sure the `{close, _, _}` should be OK to support, but I'm not sure about `{reply, _, _}` - it might be...