History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-476
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Doug H
Reporter: Doug H
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

emit custom attributes for constructors

Created: 07/Sep/05 09:45 PM   Updated: 21/Sep/05 07:13 AM
Component/s: Emitter
Affects Version/s: 0.6
Fix Version/s: 0.7

Time Tracking:
Not Specified

File Attachments: 1. Text File constructor-attributes.patch (1 kb)


Testcase included: yes


 Description  « Hide
I missed this when fixing an earlier bug with emitting custom attributes for parameters.
This patch emits attributes for constructors too.

Also, custom attributes on the return type of a method are not emitted. Although apparently there is a bug in .NET 1.1's system.reflection.emit preventing this from working anyway (DefineParameter cannot be called with an index of 0, which specifies the return type). This prevents using things like wsdl generated wrapper classes (using the google api for example).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.