ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Logs are messy #128

Open simpsonw opened 9 years ago

simpsonw commented 9 years ago

The logs are messy for GotS. There are a lot of warnings and notices that ought to be cleaned up so that they aren't cluttering up the logs and obscuring potentially important information. I'm adding this to 1.0-beta5 because I'd rather not do another release with things this messy.

simpsonw commented 9 years ago

Scratch that, I'm going to see how much I can do of this now.

simpsonw commented 9 years ago

I have cleaned a few things up. The other warnings I see relate to removing pass by reference in function signatures and elsewhere, which I'm afraid may break some things, so I think it's best to put them off until the next release.