Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Vitousek
a7d3803967 Update base for Update on "[compiler] Custom type definitions in config"
Summary:
This PR allows custom type definitions for globals to be loaded in the Forget config. We use a slightly different representation than we do internally, in order to ensure that things are well formed before we pass them to the shape registry. The most fundamental issue is that we introduce a notion of IDs (expected to be unique) for types: we can introduce a type and then refer to that type later by a unique ID in a function return type if we have, for example, a global value that returns itself when called.

[ghstack-poisoned]
2024-08-16 15:05:19 -04:00

Diff Content Not Available