10000 Tags · hhvm/hhast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Tags: hhvm/hhast

Tags

v4.168.3

Toggle v4.168.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Random bug fixes (#542)

* Document bug comparison empty statements
The operators `<=` and `>=` should be treated as empty.
They are currently treated as assignments.

* Fix false negative, `<=` and `>=` in NoEmptyStatementsLinter

* Document bug NodeList::getChildrenOfItemsOfType() does not refine

* Fix type refinement of NodeList::getChildrenOfItemsOfType<T>()

* Add NodeList::getChildrenOfItemsByType<T>()
This completes this list:
 - Node->getChildrenOfType<T>()
 - Node->getDescendantsOfType<T>()
 - Node->getFirstDescendantOfType<T>()
 - NodeList->getChildrenOfItemsByType<T>()

* Remove reference in comment to createMaybeEmptyList
This function does not exist anymore.

* Post commit formatting

* Lint clean

* Lint clean (with HHClientLinter)

* Post commit formatting

* One (last) lint error from HHClientLinter

* Demonstrate the `() ==> constant` can not be parsed

* Regenerate codegen, allowing constants as lambda bodies
The Package* classes were deleted by codegen.
I have ignored these deletions for backwards compat.

* Limit semaphore to cpu count
I don't got no 32 hardware threads

* Fix lint error in syntax example

v4.168.2

Toggle v4.168.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use ffp_parse_string instead of shelling out to hh_parse (#537)

* use ffp_parse_string instead of shelling out to hh_parse

* remove user_args from entrypoints.hack

* testing

* fix lack of hhi

* remove support for xhp children declarations and the migration, since they break native parsing

v4.166.3

Toggle v4.166.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update schema (#535)

Co-authored-by: HHVM/Hack Open Source <hhvm-oss@fb.com>

v4.166.2

Toggle v4.166.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update schema (#518)

Co-authored-by: HHVM/Hack Open Source <hhvm-oss@fb.com>

v4.166.1

Toggle v4.166.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update schema (#509)

Co-authored-by: HHVM/Hack Open Source <hhvm-oss@fb.com>

v4.166.0

Toggle v4.166.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Consider new fields from `hh_client --json --lint` output as backward…

… compatible (#501)

v4.161.2

Toggle v4.161.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update schema (#485)

Co-authored-by: fredemmott <fredemmott@users.noreply.github.com>

v4.161.1

Toggle v4.161.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update required HHVM version

v4.161.0

Toggle v4.161.0's commit message
Update schema

v4.158.3

Toggle v4.158.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add explicit type to lambda argument; this makes it typecheck with ni…

…ghtly hh_client. (#460)
0