Skip to content

Tags: alexeyt/hack-codegen

Tags

v4.5.0

Unverified

The committer email address is not verified.
update minimum CI version to match actual required minimum version

v4.4.1

Unverified

The committer email address is not verified.
ignore .var/

v4.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for codegen xhp classes (hhvm#138)

* Add support for codegen xhp classes
Adds xhp attribute codegen to traits and classes.
No error is thrown when attributes are added to non-xhp classes.
This syntax is valid, but not useful in the current class.
Inheritance maybe?

* Fix broken copy paste

* Compatibility with older hsl versions

* Whitespace lint

* Update xhp attribute doc

I copy pasted property and did not touch up the doc well enough.

v4.3.12

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
replace $GLOBALS with \HH\global_get()

v4.3.11

Unverified

The committer email address is not verified.
Stop using files with pseudomains

hhvm-autoload generates several alternative files, which
functioned as migration aids from composer; migrate to one
of the newer ones, as the older ones are becoming
invalid/unusable as HHVM development continues.

v4.3.10

Unverified

The committer email address is not verified.
Replace PHP arrays with varray and darray

Grepped for \barray\b , fixed all call sites.

No log spew on test run

v4.3.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump nokogiri from 1.10.4 to 1.10.8 in /docs (hhvm#126)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.4...v1.10.8)

Signed-off-by: dependabot[bot] <[email protected]>

v4.3.8

Support `disallow_array_literal` (hhvm#119)

* Support `disallow_array_literal`

* Enable strict options that introduce test failures

* Require HHVM 4.25 for HHI support of array_literal

* Test on composer.json version of hhvm

v4.3.7

fix composer.json

v4.3.6

also support fbexpect 2.6.1