Skip to content

Generator: option -s (skip-unchanged) doesn't work #54

Open
@erikvanoosten

Description

@erikvanoosten

Main.scala contains the following option definition:

      opt("s", "skip-unchanged", "Don't re-generate if the target is newer than the input", { compiler.skipUnchanged = true; () })

However, the boolean compiler.skipUnchanged is never read. This function doesn't seem implemented.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions