Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Support hhvm-nightly, expected to support 4.161. #79

Merged
merged 2 commits into from
May 30, 2022

Conversation

lexidor
Copy link
Contributor

@lexidor lexidor commented May 29, 2022

A recent change in HH\facts_parse() made it no longer return empty vecs
for entities kinds that are not declared in the file.
So files without constants do not return "constants" => vec[] anymore.
Supply a default value of vec[] to match the old behavior and fix CI.

A recent change in HH\facts_parse() made it no longer return empty vecs
for entities kinds that are not declared in the file.
So files without constants do not return `"constants" => vec[]` anymore.
Supply a default value of `vec[]` to match the old behavior and fix CI.
@lexidor lexidor changed the title Silently ignore missing keys Support hhvm-nightly, expected to support 4.161. May 29, 2022
Copy link
Contributor

@Atry Atry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@Atry Atry merged commit 186d1fc into hhvm:main May 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants