Re: [SharpOS Developers] Kernel broken on mono r739

2008-01-17 Thread Stanisław Pitucha
Still broken with linux mono 1.2.6. I've tried to split r739 patch into smaller pieces and the problem is in the biggest refactoring (TypeDeclaration<->TypeReference). That one without array and other stuff caused the problem. Also in AddSpecialType(), there's only class creation and IsSpecialType

Re: [SharpOS Developers] Managing trunk breakages

2008-01-17 Thread William Lahti
On Jan 17, 2008 7:59 PM, Bruce Markham <[EMAIL PROTECTED]> wrote: > That sounds like *way* too much work in the wrong direction. If we really > wanted to vote on stuff, I'm sure we could find something pre-packaged for > the need. Agreed here. Other people do this stuff, and it doesn't need to be

Re: [SharpOS Developers] Coding Conventions

2008-01-17 Thread William Lahti
On Jan 17, 2008 8:00 PM, Bruce Markham <[EMAIL PROTECTED]> wrote: > I'm sorta okay with that. Hopefully we won't need this kinda stuff much > longer though. ;-) Right... we might not be able to get rid of them all though. If we can then awesome. -- fury long name: William Lahti handle :: fury f

Re: [SharpOS Developers] Okay, last try at this array patch...

2008-01-17 Thread Bruce Markham
Awesome! Thanks for the hard work! The jagged ones pass, the multidimensional ones don't - so they've been #if-ed off and set to fail on execute. DarxKies, hope you've got your eyes peeled on this. Committed as of revision 745. -

Re: [SharpOS Developers] Coding Conventions

2008-01-17 Thread Bruce Markham
I'm sorta okay with that. Hopefully we won't need this kinda stuff much longer though. ;-) - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120

[SharpOS Developers] Okay, last try at this array patch...

2008-01-17 Thread tecywiz121
I fixed the 8 spaces, they are all tabs now. I used SVN diff, and read the patch to make sure it was okay. I compiled it fine, so no missing semicolons. Index: Kernel/Tests/CS/Array.cs === --- Kernel/Tests/CS/Array.cs (revision 744) ++

Re: [SharpOS Developers] Managing trunk breakages

2008-01-17 Thread Bruce Markham
That sounds like *way* too much work in the wrong direction. If we really wanted to vote on stuff, I'm sure we could find something pre-packaged for the need. Unfortunately, the reality of it is, anything controversial enough needing a vote, is up to the board. And the board is small enough that t

Re: [SharpOS Developers] Test Cases, Negative Values and Long Support in convert.cs

2008-01-17 Thread Bruce Markham
WTH? I honestly don't remember doing it. And I didn't post a message about it. (Somebody slap me.) But sure enough, I did somehow. Umm, thanks? Again? Sorry folks, false alarm. Move along, move along. - This SF.net email is s

Re: [SharpOS Developers] Italian Key Maps....

2008-01-17 Thread Bruce Markham
Would really rather have this as a patch file (against a local working copy of our repository)... Any chance you could do that for us? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Stu

Re: [SharpOS Developers] Test Cases, Negative Values and Long Support in convert.cs

2008-01-17 Thread tecywiz121
I thought i was already committed, as of r734? On Thu, 2008-01-17 at 19:44 -0500, Bruce Markham wrote: > Yea, I can't patch this one either, for the same formatting I > mentioned already. Sorry. :-( > > - > This SF.net email

Re: [SharpOS Developers] Test Cases, Negative Values and Long Support in convert.cs

2008-01-17 Thread Bruce Markham
Yea, I can't patch this one either, for the same formatting I mentioned already. Sorry. :-( - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012

Re: [SharpOS Developers] patches: Cpuid brand, PCI, AOT proposal

2008-01-17 Thread Bruce Markham
Awesome! Patch committed as of revision 744. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/_

Re: [SharpOS Developers] tests - abstract and interface

2008-01-17 Thread Bruce Markham
Okay, its all done. The tests are set up to fail though, despite the bad-ness being commented out. Committed as of revision 743. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2

Re: [SharpOS Developers] tests - abstract and interface

2008-01-17 Thread Darx Kies
We still need lots of tests. We can just add the tests as they are and comment them out. And later I will uncomment them and implement what is needed. Chriss. Bruce Markham wrote: > I gave it a shot so that I could say I did - but until DarxKies > finishes :::gets out whip and lashes DarxKie

Re: [SharpOS Developers] tests - abstract and interface

2008-01-17 Thread Bruce Markham
I gave it a shot so that I could say I did - but until DarxKies finishes :::gets out whip and lashes DarxKies::: some of this *functionality *:::lashes DarxKies some more the tests are just going to have to stay in his work-queue Since I can't easily determine what part of the test mak

Re: [SharpOS Developers] Dump memory

2008-01-17 Thread Bruce Markham
The logger thing is definitely something we've talked about before, but no one has been brave enough to sit down and do it. One of the things we've talked about, is writing the test results out in a certain file, so that a listener program on the host computer can determine which tests succeed or

Re: [SharpOS Developers] Patch: Add some more array tests

2008-01-17 Thread Bruce Markham
Well, I can't get this patch in. Your patch file isn't in the correct format. Your patch file starts with: --- ./Kernel/Tests/CS/Array.cs.old2008-01-12 12:45:37.0 -0500 > +++ ./Kernel/Tests/CS/Array.cs2008-01-12 14:02:26.0 -0500 Whereas it needs to start with something m

Re: [SharpOS Developers] strings related bugfixes

2008-01-17 Thread Bruce Markham
Looks good to me! Thanks alot. Patch committed as of revision 740. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___

Re: [SharpOS Developers] abstract and interface

2008-01-17 Thread Bruce Markham
Unless DarxKies wants to make use of it, I'm not going to commit it. If you can flesh it out some, to the point where it can't be called a "hack", then we'll talk more about it. But good work! (I mean, it looks like a good start to me, but the AOT isn't my area of expertise.) -