Use the Source, Luke
Posted: Fri Feb 29, 2008 4:23 am
http://cobra-language.com/downloads/source/
Sorry this didn't make the Subversion repository, but I'm a little fried after a long day and there are some things to do in that area.
Also, there is a mix of line endings between files. Some are Unix and some DOS/Windows. More and more editors are handling this seamlessly so you may not even notice. This came about due to Subversion having no automatic treatment of text files with respect to line endings. Is it wrong to blame Subversion? I don't think so because other projects have been burned as well including Mono. I just don't think people expect this behavior.
I'm not sure what approach I'll take on fixing it. Just converting and checking in means that there will be a change on every line. And that means that diffs between revisions that came before and after that checkin will be meaningless.
Also, seeing as this is the first release of the source, I'm sure there will be some problems that need to be addressed. Just reply here and let me know what you run into.
Once you get the source, check out the ReadMe.text, License.text and Developer/ImplementationNotes.text. Then cd into Source and see if you can build with:
comp
There is "comp.bat" and "comp" so whether on Windows or Unix-like systems, it should work.
If Windows users have trouble unpacking .tar.gz files let me know and I can upload a .zip.
The current approach is short term. We'll use Subversion in the near future.
Time for sleep.
-Chuck
Sorry this didn't make the Subversion repository, but I'm a little fried after a long day and there are some things to do in that area.
Also, there is a mix of line endings between files. Some are Unix and some DOS/Windows. More and more editors are handling this seamlessly so you may not even notice. This came about due to Subversion having no automatic treatment of text files with respect to line endings. Is it wrong to blame Subversion? I don't think so because other projects have been burned as well including Mono. I just don't think people expect this behavior.
I'm not sure what approach I'll take on fixing it. Just converting and checking in means that there will be a change on every line. And that means that diffs between revisions that came before and after that checkin will be meaningless.
Also, seeing as this is the first release of the source, I'm sure there will be some problems that need to be addressed. Just reply here and let me know what you run into.
Once you get the source, check out the ReadMe.text, License.text and Developer/ImplementationNotes.text. Then cd into Source and see if you can build with:
comp
There is "comp.bat" and "comp" so whether on Windows or Unix-like systems, it should work.
If Windows users have trouble unpacking .tar.gz files let me know and I can upload a .zip.
The current approach is short term. We'll use Subversion in the near future.
Time for sleep.
-Chuck