hhvm / hack-codegen

Library to programatically generate Hack code and write it to signed files
https://hhvm.github.io/hack-codegen/
MIT License
341 stars 93 forks source link

Vec keyset dict intern #52

Closed Neitsch closed 7 years ago

Neitsch commented 7 years ago

Summary: * Changed most usages of Vector/Set/Map to vec/keyset/dict. Wherever applicable used generics.

Test Plan: Reran testcases without failure

Notes: * Removes HHVM 3.18 support