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)
++
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
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
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
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
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 @@
//
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
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
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
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
10 matches
Mail list logo