Skip to content

module is not reloadable #9

@olegrok

Description

@olegrok
tarantool> require('tuple.keydef')
---
- merge: 'function: 0x0f473d18'
  extract_key: 'function: 0x0f473c70'
  new: 'function: 0x0f473c38'
  totable: 'function: 0x0f473d50'
  compare_with_key: 'function: 0x0f473ce0'
  compare: 'function: 0x0f473ca8'
...

tarantool> package.loaded['tuple.keydef'] = nil
---
...

tarantool> require('tuple.keydef')
---
- error: 'tuple.keydef/postload.lua:14: cannot change a protected metatable'
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions