You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
We're expecting to make darray an alias for dict, varray an alias for vec, and swap the backing store for shapes and tuples to dict/vec respectively in the next 2-8 weeks. Once that has happened in HHVM:
this implicit conversion should be removed
we should start asserting that a successful assert returns exactly the same value, just with a different type
The text was updated successfully, but these errors were encountered:
whenever the HHVM default changes, we should make sure there is a type-assert release that works with it and still has the implicit conversions - then bump the major version and resolve this issue
we probably want an intermediate release (or option/global flag) to enable notices when implicit conversions happen
Related: #48, #18
We're expecting to make darray an alias for dict, varray an alias for vec, and swap the backing store for shapes and tuples to dict/vec respectively in the next 2-8 weeks. Once that has happened in HHVM:
The text was updated successfully, but these errors were encountered: