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
There are conceptual problems that we encounter when Avail has to have knowledge of when working with module roots that it can't learn by scanning the module roots or through any other "first class" subsystem system presently available. The AvailProject is used to configure Avail externally. By integrating AvailProject more deeply as a proper subsystem of Avail, we give Avail the power to know internally about the external and internal shape of any Avail codebase without having to infer information from scans. To that end we will:
Integrate the AvailProject directly into the AvailVM
Extend AvailProject to explicitly configure headerless modules
Remove the Corpus section from Avail header files
Explore other potential uses for AvailProject to enable new features for Avail
There are conceptual problems that we encounter when Avail has to have knowledge of when working with module roots that it can't learn by scanning the module roots or through any other "first class" subsystem system presently available. The
AvailProject
is used to configure Avail externally. By integratingAvailProject
more deeply as a proper subsystem of Avail, we give Avail the power to know internally about the external and internal shape of any Avail codebase without having to infer information from scans. To that end we will:AvailProject
directly into the AvailVMAvailProject
to explicitly configure headerless modulesCorpus
section from Avail header filesAvailProject
to enable new features for Avail@markATavail @leslieATavail @toddATavail
The text was updated successfully, but these errors were encountered: