[Mono-dev] LINQ Standard Query Operators for Mono

Atsushi Eno atsushi at ximian.com
Sun Dec 18 12:39:13 EST 2005


Alejandro Serrano wrote:
> Alejandro Serrano escribió:
> 
>>> Some comments:
>>>
>>>     - You can try standalone dll build by : make PROFILE=net_2_0.
>>>       On windows it would also work:
>>>       make PROFILE=net_2_0 CSCOMPILE=csc
>>>
>>>     - We have our own coding styles.
>>>       http://www.mono-project.com/Coding_Guidelines
>>>       If you want I can make all changes for your sources (but
>>>       you will have to merge things by yourself to sync to the
>>>       repositry unless you have exactly no changes in your
>>>       local disk).
>>>
>>>     - AssemblyInfo.cs would better be moved to
>>>       System.Query/Assembly directory.
>>>       Also, System.Query/System.Query/Sequence/*.cs files would
>>>       better be merged into System.Qyery/System.Query/*.cs
>>
>>
>> I'll make the changes by myself and post them again to the list.
> 
> I attach another .tar.gz file with the required changes. The Sequence/* 
> files have been moved by preceeding it with Sequence* (I mean 
> System.Query/System.Query/Sequence/Set.cs is now 
> System.Query/System.Query/SequenceSet.cs

Thanks.

I filed gmcs bug (bug #77027 and #77029) but looks like mcs monkeys
were already aware of the general cause of #77029 (according to
source comments). I have a hacky and broken fix for the first case,
but it would require general refactoring. They would handle it better.

Atsushi Eno



More information about the Mono-devel-list mailing list