[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] 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] I don't like patches...

2008-01-13 Thread tecywiz121
I was talking with darxKies, and he mentioned that he would be implementing full array support this weekend, and he wanted some test cases for int[][] and int[,] - Check out the new SourceForge.net Marketplace. It's the best p

[SharpOS Developers] I don't like patches...

2008-01-12 Thread tecywiz121
So, I have no idea how to make a patch. These two use 'svn diff' and seem to work, but if they don't I am terribly sorry. Index: Kernel/Tests/CS/Array.cs === --- Kernel/Tests/CS/Array.cs (revision 731) +++ Kernel/Tests/CS/Array.cs (wo

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

2008-01-12 Thread tecywiz121
Oops, my patch file was out dated... here's a new one On Sat, 2008-01-12 at 12:58 -0500, tecywiz121 wrote: > Here are a few more tests for arrays. I added tests for int[][] and > int[,] as well as for uint, long, ulong, short, ushort, byte

[SharpOS Developers] Patch: Add some more array tests

2008-01-12 Thread tecywiz121
Here are a few more tests for arrays. I added tests for int[][] and int[,] as well as for uint, long, ulong, short, ushort, byte and sbyte. --- ./Kernel/Tests/CS/Array.cs.old 2008-01-12 12:45:37.0 -0500 +++ ./Kernel/Tests/CS/Array.cs 2008-01-12 12:42:23.0 -0500 @@ -2,7 +2,7 @@ //

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

2008-01-11 Thread tecywiz121
Fixed my tab width, and made the code more readable --- ./Kernel/Core/Foundation/Convert.cs.old 2008-01-11 11:44:25.0 -0500 +++ ./Kernel/Core/Foundation/Convert.cs 2008-01-11 11:41:49.0 -0500 @@ -2,8 +2,8 @@ // (C) 2007 The SharpOS Project Team (http://www.sharpos.org) // // Auth

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

2008-01-11 Thread tecywiz121
This is my very first patch, so be nice lol :) I wasn't sure if I should split it into 3 patches, one for the bug (adding a '0' instead of a '-' in front of a negative int), one for the test cases, and one for future long support so I just left it as one big patch. --- ./Kernel/Core/Foundation/Conv

Re: [SharpOS Developers] Hello!

2008-01-10 Thread tecywiz121
Thanks for the warm welcome! I'll be taking a look tomorrow at SVN, but I've already played with the 0.0.1 tarball, and I love how clean the code looks, I mean its really organized and so easy to understand! I have a question I hope you won't mind answering: Is the code really as portable as it l

[SharpOS Developers] Hello!

2008-01-10 Thread tecywiz121
Hi! I just want to introduce myself :) My name is Sam Wilson, and I have been a C# programmer for a few years, but I have not really been involved in any major projects before. I started reading about singularity, and became very interested in OS development, and have since followed a few OS tuto