Skip to content

Some keys get silently dropped from output #125

@ryan-williams

Description

@ryan-williams

The example from the README works for me:

BuildInfoKey.map(name) { case (k, v) => "project" + k.capitalize -> v.capitalize }

but if I try e.g.:

BuildInfoKey.map(moduleID) { case (k, v)  "projectMod" -> v.name }

I get no errors or warnings, but there is no projectMod key/value in the output.

Why might this be?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions