user-documentation
user-documentation copied to clipboard
Documentation for those that use HHVM and write Hack code.
Currently, adding a new sample requires all of: ``` the_file.php the-file.php.hhconfig // empty the-file.php.hhvm.expect // usually empty the-file.php.no.auto.output // empty the-file.php.typechecker.expect // usually "No errors!" ``` I propose that `the_file.php`...
I fielded an internal question at Slack about how to append objects to `vec`s, and more generally where to find this information in the docs. I pointed to https://docs.hhvm.com/hack/built-in-types/arrays, which...
Please complete the information below: # Where is the problem? Bottom of the first example # What is the problem? `Shapes::idx` is for use with optional/nullable fields, not ones that...
Please complete the information below: # Where is the problem? The entire example. # What is the problem? The typechecker doesn't look at pseudomains, and all the code is in...
hhvm/hhvm: just the package hhvm/hhvm-proxygen: http server no fastcgi support for now, but could be added fairly easily
It allows you to use a custom path instead of /tmp/hh_server - this is useful when running a load of hh_server checks in parallel, because of race conditions