[FEATURE REQUEST] Remove offset from CodeNode
#296
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🏨 scope:infrastructure
Work regarding the general infrastructure and functioning of LiSA
🎆 type:feature
New feature or request
Milestone
Description
The unique purpose of offsets right now is to have a quick way of grabbing a numeric identifier out of a node. This is used only for creating serializable graphs. Offsets have the downside that whenever one clones a node it must remember to propagate the offset, and that sometimes exceptions are raised if this is not appropriately handled.
The text was updated successfully, but these errors were encountered: