[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 614bc8: Ignore `~/.indent.pro` files.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 614bc8b9aeb120e54fc2a9f28e497b0340affe86
      https://github.com/csmith-project/creduce/commit/614bc8b9aeb120e54fc2a9f28e497b0340affe86
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
    M creduce/pass_indent.pm

  Log Message:
  -----------
  Ignore `~/.indent.pro` files.

Pass `-npro` to `indent`, to tell it to ignore the user's
`~/.indent.pro` file.  Potentially makes this pass more predictable.


  Commit: 0adab4e6bfe18a6a82336a0d617527b490907380
      https://github.com/csmith-project/creduce/commit/0adab4e6bfe18a6a82336a0d617527b490907380
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Changed paths:
    M creduce/pass_indent.pm

  Log Message:
  -----------
  Ignore `~/.astylerc` files.

Pass `--options=none` to `astyle`, to tell it to ignore the user's
`~/.astylerc` file.  Potentially makes this pass more predictable.


Compare: https://github.com/csmith-project/creduce/compare/8277adf388a2...0adab4e6bfe1