Skip to content

Support declaration merging for global records #1032

@farism

Description

@farism

Allowing for the extension of global records would be handy, e.g.

-- some_library.tl
global record my_record
  func_a: function()
end

-- my_app.tl
global record my_record
  func_b: function()
end

Right now it doesn't error if a global record is defined twice, but it only picks up the first one it finds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfeature requestNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions