Skip to content

Demo behaves poorly when src/lib.rs is deleted before a rebuild #2

@pnkfelix

Description

@pnkfelix

Due to rust-lang/cargo#4468, the demo here is less than satisfying, since cargo sometimes fails to run the build.rs script when it should.

Its possible that this could be fixed indirectly when we have support for rerun-if-changed (see pnkfelix/tango#12 )

But it would probably be best (since I do not expect rust-lang/cargo#4468 to be addressed with high-priority), to just change the demo to use a lib.rs file, and (maybe) change the tango documentation to encourage users to still use a lib.rs for their project root.

(Hopefully the root cause of rust-lang/cargo#4468 is not something that interferes with tango's basic model...)

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