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
This submodule was intended to provide an API for MacroProcessors to hook into noirc_frontend. After #6087 we no long support MacroProcessors so we can remove this submodule.
This is fairly trivial but it seems like vscode as autoimported entries from here in various places elsewhere in the codebase so we'll need to update those imports to match which is a bit of legwork.
The text was updated successfully, but these errors were encountered:
# Description
## Problem
Resolves#6176
## Summary
Removes the `noir_frontend::macros_api` module and fixes the `use`
statements where it appeared.
## Additional Context
See the linked ticket for why it's not needed any more.
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
This submodule was intended to provide an API for
MacroProcessor
s to hook intonoirc_frontend
. After #6087 we no long supportMacroProcessor
s so we can remove this submodule.This is fairly trivial but it seems like vscode as autoimported entries from here in various places elsewhere in the codebase so we'll need to update those imports to match which is a bit of legwork.
The text was updated successfully, but these errors were encountered: