Re: [pypy-dev] First version of the CLI backend checked in

2006-03-22 Thread Carl Friedrich Bolz
Hi Antonio! Antonio Cuni wrote: I've just checked in the first version of the CLI backend; for now I've checked it in a branch located at http://codespeak.net/svn/user/antocuni/pypy-antocuni/ At the moment I've tested it only with mono under linux; for running the tests you need to have

Re: [pypy-dev] First version of the CLI backend checked in

2006-03-22 Thread Antonio Cuni
Carl Friedrich Bolz wrote: Hi Carl, I just took a cursory glance at the code, but the tests passed for me out of the box :-). Great! :-) I would say you could check it in the main repository (maybe after adding appropriate skips to the tests, if mono is not installed). The test already

Re: [pypy-dev] First version of the CLI backend checked in

2006-03-22 Thread Carl Friedrich Bolz
Hi Antonio! Antonio Cuni wrote: Carl Friedrich Bolz wrote: I just took a cursory glance at the code, but the tests passed for me out of the box :-). Great! :-) I would say you could check it in the main repository (maybe after adding appropriate skips to the tests, if mono is not

Re: [pypy-dev] First version of the CLI backend checked in

2006-03-22 Thread Antonio Cuni
Hi Carl Carl Friedrich Bolz wrote: I guess you have not changed anything outside of the cli directory in your branch. If this is the case it is easy: Just do an svn cp pypy-antocuni/pypy/translator/cli pypy-dist/pypy/translator/ done! Now the code should be in the main repository. Thanks

[pypy-dev] First version of the CLI backend checked in

2006-03-21 Thread Antonio Cuni
Hi, I've just checked in the first version of the CLI backend; for now I've checked it in a branch located at http://codespeak.net/svn/user/antocuni/pypy-antocuni/ At the moment I've tested it only with mono under linux; for running the tests you need to have ilasm and mono in your path; the