hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

A virtual machine for executing programs written in Hack.

Results 268 hhvm issues
Sort by recently updated
recently updated
newest added

This PR will upload universal deb packages to Nexus with the help of Nexus's restful API. The suite (also called distribution) to upload will be created if it does not...

CLA Signed

This is a subset of #9005, it should be easier to review/test/clear Note: while the top level item is `vixl`, if a commit overlaps other directories, I'm lazily including the...

CLA Signed
oncall: jit

Differential Revision: D37704308

CLA Signed
fb-exported

This is a subset of #9005, it should be easier to review/test/clear Note: while the top level item is `hphp/runtime/ext`, if a commit overlaps other directories, I'm dropping the commit....

CLA Signed

**Is your feature request related to a problem? Please describe.** Currently HHVM dependency versions are hard coded in the CMake files like this: https://github.com/facebook/hhvm/blob/3c1feb001d17784ba0e043b3fa59fb9c933b1693/third-party/fb-mysql/CMakeLists.txt#L13-L19 However, HHVM is co-evolved with other...

### HHVM Version 3.27 ### Standalone code, or other way to reproduce the problem ```

hack
probably easy

**Describe the bug** Indexing into a shape using `Shapes::at($shape, SomeClass::SOME_CONSTANT)` silently returns `nothing` instead of emitting a typechecker error. **Standalone code, or other way to reproduce the problem** ```HACK final...

hack