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
I've only worked on the original scopes so far, but my understanding of the spec appears to be different than @hbenl and @szuend's implementations.
Fields:
Line
Says relative: Note: this is the point in the original code where the scope starts. line is relative to the line of the preceding "start/end original scope" item.
Says relative, but meaning is unclear: DATA relative offset into names field for the original symbol name defined in this scope
I interpret this to mean Scope 2's vars are relative to Scope 1's (if there were any). Not just that Scope 2's 2nd var is relative to Scope 2's 1st var.
I've only worked on the original scopes so far, but my understanding of the spec appears to be different than @hbenl and @szuend's implementations.
Fields:
Note: this is the point in the original code where the scope starts. line is relative to the line of the preceding "start/end original scope" item.
column
relative #75Note: This offset is relative to the offset of the last scope name or absolute if this is the first name
DATA relative offset into names field for the original symbol name defined in this scope
The text was updated successfully, but these errors were encountered: