dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #4703] Request for Feature [PNET][PNET/C][Superfl


From: nobody
Subject: [Pnet-developers] [bug #4703] Request for Feature [PNET][PNET/C][Superfluous/ambigious Error Messages]multiply defined emits multiple times the error
Date: Mon, 11 Aug 2003 05:13:15 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #4703: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4703&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Mon 08/11/2003 at 09:13 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 11 Aug 2003

Each symbol that is multiply defined will now only be
reported once.  As to locating where in the source the
multiple definitions occur, I suggest that you use "grep".




=================== BUG #4703: FULL BUG SNAPSHOT ===================


Submitted by: mdupont                 Project: DotGNU Portable.NET          
Submitted on: Sun 08/10/2003 at 18:26
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  Request for Feature [PNET][PNET/C][Superfluous/ambigious Error 
Messages]multiply defined emits multiple times the error

Original Submission:  First of all, I am very impressed with pnet/C it is much 
better now!

This not really a bug, but a request for more functionality.
"multiply defined" is being emitted many times like this :


exfile : multiply defined
stat : multiply defined
exfile : multiply defined
stat : multiply defined

Instead of saying where it is, or what the problem is occuring. It just gives a 
huge list of the errors.

This occurs when I have a function  in the header file, and it is defined in 
two files :
(grepped out of the source)
filea.o.il: .method public static int32 'stat'(int8 * '__path', valuetype 
'struct stat' * '__statbuf') cil managed 
flieb.i.o.il: .method public static int32 'stat'(int8 * '__path', valuetype 
'struct stat' * '__statbuf') cil managed



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

-------------------------------------------------------
Date: Mon 08/11/2003 at 09:13       By: rweather
Fix committed to CVS - 11 Aug 2003

Each symbol that is multiply defined will now only be
reported once.  As to locating where in the source the
multiple definitions occur, I suggest that you use "grep".



CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4703&group_id=353

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



reply via email to

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