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
Locating a section based on a label (example in section_move test) creates quite complex dependency issues when defined after being accessed (-> below a section).
Here is a simplified version of the test visualizing the problem:
To support this the ownership of a label (symbol actually) has to be defined. The above situation creates a circular dependency. Currently bass is unable to detect such programming error (that's basically what it is… 🙂).
The text was updated successfully, but these errors were encountered:
antis81
changed the title
Section relocation based on label
Section relocation
Jul 3, 2023
Locating a section based on a label (example in
section_move
test) creates quite complex dependency issues when defined after being accessed (-> below a section).Here is a simplified version of the test visualizing the problem:
To support this the ownership of a label (symbol actually) has to be defined. The above situation creates a circular dependency. Currently bass is unable to detect such programming error (that's basically what it is… 🙂).
The text was updated successfully, but these errors were encountered: