Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AvailProject From avail-artifact a 1st Class Citizen of Avail #313

Open
richATavail opened this issue Nov 9, 2023 · 0 comments
Open
Assignees

Comments

@richATavail
Copy link
Member

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

@markATavail @leslieATavail @toddATavail

@richATavail richATavail self-assigned this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant