Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify that src dir wasn't modified by build.rs when publishing #5584

Merged
merged 8 commits into from
May 29, 2018

Commits on May 28, 2018

  1. Verify that src dir was not modified by build.rs during publish.

    Co-authored-by: Gabriel Feron <feron.gabriel@gmail.com>
    boxdot and gferon committed May 28, 2018
    Configuration menu
    Copy the full SHA
    ca9aa3d View commit details
    Browse the repository at this point in the history
  2. Add test to check that publish fails when src directory was changed.

    Co-authored-by: boxdot <d@zerovolt.org>
    gferon and boxdot committed May 28, 2018
    Configuration menu
    Copy the full SHA
    8896fdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba48ff4 View commit details
    Browse the repository at this point in the history
  4. Document that build scripts should not modify files outside OUT_DIR.

    Co-authored-by: Gabriel Feron <feron.gabriel@gmail.com>
    boxdot and gferon committed May 28, 2018
    Configuration menu
    Copy the full SHA
    285eb4d View commit details
    Browse the repository at this point in the history
  5. Provide more context when src files changed while packaging

    Co-authored-by: boxdot <d@zerovolt.org>
    gferon and boxdot committed May 28, 2018
    Configuration menu
    Copy the full SHA
    9c1124f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e31f3c3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    53480ac View commit details
    Browse the repository at this point in the history
  2. Fix test to work on Windows

    gferon committed May 29, 2018
    Configuration menu
    Copy the full SHA
    987ce87 View commit details
    Browse the repository at this point in the history