Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2554

[ANN] test-loop 10.0.1

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail
From Suraj Kurapati <sunaku@gmail.com>
Newsgroups comp.lang.ruby
Subject [ANN] test-loop 10.0.1
Date Fri, 8 Apr 2011 15:50:58 -0500
Organization Service de news de lacave.net
Lines 36
Message-ID <c627b2acf83362d9b2c60a36280913cc@ruby-forum.com> (permalink)
NNTP-Posting-Host bristol.highgroove.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-Trace talisker.lacave.net 1302295891 48598 65.111.164.187 (8 Apr 2011 20:51:31 GMT)
X-Complaints-To abuse@lacave.net
NNTP-Posting-Date Fri, 8 Apr 2011 20:51:31 +0000 (UTC)
X-Received-From This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway
X-Mail-Count 381221
X-Ml-Name ruby-talk
X-Rubymirror Yes
X-Ruby-Talk <c627b2acf83362d9b2c60a36280913cc@ruby-forum.com>
Xref x330-a1.tempe.blueboxinc.net comp.lang.ruby:2554

Show key headers only | View raw


test-loop - Continuous testing for Ruby with fork/eval
            https://github.com/sunaku/test-loop#readme


What is it?
-----------

test-loop is a fast continuous testing tool for Ruby that automatically
detects and tests changes in your application in an efficient manner:

1. Absorbs the test execution overhead into the main Ruby process.
2. Forks to run your test files without overhead and in parallel.
3. Avoids running unchanged test blocks inside changed test files.


What is new?
------------

Version 10.0.1 (2011-04-08)
===========================

Bug fixes:

* Workers must ignore SIGTSTP, otherwise master waits forever before
  exiting.

* Unregister trap in workers upon first reception instead of racing to
  unregister the trap handlers inherited from the master process.

* Prevent uncaught throw error on subsequent Ctrl-C.

* Simpler solution for terminating loop upon Ctrl-C.

-- 
Posted via http://www.ruby-forum.com/.

Back to comp.lang.ruby | Previous | Next | Find similar | Unroll thread


Thread

[ANN] test-loop 10.0.1 Suraj Kurapati <sunaku@gmail.com> - 2011-04-08 15:50 -0500

csiph-web