Skip to content

automatically convert old Rakefile format to new format #120

@marcmo

Description

@marcmo

e.g. the "can't convert String into Array"

:FLAGS => "-O0 -g3 -Wall"

has to become

:FLAGS => ["-O0","-g3","-Wall"]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions