Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-04-05 Thread Bastien
Hi, Achim Gratz strom...@nexgo.de writes: Hudson. However, I don't think that a CI framework is what we need or want. As I said, simply running the tests (preferrably with two different versions of Emacs) should be enough for now. Unless we hear from Jason if he thinks the server can take

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-22 Thread Achim Gratz
Am 21.03.2013 18:59, schrieb Bastien: Please see my reply to Yagnesh. It clearly describes a situation where automatically running tests with a pre-push hook would be a problem. You keep mentioning a pre-push-hook to be run on the developers machine. However, the test would run on the

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-22 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Am 21.03.2013 18:59, schrieb Bastien: Please see my reply to Yagnesh. It clearly describes a situation where automatically running tests with a pre-push hook would be a problem. You keep mentioning a pre-push-hook to be run on the developers machine.

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-22 Thread Achim Gratz
Am 22.03.2013 08:36, schrieb Bastien: Do you know any free (as-in-speech), easy-to-use alternative? Hudson. However, I don't think that a CI framework is what we need or want. As I said, simply running the tests (preferrably with two different versions of Emacs) should be enough for now.

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-22 Thread Yagnesh Raghava Yakkala
Hello Achim, On Mar 22 2013, Achim Gratz strom...@nexgo.de wrote: As for Travis CI: a website that shows absolutely nothing when JavaScript is turned off? No, thanks. Agreed although travis-ci source is under FSF approved license. About hudson/jenkins (any other CI), If we have resources

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Achim Gratz
Am 20.03.2013 14:47, schrieb Bastien: If anyone knows how to setup an automated tests framework for Org, feel free to go ahead, we will use it and monitor broken tests to see what's wrong in the code or in the tests or in the environment running the tests. We already have one, what Nick and

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: Nick Dokos wrote: Can we please make it an invariable practice to run `make test' before every push? Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push hook), so that it gets automatically enforced? If anyone

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: If anyone knows how to setup an automated tests framework for Org, feel free to go ahead, we will use it and monitor broken tests to see what's wrong in the code or in the tests or in the environment running the tests. We already have one,

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Nicolas Richard
Bastien b...@altern.org writes: I often have only 10 minutes at hand, make a few trivial changes, and push. For me, a mandatory pre-push hook running the test suite would be a useless burden for 50% of my commits. This would irritate me. orgmode.org could run a post-receive hook and report

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Yagnesh Raghava Yakkala
Hello Bastien, We can use travis-ci for automated tests, I just run tests for org-mode¹ on travis with emacs-snapshot. Magit has been setup recently to run tests for multiple emacs versions² (emacs23, emacs24 and snapshot). travis has a facility to send mails if a test fails. I see you have

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Bastien
Hello Yagnesh, Yagnesh Raghava Yakkala h...@yagnesh.org writes: We can use travis-ci for automated tests, I just run tests for org-mode¹ on travis with emacs-snapshot. Magit has been setup recently to run tests for multiple emacs versions² (emacs23, emacs24 and snapshot). travis has a

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Achim Gratz
Am 21.03.2013 14:41, schrieb Bastien: The test are not automatic, they are manually triggered, so we don't have an automated tests framework -- or am I misunderstanding what an automated test framework is? What you probably have in mind is a continuous integration framework that triggers the

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-21 Thread Bastien
There is no need to be unpleasant and to describe my attitude as cavalier. Please see my reply to Yagnesh. It clearly describes a situation where automatically running tests with a pre-push hook would be a problem. -- Bastien

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-20 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Compiling it I get This is fixed, thanks. -- Bastien

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-20 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: Can we please make it an invariable practice to run `make test' before every push? Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push hook), so that it gets automatically enforced? Best regards, Seb -- Sebastien Vauban

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-20 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Nick Dokos wrote: Can we please make it an invariable practice to run `make test' before every push? Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push hook), so that