-
I am not a hphp ninja so I don't know if it's a bug in hh_server or xhp.
Anyways, this is what I get as error message from the validator. Please note that I get this message using hacklang plugin for …
-
I know downcasting isn't always the best practice, but many PHP frameworks use maps of mixed type as registries (for example Dependency Injection Containers). If I have a typed map, hacklang does not …
-
I encountered a segfault in `test/zend/bad/ext/spl/tests/array_017.php`
I wiped some of the code. The following code produces the segfault.
``` php
-
I keep getting this error when running the hh_client on some example code:
Fore reference the full path to the file is:
/home/amacgregor/Projects/Github/magento_hacklang/extensions/Mghck_ProductPrev…
-
**Components**
Hoa Project: https://github.com/hoaproject
**Frameworks**
PPI: http://www.ppi.io/
**Micro Frameworks**
Silex View: https://github.com/gigablah/silex-view
Fast Router: https://github.c…
-
When I open http://hacklang.org/ with Google Chrome latest on Ubuntu 12.04 I'll see the loading spinner on the "IDE" in the upper right forever. A look into the development tools shows up the followin…
-
When running `hh_client` it spews out tons and tons of unbound names/constants for all the PHP built-ins. I thought the `.hhi` lists were built into HHVM starting in 3.0? I tried adding the `.hhi` fil…
-
The [HHVM Blog](http://hhvm.com/blog) lacks an RSS or Atom feed, as far as I can tell, making it harder to follow HHVM and Hack updates for casual observers (like me).
(I know this is a nitpick. Cons…
-
Hi, I'm using CentOS6.4(also tried in 6.5), the error info is
```
Error: Package: gcc-4.7.2-8.el6.x86_64 (hhvm)
Requires: binutils >= 2.20.51.0.2-12
Installed: binutils-2.20.51.0.2-5.36…
-
I am wondering if it was possible to make `function` an optional identifier when declaring methods to classes. Example:
``` php
class A {
public myMethod(T $var) : T {
return $var;
}
}
```
I…