Re: [web2py] Re: Custom Delimiters Broken in 2.18.1?

2019-03-03 Thread Massimo Di Pierro
Turns out the bug is not in the delimiters but in the import of gluon.packages. web2py incorrectly looks for 'yatl' and 'pydal' in globally installed packages before looking into gluon.packages. Therefore it picks up the wrong version, not most up-to-date. Fixing in 2.18.3 On Saturday, 2 March

Re: [web2py] Re: Custom Delimiters Broken in 2.18.1?

2019-03-02 Thread Massimo Di Pierro
thanks for confirming On Tuesday, 26 February 2019 05:26:49 UTC-8, Tiago Alves wrote: > > I am using custom delimiters, all working fine... > > On 26 Feb 2019, at 13:24, Kevin Keller wrote: > > Saw a 2.18.2 commit. > Was that addressed in thst commit? > > Thanks! > > > > On Mon, 25 Feb 2019, 06:0

Re: [web2py] Re: Custom Delimiters Broken in 2.18.1?

2019-02-26 Thread Tiago Alves
I am using custom delimiters, all working fine... > On 26 Feb 2019, at 13:24, Kevin Keller wrote: > > Saw a 2.18.2 commit. > Was that addressed in thst commit? > > Thanks! > > > >> On Mon, 25 Feb 2019, 06:08 Massimo Di Pierro, >> wrote: >> Damn you are right. I am releasing 2.18.2 with a f

Re: [web2py] Re: Custom Delimiters Broken in 2.18.1?

2019-02-26 Thread Kevin Keller
Saw a 2.18.2 commit. Was that addressed in thst commit? Thanks! On Mon, 25 Feb 2019, 06:08 Massimo Di Pierro, wrote: > Damn you are right. I am releasing 2.18.2 with a fix. > > On Sunday, 24 February 2019 18:31:27 UTC-8, Limedrop wrote: >> >> >> Hi there, >> >> I think the custom template del

[web2py] Re: Custom Delimiters Broken in 2.18.1?

2019-02-24 Thread Massimo Di Pierro
Damn you are right. I am releasing 2.18.2 with a fix. On Sunday, 24 February 2019 18:31:27 UTC-8, Limedrop wrote: > > > Hi there, > > I think the custom template delimiters are broken in 2.18.1. Here's my > test code and the exception I'm getting: > > > CONTROLLER > def index(): > response.d