hhvm
hhvm copied to clipboard
A virtual machine for executing programs written in Hack.
Removing MacOS, because no native MacOS builds are being produced. Modernize linux versions and add NixOS (not officially supported at time of writing). Installation methods: Differentiate between deb universal and...
Summary: acquiring the lock of folly::Synchronized in a range-for will drop the lock. This is racy on the container / iterator. Reviewed By: chadaustin Differential Revision: D39397524
Summary: X-link: https://github.com/facebook/watchman/pull/1058 X-link: https://github.com/facebookincubator/reindeer/pull/5 X-link: https://github.com/facebook/sapling-staging/pull/8 X-link: https://github.com/facebookexperimental/edencommon/pull/5 X-link: https://github.com/facebookincubator/fizz/pull/82 X-link: https://github.com/facebookincubator/velox/pull/2487 X-link: https://github.com/facebookincubator/hsthrift/pull/101 X-link: https://github.com/facebookincubator/katran/pull/172 X-link: https://github.com/facebookincubator/mvfst/pull/273 X-link: https://github.com/fairinternal/AIRStore/pull/38 `LibUnwind` is a dependency of `glog` according to [objdump](https://www.internalfb.com/intern/skycastle/run/117093590319624253/artifact/actionlog.117093590478433674.stdout)....
### HHVM Version ``` HipHop VM 4.8.0 (rel) Compiler: 1559583155_055573146 Repo schema: bbe84ac83be4cac392df68fc2c6cc8b7c6516bfd hackc-e178a2330ba29a6fff3a77b4d56e11cc33959179-4.8.0 ``` ### Operating System and Version Ubuntu 18.04 (desktop edition) ### Standalone code, or other way...
**Describe the bug** Hackfmt fails to format files containing `xhp class` declarations. **Standalone code, or other way to reproduce the problem** Placed in `file.hack` ```HACK xhp class F { }...
Summary: Should we unconditionally compress decls (when serializing)? pro: in practice, these are almost always cached somewhere, so it saves space and only requires recompression when a source file changes....
**Describe the bug** I have an error on Debian images when trying to launch the `hh_client`: ``` # hh_client error: daemon_stubs.c: caml_disable_ASLR: failed to set personality ``` It's reproducible on...
Could you opensource the buck2 build files (`TARGETS`, `BUCK`)? I've recently have become interested in HHVM and as the CMake build is community supported, providing the internally supported build would...
Summary: C++20 supports iterators with no operator-> We have a usecase where I care for that and arrow_proxy trick leads to some undesired behaviour. In C++23 there is a standard...
Summary: X-link: https://github.com/facebook/SoLoader/pull/122 This diff migrates google java format form 1.7 to 1.19.2. This update will allow for new language features from java 17 and 21. This diff also formats...