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
Perhaps bignum could go under experimental. With time as these features mature, they wouldn't need to be conditionally enabled.
Maybe debug doesn't even need to be a feature, just made available. Idea by @jakelang to only enable the debug module when compiling in debug mode. Extending on that: how about making them macros which are compiled to nop in release mode?
The text was updated successfully, but these errors were encountered:
We don't necessarily need to make them macros, but this is a nice idea because we can completely remove the code at compile-time rather than have calls to stub functions.
Right now we have:
This is spawning this build hell as seen in #56.
Perhaps bignum could go under experimental. With time as these features mature, they wouldn't need to be conditionally enabled.
Maybe debug doesn't even need to be a feature, just made available. Idea by @jakelang to only enable the debug module when compiling in debug mode. Extending on that: how about making them macros which are compiled to nop in release mode?
The text was updated successfully, but these errors were encountered: