Skip to content

Config module is weak #202

@ndmitchell

Description

@ndmitchell

The Config module doesn't support generated the config at runtime, and the Ninja lexical syntax means that all include statements are relative to the current directory, not the file doing the including, so you can't relocate directories.

I think if usingConfig took a Action (Map String String) as the first argument then everything would generalise nicely. You could then have better readConfig functions, but they would be entirely optional.

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