user-documentation icon indicating copy to clipboard operation
user-documentation copied to clipboard

Documentation for those that use HHVM and write Hack code.

Results 132 user-documentation issues
Sort by recently updated
recently updated
newest added

Like the title Please complete the information below: # Where is the problem? - e.g. "The section describing how widgets work" # What is the problem? - e.g. "It doesn't...

guides-content

Please complete the information below: # Where is the problem? ["Classes: Inheritance"](https://docs.hhvm.com/hack/classes/inheritance) # What is the problem? It does not provide an example of an overridden method with parameters. Specifically...

guides-content

According to https://cmake.org/cmake/help/latest/manual/cmake.1.html , `-B` and `-S` flags are the right way to specify the build path

CLA Signed

Received feedback that "This special type is used to help capture dynamism in the existing codebase in typed code, in a more manageable manner than `mixed`" implied that `dynamic` was...

CLA Signed

Please complete the information below: # Where is the problem? * Operators guide * All around the docs (maybe it should be referenced in the page for `new` and object...

guides-content

From https://github.com/hhvm/hhvm.com/pull/199. ## Serialize with Options - [ ] "`HH\serialize_with_options` now supports a `disallowObjects` option, which disallows serialization of objects except for legacy Hack Collections." Open question: We never talk...

reference-content
guides-content

```hack foo($arg1, $arg2, ...$rest); ``` Provide some examples and describe what's allowed (tuple with enough elements; array only for varargs). https://github.com/facebook/hhvm/commit/60daa11f227847f2ca71fa37775f285e8122c784 has some good examples

guides-content

https://docs.hhvm.com/hhvm/FAQ/faq Some issues (please feel free to add): * References old Wiki that is many years out of date * Likely out of sync with actual products that use Hack...

guides-content

https://docs.hhvm.com/hack/functions/function-references#static-methods Stray thoughts: * Wondering if it's worth its own page. * Or to move, condense, and rebrand the page. * Also struggling to understand actual usage. Or at the...

guides-content

For example: * a search for `constant` will not show the [Constants](https://docs.hhvm.com/hack/classes/constants) page, and * a search for `namespace` will not show the [Namespaces](https://docs.hhvm.com/hack/source-code-fundamentals/namespaces) page. Only two examples, but this...

search-bug