Mailing List Archive

ShinyCMS doesn't work with Catalyst 5.90102
Hi all,

ShinyCMS fails to run with the latest release of Catalyst, 5.90102:
http://paste.scsys.co.uk/501327

It works okay with the previous release, 5.90100:
http://paste.scsys.co.uk/501326

I assume this is a conflict between some part of my code, and one or
more of the changes in the latest Catalyst release (maybe the 'preserve
state across a chain' changes), but I don't know how to dig into that.
Can anybody help or advise?

Thanks,
Denny



_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/
Re: ShinyCMS doesn't work with Catalyst 5.90102 [ In reply to ]
Excerpts from Denny's message of 2015-11-11 20:19:45 -0200:
> Hi all,
>
> ShinyCMS fails to run with the latest release of Catalyst, 5.90102:
> http://paste.scsys.co.uk/501327
>
> It works okay with the previous release, 5.90100:
> http://paste.scsys.co.uk/501326
>
> I assume this is a conflict between some part of my code, and one or
> more of the changes in the latest Catalyst release (maybe the 'preserve
> state across a chain' changes), but I don't know how to dig into that.
> Can anybody help or advise?
>
> Thanks,
> Denny
>

You can use the debugger to track down the code part you think is
getting you trouble.

http://perldoc.perl.org/perldebtut.html

Best Regards,

--
Marco Arthur @ (M)arco Creatives

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/
Re: ShinyCMS doesn't work with Catalyst 5.90102 [ In reply to ]
Hi

I just installed ShinyCMS and started the server.

> You can use the debugger to track down the code part you think is
> getting you trouble. http://perldoc.perl.org/perldebtut.html Best
> Regards,

- or try to start the server without the -d flag to see what's going on.
That flag seems to take down the server.

/kaare

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/
Re: ShinyCMS doesn't work with Catalyst 5.90102 [ In reply to ]
This is a regression caused by a change introduced in 5.90102, which clearly is a release that should have baked longer.  My apologies, I was trying to clean up existing pull requests on github before end of year since I thought people that put in the effort of donating code deserved some sort of response.  
5.90103 should fix this issue, or use 5.90101 which seems to be a stable release.
peace,
snap



On Wednesday, November 11, 2015 4:23 PM, Denny <2015@denny.me> wrote:


Hi all,

ShinyCMS fails to run with the latest release of Catalyst, 5.90102:
http://paste.scsys.co.uk/501327

It works okay with the previous release, 5.90100:
http://paste.scsys.co.uk/501326

I assume this is a conflict between some part of my code, and one or
more of the changes in the latest Catalyst release (maybe the 'preserve
state across a chain' changes), but I don't know how to dig into that.
Can anybody help or advise?

Thanks,
Denny



_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/