diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-09-24 12:00:35 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-09-30 02:06:59 -0700 |
commit | bf610a379f1b613d75cf2c9d7e7575bf59f57059 (patch) | |
tree | d6588c20cbf433565b574e4844fdac53d42505f6 /bin/sbang | |
parent | 94d85d842c15f373377a790664e81706b171a411 (diff) | |
download | spack-bf610a379f1b613d75cf2c9d7e7575bf59f57059.tar.gz spack-bf610a379f1b613d75cf2c9d7e7575bf59f57059.tar.bz2 spack-bf610a379f1b613d75cf2c9d7e7575bf59f57059.tar.xz spack-bf610a379f1b613d75cf2c9d7e7575bf59f57059.zip |
Clean up exceptions and function names in directives.
- Functions returned by directives were all called `_execute`, which made
reading stack traces hard because you couldn't tell what directive a
frame came from.
- renamed them all to `_execute_<directive>`
- Exceptions in directives were only really used in one or two places --
get rid of the boilerplate init functions and let the callsite specify
the message.
Diffstat (limited to 'bin/sbang')
0 files changed, 0 insertions, 0 deletions