dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #11443] ENUM values are not treated as integer c


From: James Michael DuPont
Subject: [Pnet-developers] [bugs #11443] ENUM values are not treated as integer constants objects
Date: Wed, 29 Dec 2004 19:42:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #11443] Latest Modifications:

Changes by: 
                James Michael DuPont <address@hidden>
'Date: 
                Wed 12/29/2004 at 19:42 (Europe/Berlin)

------------------ Additional Follow-up Comments ----------------------------
by typecasting, the problem goes away!
long v   = (long) test.WS_a | (long)test.WS_b | 0x0443;






/**************************************************************************/
[bugs #11443] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11443>
Project: DotGNU Portable.NET
Submitted by: James Michael DuPont
On: Wed 12/29/2004 at 19:39

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  ENUM values are not treated as integer constants objects

Original Submission:  The enums needs to treat the values of them as integer 
constant objects.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 12/29/2004 at 19:42       By: James Michael DuPont <mdupont>
by typecasting, the problem goes away!
long v   = (long) test.WS_a | (long)test.WS_b | 0x0443;






File Attachments
-------------------

-------------------------------------------------------
Date: Wed 12/29/2004 at 19:39  Name: testcase11.cs  Size: 160B   By: mdupont
Test case for this issue
http://savannah.gnu.org/bugs/download.php?item_id=11443&amp;item_file_id=2005






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11443>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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