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
To get the macros off the ground, I used Span::default() on all of the created types to prevent having to put the effort in to disclose where the macro was making errors.
As these macros have become more and more enshrined, removal of these default spans will help alot with tracking down bugs.
LHerskind
changed the title
aztec-nr macros: Remove all usages of Span::default()
refactor(AztecMacro): Remove all usages of Span::default()
Mar 8, 2024
Overview
To get the macros off the ground, I used Span::default() on all of the created types to prevent having to put the effort in to disclose where the macro was making errors.
As these macros have become more and more enshrined, removal of these default spans will help alot with tracking down bugs.
Links:
The text was updated successfully, but these errors were encountered: