Skip Menu |

This queue is for tickets about the CGI-Session CPAN distribution.

Report information
The Basics
Id: 37752
Status: resolved
Priority: 0/
Queue: CGI-Session

People
Owner: MARKSTOS [...] cpan.org
Requestors: latypoff [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)

Attachments


Subject: [patch] Improved work with bits
Date: Thu, 17 Jul 2008 10:31:07 +0400
To: bug-cgi-session [...] rt.cpan.org
From: "Denis F. Latypoff" <latypoff [...] yandex.ru>
Currently CGI::Session uses mixed style of working with bits, attached patch solves it. -- br, Denis F. Latypoff.
Download CGI-Session-4.35.patch-bits
application/octet-stream 4k

Message body not shown because it is not plain text.

Thanks for this page. To get it to apply, I had to replace the "use constant" code with the style using "sub foo ()" that was there before. This is on Perl 5.8. However, after applying it, the test named "t/find.t" failed. Would you mind applying your patch to the 4.38 release and see if this test also fails for you? Mark
Subject: Re: [rt.cpan.org #37752] [patch] Improved work with bits
Date: Sat, 01 Nov 2008 13:28:37 +1100
To: bug-CGI-Session [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Mark On Fri, 2008-10-31 at 22:20 -0400, MARKSTOS via RT wrote: Show quoted text
> Queue: CGI-Session > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37752 > > > Thanks for this page. > > To get it to apply, I had to replace the "use constant" code with the > style using "sub foo ()" that was there before. This is on Perl 5.8. > > However, after applying it, the test named "t/find.t" failed. Would you > mind applying your patch to the 4.38 release and see if this test also > fails for you?
I need to patch t/find.t, which I wrote. I'm doing that now. -- Ron Savage ron@savage.net.au http://savage.net.au/index.html
Subject: Re: [rt.cpan.org #37752] [patch] Improved work with bits
Date: Sat, 01 Nov 2008 13:51:39 +1100
To: bug-CGI-Session [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Mark On Fri, 2008-10-31 at 22:20 -0400, MARKSTOS via RT wrote: Show quoted text
> Queue: CGI-Session > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37752 > > > Thanks for this page. > > To get it to apply, I had to replace the "use constant" code with the > style using "sub foo ()" that was there before. This is on Perl 5.8. > > However, after applying it, the test named "t/find.t" failed. Would you > mind applying your patch to the 4.38 release and see if this test also > fails for you?
I noticed this too. I've updated t/find.t (and Changes) in SVN. -- Ron Savage ron@savage.net.au http://savage.net.au/index.html
Hi Mark I'm happy with Denis' patch being applied now, with your correction.
Although I still find bitwise math confusing, this patch does appear to improve consistency, and Ron has got t/find.t working now. Ron: I'll be on irc.perl.org as 'markstos' for a bit longer if you want to chat. I'm in #cgiapp. Mark
Subject: Re: [rt.cpan.org #37752] [patch] Improved work with bits
Date: Sat, 01 Nov 2008 14:24:00 +1100
To: bug-CGI-Session [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Mark On Fri, 2008-10-31 at 23:08 -0400, MARKSTOS via RT wrote: Show quoted text
> Queue: CGI-Session > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37752 > > > Although I still find bitwise math confusing, this patch does appear to > improve consistency, and Ron has got t/find.t working now.
Yep. Show quoted text
> Ron: I'll be on irc.perl.org as 'markstos' for a bit longer if you want > to chat. I'm in #cgiapp.
I don't have any IRC software installed, and I've never used it, and my sound card doesn't work under Debian (although it does work under Windows), so sorry, I won't be getting back to you via IRC! Does IRC even need a sound card? -- Ron Savage ron@savage.net.au http://savage.net.au/index.html
Show quoted text
> > Ron: I'll be on irc.perl.org as 'markstos' for a bit longer if you want > > to chat. I'm in #cgiapp.
> > I don't have any IRC software installed, and I've never used it,
IRC no longer has to be a geeky experience. If you can AOL messenger chat, you can use IRC. I haved Pidgin, Konversation, and Xchat all on Linux (Ubuntu). I currently use xchat. Show quoted text
> and my > sound card doesn't work under Debian (although it does work under > Windows), so sorry, I won't be getting back to you via IRC! > > Does IRC even need a sound card?
I doubt it. It has several options for notifying you, including blinking the dock and popping up notification bubbles. Sound is not necessary. Mark