Skip to content

Native function registration enhancement #27

@plamen-neykov

Description

@plamen-neykov

Feature Request

Description of Problem:

Currently, the rune_attempt_register_native_functions will set or overwrite the native function implementation.
As the initialisation is lazy, it could be misleading if a developer attempts to specify own native function implementation and the n later due to an import the stub redefines the custom installed native function to the system default one.

Potential Solutions:

rune_attempt_register_native_functions to check if the function is already registered and do not override if it is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions