iilyak

Results 38 comments of iilyak

There were no consensus https://lists.apache.org/thread.html/rcc742c0fdca0363bb338b54526045720868597ea35ee6842aef174e0%40%3Cdev.couchdb.apache.org%3E. However Adam started new discussion about it recently https://github.com/apache/couchdb/blob/main/src/chttpd/src/chttpd_httpd_handlers.erl#L62:L495

IRC `skip.elixir` was invented for a case when integrator want to disable tests without touching the upstream CouchDB source code.

Just wanted to drop here a line in the hope it would help anyone. In my case the code was as follows ❯ scalac -version Scala compiler version 2.13.12 --...

The original reproducer in https://github.com/scala/bug/issues/10183#issuecomment-292443914 also return incorrect type (Integer instead of Unit).

You need to disable JIT. The following combination of options worked for me ``` #!/bin/bash openssl=`brew --prefix [email protected]` KERL_CONFIGURE_OPTIONS=( --disable-debug --disable-silent-rules --enable-kernel-poll --enable-threads --disable-sctp --enable-dynamic-ssl-lib --enable-shared-zlib --enable-smp-support --enable-darwin-64bit --enable-native-libs --enable-wx...

Thank you @Nezteb for filtering out the noise from my response.

It seems like the fix has been merged. Is there a timeline for new release so it can be pulled by `brew upgrade lima` without messing with building from master?

Same usecase here. I am in the process of choosing the implementation language. Which mean I am running microbenchmarks available on those languages and comparing the results with rust implementation....