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

Consider moving DebugInfo out of noirc_errors #6173

Open
TomAFrench opened this issue Sep 30, 2024 · 0 comments
Open

Consider moving DebugInfo out of noirc_errors #6173

TomAFrench opened this issue Sep 30, 2024 · 0 comments

Comments

@TomAFrench
Copy link
Member

It doesn't really sit right with me that we're declaring the format for how we embed debug information into build artifacts into the crate which just defines how we print out error messages.

I think it makes more sense for the DebugInfo struct to be defined along with the rest of the compiler's build artifacts. This would allow us to simplify the dependency graph a bit (noirc_errors should not need to know about the ACVM).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant