[pylons-discuss] Pyramid 1.6b1 released

2015-11-15 Thread Michael Merickel
Hey everyone, we've just cut 1.6b1. There are a few important changes to note: - pserve --reload will no longer crash due to syntax errors in your code! Yay! - We are officially deprecating the daemon / supervision support in pserve. This includes --daemon, --pid-file and --monitor-restart among

Re: [pylons-discuss] Pyramid 1.6b1 released

2015-11-15 Thread Bert JW Regeer
Thanks for all your hard work Michael! Bert > On Nov 15, 2015, at 19:54 , Michael Merickel wrote: > > Hey everyone, we've just cut 1.6b1. There are a few important changes to note: > > - pserve --reload will no longer crash due to syntax errors in your code! Yay! > > - We are officially depre

Re: [pylons-discuss] Pyramid 1.6b1 released

2015-11-19 Thread Kamal Gill
I found the crash-on-errors behavior useful since it’s better to be alerted of those errors sooner rather than later IMO. Is the new behavior configurable? -Kamal > On Nov 19, 2015, at 10:49 AM, Michael Merickel wrote: > > > On Thu, Nov 19, 2015 at 12:43 PM, Jonathan Vanasco

Re: [pylons-discuss] Pyramid 1.6b1 released

2015-11-19 Thread Bert JW Regeer
You’ll still be alerted that there is a syntax error, but the whole thing won’t come crashing down forcing you to restart it. > On Nov 19, 2015, at 12:02, Kamal Gill wrote: > > I found the crash-on-errors behavior useful since it’s better to be alerted > of those errors sooner rather than late

Re: [pylons-discuss] Pyramid 1.6b1 released

2015-11-19 Thread Kamal Gill
Perfect, that works for me. Thanks for clarifying! > On Nov 19, 2015, at 11:05 AM, Bert JW Regeer wrote: > > You’ll still be alerted that there is a syntax error, but the whole thing > won’t come crashing down forcing you to restart it. > >> On Nov 19, 2015, at 12:02, Kamal Gill wrote: >> >