Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread jungle Boogie
Hi Helmut, On 8 January 2015 at 17:13, Helmut K. C. Tessarek tessa...@evermeet.cx wrote: On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? With sourceforge it is impossible to download the latest git snapshot

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Helmut K. C. Tessarek
On 09.01.15 5:14 , Thomas Adam wrote: There's already a repo there if you want to use that. It s not the main repo, is it? It is also not a mirror, with automatic pushes to it when the sf repo is updated. Which I do for other projects, but it's not useful for tmux, because we're not

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Fri, Jan 09, 2015 at 09:07:07PM -0500, Helmut K. C. Tessarek wrote: On 09.01.15 20:48 , Thomas Adam wrote: Can we stop with these rather silly suggestions for other software we don't need? Apparently nobody understands that I am the maintainer for the tmux Portfile in MacPorts and that

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On 10 January 2015 at 00:26, Helmut K. C. Tessarek tessa...@evermeet.cx wrote: On 09.01.15 5:14 , Thomas Adam wrote: There's already a repo there if you want to use that. It s not the main repo, is it? It is also not a mirror, with automatic pushes to it when the sf repo is updated. When

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Helmut K. C. Tessarek
On 09.01.15 20:48 , Thomas Adam wrote: Can we stop with these rather silly suggestions for other software we don't need? Apparently nobody understands that I am the maintainer for the tmux Portfile in MacPorts and that I want to allow people to install the latest version from git via MacPorts.

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Thu, Jan 08, 2015 at 08:13:40PM -0500, Helmut K. C. Tessarek wrote: On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? There's already a repo there if you want to use that. On github you could also

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Nicholas Marriott
github does not offer mailing lists On Thu, Jan 08, 2015 at 08:13:40PM -0500, Helmut K. C. Tessarek wrote: On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? With sourceforge it is impossible to download

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Fri, Jan 09, 2015 at 02:39:44AM +, Anish R Athalye wrote: There is a (semi-official) GitHub mirror as well: https://github.com/ThomasAdam/tmux. Semi-official is misleading. It's always kept up to date with SF, because I'm the one who helps maintain the SF one. You can use either, and

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-08 Thread Helmut K. C. Tessarek
On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? With sourceforge it is impossible to download the latest git snapshot without web interaction. The snapshot is only created _after_ clicking the 'Download

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-08 Thread Helmut K. C. Tessarek
On 08.01.15 21:39 , Anish R Athalye wrote: Homebrew has no issue with installing the latest commit. `brew install --HEAD tmux` suffices; it pulls from the SourceForge repository. See https://github.com/Homebrew/homebrew/blob/master/Library/Formula/tmux.rb for more details. Apparently

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-08 Thread Anish R Athalye
Homebrew has no issue with installing the latest commit. `brew install --HEAD tmux` suffices; it pulls from the SourceForge repository. See https://github.com/Homebrew/homebrew/blob/master/Library/Formula/tmux.rb for more details. There is a (semi-official) GitHub mirror as well:

tmux-ut: A tmux runtime unit-test suite

2015-01-08 Thread Thomas Adam
Hi all, I've put together something I'm calling 'tmux-ut', it's a repository which will hopefully form a set of tests to run against tmux, ensuring that tmux remains stable as we develop more features, fix bugs, etc. This isn't officially part of tmux, but it's the sort of things some of you