Re: [SharpOS Developers] Managing trunk breakages

2008-01-13 Thread William Lahti
Agreed, but certainly exceptions can be made for students who are working on academic work. Also, people who are writing good code and has a good patch record should get svn access. It might be a good idea to split off a 'stable' branch too. On Jan 13, 2008 1:43 PM, Bruce Markham <[EMAIL PROTECTE

Re: [SharpOS Developers] Fwd: An error in Echo BuiltIn Command

2008-01-13 Thread William Lahti
Yeah I guess I could see it on educational grounds. On Jan 13, 2008 3:09 PM, Enrico Speranza <[EMAIL PROTECTED]> wrote: > Indeed, it was only an exercize, but usefule to easy understand how to > print out what it is inserted. Perhaps the base of future echo for > scripting shell :-) > See you on c

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] Fwd: An error in Echo BuiltIn Command

2008-01-13 Thread Enrico Speranza
Indeed, it was only an exercize, but usefule to easy understand how to print out what it is inserted. Perhaps the base of future echo for scripting shell :-) See you on chat, bye bye. -- Forwarded message -- From: William Lahti <[EMAIL PROTECTED]> Date: 13-gen-2008 15.22 Subject: R

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

2008-01-13 Thread Bruce Markham
Well, I could use the Convert one (after I corrected a missing semi-colon), but I couldn't figure out what the array one does. Your IDE or text editing tool is replacing tabs with spaces. Granted, the correct number of spaces, but it makes your patch near impossible to sort through, because it is

Re: [SharpOS Developers] Coding Conventions

2008-01-13 Thread Bruce Markham
I agree with the need for a common convention, but my brain is currently drawing blanks on what I think it should be. More thoughts, from others, are obviously welcome... - Check out the new SourceForge.net Marketplace. It's th

Re: [SharpOS Developers] Managing trunk breakages

2008-01-13 Thread Bruce Markham
While I agree with the sentiment of careful commits, the buddy system is not practical for handling the situation when we have a high level of momentum from newcomers, and a normal level of activity for current project members, such as in the last couple of weeks. People are literally talking in t

Re: [SharpOS Developers] ls command

2008-01-13 Thread JaeHyun Roh
On Jan 13, 2008 10:53 PM, Sander van Rossen <[EMAIL PROTECTED]> wrote: > There are some problems with this patch file.. :( I'm sorry, but I don't know what patch file are you talking about. :) I didn't attach any patch file except that I attached on 7 days ago. And I have fixed the bugs on flop

Re: [SharpOS Developers] ls command

2008-01-13 Thread Cédric Rousseau
> > null pointer? > yep. See : - Kernel/Core/FileSystem/Ext2FS.cs, line 23 - Kernel/Core/ADC/X86/FloppyDiskController.cs, lines 153-156 > Is this necessary? In any case, the kernel is actually loaded at the > 1MB barrier, so we don't even touch this part of memory usually, > especially not with

[SharpOS Developers] Authorship reminder

2008-01-13 Thread William Lahti
When submitting patches, don't forget to add your name and email to files you modify, so we can keep track of who did what and due credit is received. Thanks! -- fury long name: William Lahti handle :: fury freenode :: xfury blog :: http://xfurious.blogspot.com/

Re: [SharpOS Developers] An error in Echo BuiltIn Command

2008-01-13 Thread William Lahti
While I appreciate the work and it was probably a good exercise, what use would this have in a diagnostics shell that doesn't have any notion of scripting? On Jan 13, 2008 8:08 AM, Enrico Speranza <[EMAIL PROTECTED]> wrote: > I am very sorry...i re-send the Echo BuiltIn command because I see > tha

Re: [SharpOS Developers] ls command

2008-01-13 Thread William Lahti
On Jan 13, 2008 9:13 AM, Cédric Rousseau <[EMAIL PROTECTED]> wrote: > I think the problem is that the floppy content is written at address > 0x. null pointer? > Maybe I'm wrong, but I think it's very bad because this overwrites some > sensible system code. It's not safe for sure, <1MB is

Re: [SharpOS Developers] ls command

2008-01-13 Thread Cédric Rousseau
I think the problem is that the floppy content is written at address 0x. Maybe I'm wrong, but I think it's very bad because this overwrites some sensible system code. (I don't know how it could work with VirtualPC...) I tried to fix that but for DMA transfert I have to dynamically allocate

Re: [SharpOS Developers] ls command

2008-01-13 Thread Sander van Rossen
There are some problems with this patch file.. :( First of all the patch wasn't made against the current version in subversion.. (FloppyDiskController.cs was changed) Second of all it's not a patch.. it removes all the file system files, and then adds everything again.. which makes it hard to figur

[SharpOS Developers] An error in Echo BuiltIn Command

2008-01-13 Thread Enrico Speranza
I am very sorry...i re-send the Echo BuiltIn command because I see that there is an error...thank you very much. See you on chat :-) Best regards. -- Enrico Speranza Vytek http://www.cicap.org/lazio Fax: 06233239517 Tel: 06452216763 EchoBuiltIn.patch Description: Binary data ---