Re: Subversion Repository for Euphoria
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Nov 25, 2006
- 555 views
Robert Craig wrote: > > I have now managed to set up a Subversion repository > for Euphoria on SourceForge. I imported all of the > files in my (extended) C:\Euphoria directory, including the > source code, demo programs, standard included files, htx > subdirectory etc. so anyone can check out the latest > development version of these files. Excellent. I've got my copy checked out. > If you want to modify the Euphoria package, you should > post a message here so we can all discuss whether > it's a good idea or not. Some things people have > already done, like porting to a new platform, > extending the Translator to handle more C compilers, or > improving the installation process, are not too controversial, > and I would rubber stamp them, as long as they do not > cause damage to existing functionality, for instance > as long as the new code is properly contained > inside #ifdef's for that platform. I'm hoping those people > will check out the relevant source, test their changes, > and check in the new source without needing too much > assistance from me. I think one of the first things we should do is to format the code to make it easier to work with. Rob, you write some really good code, but the indenting and such is inconsistent, and that makes it difficult to work with. Matt