bugDotGNU Portable.NET - Bugs: bug #9274, cscc: using aliases still not...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9274: cscc: using aliases still not resolving correctly

Submitter:  Llewellyn Pritchard <leppie>
Submitted:  Wed 09 Jun 2004 06:56:36 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Need Info
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Thu 03 Mar 2005 09:30:14 AM UTC, comment #2: 

Yes AFAIK, its the same as the antlr issue. But there is another issue, it should hide any members that it aliases.

Eg:
using System;
using Int32 = Foo.MyInt32;

Llewellyn Pritchard <leppie>
Group Member
Thu 03 Mar 2005 09:12:17 AM UTC, comment #1: 

Seems that #11519 is having these same issues.  Is this still the case for you leppie?

Deryk Robosson <drobosson>
Group Member
Wed 09 Jun 2004 06:56:36 PM UTC, original submission:  

using System;
using System.Reflection;
using System.Reflection.Emit;

using Pointer = System.UInt32;
using OC = System.Reflection.Emit.OpCodes;
using EOpCode = System.Reflection.Emit.OpCode;

I can give more testcases if neccessary.

Llewellyn Pritchard <leppie>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-03 drobosson StatusNone Need Info

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code