Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ingydotnet/inline-c-pm
base: d637b587efca
Choose a base ref
...
head repository: ingydotnet/inline-c-pm
compare: 54de4b060abf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 17, 2015

  1. reenable bs/exp/lib deletion on cleanup

    Since before 0.54 these strings were defined with single quotes, stopping
    the mod name from interpolating, and thus also the deletion of those files.
    
    related to #36
    related to ingydotnet/inline-pm/51
    wchristian committed Feb 17, 2015
    Copy the full SHA
    6911bfa View commit details
    Browse the repository at this point in the history
  2. add sanity checks to cleanup deletion

    Previously the cleanup phase just blindly tried to delete the files and
    silently gave up when it couldn't find them. With this change it'll check
    whether they exist and then delete them or die trying.
    
    I suspect it might also be useful to check whether $autodir is a directory
    and die if not, and to assume a .packlist is generated and die if it can't
    be found, but that's up to you guys.
    
    related to #36
    related to ingydotnet/inline-pm/51
    wchristian committed Feb 17, 2015
    Copy the full SHA
    54de4b0 View commit details
    Browse the repository at this point in the history