Re: posting code that might be updated a lot (or not)
- Posted by SDPringle Apr 17, 2013
- 1259 views
This is a job for a revision control system: rcs, cvs, svn, hg.
You can clone the repository of EUPHORIA anonymously (svn). If you find a bug we ask you to create a test that demonstrates the bug. Add a test to tests/t_get.e, see in the manual the section "8.51 Unit Testing Framework". Then create a ticket and include a patch for the changes to the t_get.e. If the patch shows a disagreement with what it should do, certainly the ticket will be accepted into 4.0 and 4.1.
Use the testing facility to check your work as you make your fixes. Just call "eutest t_get.e" from the tests subdirectory of the checkout. The location of the repository is:
https://scm.openeuphoria.org/hg/euphoria
I think you can just do:
hg clone https://scm.openeuphoria.org/hg/euphoria euphoria
at the command line.