-
Notifications
You must be signed in to change notification settings - Fork 577
[BUG 5.005_60 & 5.005_03] == reported as eq in S_not_a_number #392
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
Comments
From @schwernNow that's just downright confusing. Same problem with all the other I've traced the problem down to S_not_a_number() and how it calls PL_op_name being an array defined in opcode.h built off of information So it might be necessary to add a new field to the op code list I will ponder. |
From [Unknown Contact. See original ticket]Michael G Schwern writes:
Try changing PL_op_name[PL_op->op_type] to PL_op_desc[...], test, and Thanks, |
From @schwernOn Tue, Aug 17, 1999 at 05:54:23PM -0400, Ilya Zakharevich wrote:
K, got it. Had to modify sv.c and the pragma/warning tests. I think I'm going to hack on this issue a little bit more. Some of Here's the simplistic patch. Hold off on putting this in, I'll *** sv.c 1999/08/17 22:00:48 *** t/pragma/warning.t 1999/08/17 22:13:40 *** t/pragma/warn/sv 1999/08/17 22:18:32 -- Michael G Schwern schwern@pobox.com |
From [Unknown Contact. See original ticket]On Tue, Aug 17, 1999 at 06:35:45PM -0400, Michael G Schwern wrote:
Please send changes like "addition (+)" in a different patch, since they are a) orthogonal Thanks for your work, |
Migrated from rt.perl.org#1227 (status was 'resolved')
Searchable as RT1227$
The text was updated successfully, but these errors were encountered: