Tzvetan Mikov
Tzvetan Mikov
> I don't understand why console.log() is not implemented yet. It's so crucial. @sergeevabc it was added more than a year ago in 00f94f4ceecf6c0aa9ee613cbfab6b447155ae7f. Not sure why it is crucial...
> @tmikov > > https://github.com/facebook/hermes/releases/tag/v0.13.0 > > ``` console > $ hermes --version > LLVM (http://llvm.org/): > LLVH version 8.0.0svn > DEBUG build > > Hermes JavaScript compiler and Virtual...
> @tmikov If commit was uploaded a year ago or so (Oct 2024), then why Hermes displays an error? Because the latest release of Hermes (0.13, Aug 2024) knows nothing...
Wanted to add: that's not to say that we never want to provide binary releases. Sure we do. But binary releases are just a minor convenience. Our primary use is...
Wanted to add: that's not to say that we never want to provide binary releases. Sure we do. But binary releases are just a minor convenience. Our primary use is...
Also, very fair point: we urgently need to update our README.
Hi, if you are using Hermes outside of RN, you need to compile Hermes from source. You can see the steps for Android compilation here: https://github.com/facebook/hermes/blob/751d19feb44f6fba04707ffff9111af37dbde220/.circleci/config.yml#L54
Thank you for reporting this! We will address it. Please note that it isn't a production bug, because this assert() is just a heuristic way to ensure in debug mode...
Confirming, still present.
I am sorry, we will be happy to fix this, but can you explain in more detail what the actual problem in Hermes is? When is it crashing and how?...