-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re: Bug with vec() and bitwise OR? #1952
Comments
From rmb1@cise.npl.co.uk
% perl -we 'for (qw(0 "0" "@" "A" ""), q(" ")) { my $x = eval It appears that after C<$x = 0; vec($x,0,1)=1;>, Robin |
From [Unknown Contact. See original ticket]I have a patch for this:
With my patch the original script prints "1 2 3" and my script print "yes". Robin --- doop.c 2000/05/11 12:55:39 1.1 Patch: -print "1..15\n"; print vec($foo,0,1) == 0 ? "ok 1\n" : "not ok 1\n"; End of patch |
From @tamiasOn Thu, May 11, 2000 at 03:35:41PM +0100, Robin Barker wrote:
That comment won't make sense if the tests are changed around. It would be
Ronald |
From rmb1@cise.npl.co.ukFixed by patch supplied by Robin Barker, |
rmb1@cise.npl.co.uk - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#3223 (status was 'resolved')
Searchable as RT3223$
The text was updated successfully, but these errors were encountered: