2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-26 03:39:53 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Thomas Nagy
1b34dadd88
Re-added Parallel.error_handler 2014-01-04 11:04:59 +01:00
Thomas Nagy
8ae91879ce
Revert 2f7d561cb0 - there are regressions and the performance improvement is in Pypy only 2014-01-03 22:32:58 +01:00
Thomas Nagy
5032695f26
Simplified the error handling on task status in Runner.py (API change) 2014-01-03 18:22:34 +01:00
Thomas Nagy
2f7d561cb0
Runtime improvements in Runner.py by using deques by default (python >= 2.4) 2014-01-02 23:35:17 +01:00
Thomas Nagy
5fc835639e
Encapsulate task skipping in a method to help with the shrinking sets feature 2014-01-02 20:21:45 +01:00
Thomas Nagy
d963163471 reverting the latest changes to Runner.py, there is a very good reason to use atexit 2012-04-14 19:52:38 +02:00
Thomas Nagy
5448e23e40 Python is getting a bit better at threading, we do not need to recycle threads anymore 2012-04-09 23:17:31 +02:00
Thomas Nagy
63d3442ad2 remove more except: lines 2012-02-11 14:43:07 +01:00
Thomas Nagy
f5f73429d4 reverting the previous changes to runner.py, need to think more about it 2012-02-06 03:08:12 +01:00
Thomas Nagy
e0bf42db95 missing change 2012-02-06 02:48:07 +01:00
Thomas Nagy
2eebd14dcd move the task error handler to the method error_handler 2012-02-06 02:25:10 +01:00
Thomas Nagy
3460a01464 more tricks on forcing specific build orders 2012-01-08 15:41:08 +01:00
Thomas Nagy
f9754ac7d5 another experimental module for stopping as early as possible when errors occur with -k 2011-11-05 23:57:17 +01:00
Thomas Nagy
0647d2aaee change the error message verbosity 2011-10-09 20:55:38 +02:00
Thomas Nagy
df22b83466 missing import 2011-10-05 20:04:19 +02:00
Thomas Nagy
2baaf78394 If there is no previous error, and if an exception occurs while in -k, then that error must be displayed 2011-10-04 21:42:32 +02:00
Thomas Nagy
c1a0bc1f3b In verbose mode with -k, display the complete error messages 2011-10-04 21:31:01 +02:00
Thomas Nagy
516a253cbd #1039 2011-10-01 09:20:36 +02:00
Thomas Nagy
44a967e326 Initial commit 2011-09-10 11:13:51 +02:00