Skip to content

Entries in config without entry in initializer causes cryptic error #2

@vputz

Description

@vputz

Entries in a configuration without a specific entry in the initializer cause a cryptic error (need to get example). There should be a more obvious error when this happens.

Alternately, we could enable a default initializer of "dict", such that

A = { b="c" }

Would set the value of A as dict(b="c") which is probably more like Integrant's behaviour (verify).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions