1. Ver 4.0 testing demos
- Posted by bernie Oct 09, 2008
- 886 views
Is anyone testing the demo's when you commit code to the SVN's
An example callmach.ex is using std/graphics.e the only problem
is that file does not contain all of the code that is contained
in ver 3.11 graphics.e
I think that it is just as important to run all the demos before
committing code to the SVN.
2. Re: Ver 4.0 testing demos
- Posted by mattlewis (admin) Oct 09, 2008
- 864 views
Is anyone testing the demo's when you commit code to the SVN's. An example callmach.ex is using std/graphics.e the only problem is that file does not contain all of the code that is contained in ver 3.11 graphics.e
I think that it is just as important to run all the demos before committing code to the SVN.
No, we're focusing on the unit tests. Which is not to say that we shouldn't have working demos.
Matt
3. Re: Ver 4.0 testing demos
- Posted by mattlewis (admin) Oct 09, 2008
- 873 views
Is anyone testing the demo's when you commit code to the SVN's. An example callmach.ex is using std/graphics.e the only problem is that file does not contain all of the code that is contained in ver 3.11 graphics.e
I think that it is just as important to run all the demos before committing code to the SVN.
The first problem was that graphics.e did not publicly include graphcst.e, so that stuff wasn't visible to the demo. I've fixed that.
There are other problems with this demo (at least on Linux) regarding the calling conventions of the code.
Matt
4. Re: Ver 4.0 testing demos
- Posted by bernie Oct 09, 2008
- 888 views
The first problem was that graphics.e did not publicly include graphcst.e, so that stuff wasn't visible to the demo. I've fixed that.
There are other problems with this demo (at least on Linux) regarding the calling conventions of the code.
Matt
Matt: You also have to add ' include std/convert.e ' to callmach.ex file
5. Re: Ver 4.0 testing demos
- Posted by mattlewis (admin) Oct 09, 2008
- 865 views
You also have to add ' include std/convert.e ' to callmach.ex file
I would have just said you just have to not use DOS. :P
It's fixed now.
Matt
PS I also updated the Linux langwar code.