Skip to content

Config generator should have template string #157

@kryczkal

Description

@kryczkal

In config generator - currently the generation logic for .h, .hpp is dispersed and created using echo

shoulde be something like

template = """
#ifndef example
#define example

{DEFINES_TAG}

{CONTEXPR_TAG}

#endif
"""

and then the tags be substituted with the generated stuff
etc, so that you know exactly what the end file will look like

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    Status

    Refactor Tasks

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions