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 can solve/replace the "shadowed symbol" list (solve it for good!?).
💡 The main issue is with global labels inside macros producing unwanted side effects (e.g. overwrite the __macro_<ID> label).
The text was updated successfully, but these errors were encountered:
antis81
changed the title
Make macro parameters local to the macro
[request] Make macro parameters local to the macro
May 13, 2021
antis81
changed the title
[request] Make macro parameters local to the macro
[request] treat macro parameters as local symbol references
Jun 4, 2021
(Referring to current "dev" branch here.)
Should macro parameters (assignments in braces) in bass be treated just like macro-local references?
ACME example (suitable as a test):
Can't we treat all macro parameters
by reference
and as well imply those are macro-local?Macro in bass according to the above example:
💡 This can solve/replace the "shadowed symbol" list (solve it for good!?).
💡 The main issue is with global labels inside macros producing unwanted side effects (e.g. overwrite the
__macro_<ID>
label).The text was updated successfully, but these errors were encountered: