bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Founder's Circle Exclusive Invitational


From: fouderscircle
Subject: Founder's Circle Exclusive Invitational
Date: Wed, 14 Mar 2001 10:59:30 -0500

You have been selected to receive this exclusive invitation. We promise that 
this email will be well worth your time to read. 

We are creating the world's largest organized group of Credit Card Members by 
offering a Free Credit Card with unprecedented benefits and we are paying out 
Millions of Referral Dollars to Card Members, Affiliates and Charities. 
Our Free Credit Card is accepted at more than 19 Million Locations Worldwide.
And it is truly Free. 

· Free from Sign-Up Fees 
· Free from Annual Fees 
· Free Reward Miles on ANY Airline 
· Up to Platinum Benefits for Free 

All of these benefits for Free... and we will be paying out Millions of 
Referral Dollars! Does your current Credit Card do that? 

Our Affiliates are happier people because you have the ability to reach 
Financial Independence through Our Referral Marketing Program. You have been 
selected to receive this exclusive invitation to become a Member of Our 
Founder's Circle. If you qualify, you will be one of the highest paid 
Affiliates in Our Referral Marketing Program. "If you're interested in learning 
more about Our Founder's Circle opportunity, simply send an email to: 

foundersinvitational@yahoo.com 

with the words "MORE INFO" in the subject line".  
We will respond to you promptly with more information. 



From gnats@gnu.org Wed Mar 14 16:30:52 2001
Received: from gnats by fencepost.gnu.org with local (Exim 3.16 #1 (Debian))
        id 14dIr6-0007de-00; Wed, 14 Mar 2001 16:30:52 -0500
From: mguesdon@orange-concept.com
To: fedor@gnu.org,gnats-admin@gnu.org,bug-gnustep@gnu.org
Reply-To: mguesdon@orange-concept.com
Subject: gnustep/2146: call isEqual: to find if a NSString and a NSNumber are 
equal don't work
Message-Id: <E14dIr6-0007de-00@fencepost.gnu.org>
Date: Wed, 14 Mar 2001 16:30:52 -0500
Sender: bug-gnustep-admin@gnu.org
Errors-To: bug-gnustep-admin@gnu.org
X-BeenThere: bug-gnustep@gnu.org
X-Mailman-Version: 2.0.2
Precedence: bulk
List-Help: <mailto:bug-gnustep-request@gnu.org?subject=help>
List-Post: <mailto:bug-gnustep@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-gnustep>,
        <mailto:bug-gnustep-request@gnu.org?subject=subscribe>
List-Id: Bug reports for the GNUstep programming environment 
<bug-gnustep.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-gnustep>,
        <mailto:bug-gnustep-request@gnu.org?subject=unsubscribe>
List-Archive: <http://mail.gnu.org/pipermail/bug-gnustep/>

>Number:         2146
>Category:       gnustep
>Synopsis:       call isEqual: to find if a NSString and a NSNumber are equal 
>don't work
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    fedor
>State:          open
>Quarter:        
>Keywords:       
>Class:          sw-bug
>Submitter-Id:   gnatsweb
>Arrival-Date:   Wed Mar 14 16:30:51 -0500 2001
>Cases:          
>Originator:     mguesdon@orange-concept.com
>Release:        CVS 2001/03/14
>Organization:

>Environment:

>Description:
isEqual: doesn't work to compare a NSString and a NSNumber.
NSString* a=[NSString stringWithString:@"1"];
NSNumber* b=[NSNumber numberWIthInti:1];
[a isEqual:b]] or  [b isEqual:a] always return NO
It's hard to diagnostic until you print the class of the compared objectss
How does this is handled on NeXT/MacOSX ?
>How-To-Repeat:

>Fix:
Unknown
>Unformatted:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]