pysys-commits Mailing List for PySys System Test Framework (Page 11)
Brought to you by:
ben-spiller,
moraygrieve
You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(14) |
Oct
(63) |
Nov
(15) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(9) |
Dec
(13) |
2015 |
Jan
|
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
(35) |
2016 |
Jan
(34) |
Feb
(2) |
Mar
|
Apr
|
May
(40) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(22) |
Apr
(32) |
May
(86) |
Jun
(41) |
Jul
(16) |
Aug
(18) |
Sep
(21) |
Oct
(13) |
Nov
(3) |
Dec
|
2019 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@us...> - 2018-03-15 10:27:08
|
Revision: 810 http://sourceforge.net/p/pysys/code/810 Author: ben-spiller Date: 2018-03-15 10:27:05 +0000 (Thu, 15 Mar 2018) Log Message: ----------- print traceback if an internal/unexpected exception is thrown while parsing project since otherwise its impossibel to debug Modified Paths: -------------- trunk/pysys/constants.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-03-13 13:25:54
|
Revision: 809 http://sourceforge.net/p/pysys/code/809 Author: ben-spiller Date: 2018-03-13 13:25:52 +0000 (Tue, 13 Mar 2018) Log Message: ----------- make manual/ui background thread a BLOCKED outcome if it throws an exception rather than blocking forever; also avoid exceptions from stop() due to incomplete initialization Modified Paths: -------------- trunk/pysys/manual/ui.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-03-09 18:15:00
|
Revision: 808 http://sourceforge.net/p/pysys/code/808 Author: ben-spiller Date: 2018-03-09 18:14:58 +0000 (Fri, 09 Mar 2018) Log Message: ----------- ignore trailing / on test ids which may be added by shell tab completion and are harmless Modified Paths: -------------- trunk/pysys/launcher/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-03-09 18:12:54
|
Revision: 807 http://sourceforge.net/p/pysys/code/807 Author: ben-spiller Date: 2018-03-09 18:12:53 +0000 (Fri, 09 Mar 2018) Log Message: ----------- don't run the same test more than once even if specified multiple times on the command line Modified Paths: -------------- trunk/pysys/launcher/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-03-09 18:10:53
|
Revision: 806 http://sourceforge.net/p/pysys/code/806 Author: ben-spiller Date: 2018-03-09 18:10:52 +0000 (Fri, 09 Mar 2018) Log Message: ----------- fix bug in command line parsing where garbage strings at the end of command line would be either silently ignored or (worse) interpreted as a request to run the same test again (due to index not getting reset between iterations) Modified Paths: -------------- trunk/pysys/launcher/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-03-09 18:00:55
|
Revision: 805 http://sourceforge.net/p/pysys/code/805 Author: ben-spiller Date: 2018-03-09 18:00:54 +0000 (Fri, 09 Mar 2018) Log Message: ----------- remove exception handler around createDescriptors, as any createDescriptors failure is really a fatal problem that should cause us to terminate with a non-zero exit code; we don't want to run no tests without realizing it and return success Modified Paths: -------------- trunk/pysys/launcher/console.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2018-03-09 17:41:05
|
Revision: 804 http://sourceforge.net/p/pysys/code/804 Author: ben-spiller Date: 2018-03-09 17:41:03 +0000 (Fri, 09 Mar 2018) Log Message: ----------- better message when searching current directory Modified Paths: -------------- trunk/pysys/constants.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2017-11-28 18:26:42
|
Revision: 803 http://sourceforge.net/p/pysys/code/803 Author: ben-spiller Date: 2017-11-28 18:26:41 +0000 (Tue, 28 Nov 2017) Log Message: ----------- fix minor bug in which the diff that explains why an assertDiff went wrong wouldn't be displayed if abortOnError=True, whcih is a shame as it's really useful to see it Modified Paths: -------------- trunk/pysys/basetest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2017-07-12 19:31:31
|
Revision: 802 http://sourceforge.net/p/pysys/code/802 Author: ben-spiller Date: 2017-07-12 19:31:29 +0000 (Wed, 12 Jul 2017) Log Message: ----------- add optional <requiresversion> element in pysysproject.xml that can be used to give a nice clear error if using an older pysys version than the project was designed for Modified Paths: -------------- trunk/pysys/xml/project.py trunk/pysys-examples/pysysproject.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2017-03-24 21:24:13
|
Revision: 801 http://sourceforge.net/p/pysys/code/801 Author: ben-spiller Date: 2017-03-24 21:24:11 +0000 (Fri, 24 Mar 2017) Log Message: ----------- use a slightly less generic message for this debug log line to avoid potential confusion Modified Paths: -------------- trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2017-03-23 16:59:18
|
Revision: 800 http://sourceforge.net/p/pysys/code/800 Author: ben-spiller Date: 2017-03-23 16:59:17 +0000 (Thu, 23 Mar 2017) Log Message: ----------- small change to log %r/repr to indicate more clearly what process was stopped by stopProcess (includes the display name as well as the pid so user doesn't have to scramble through earlier messages to find out what it is) Modified Paths: -------------- trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2017-03-23 16:57:29
|
Revision: 799 http://sourceforge.net/p/pysys/code/799 Author: ben-spiller Date: 2017-03-23 16:57:28 +0000 (Thu, 23 Mar 2017) Log Message: ----------- fix startProcess to put files into test output dir not cwd if someone forgets to use an absolute path for stdout/err Modified Paths: -------------- trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-05 11:43:22
|
Revision: 798 http://sourceforge.net/p/pysys/code/798 Author: moraygrieve Date: 2017-03-05 11:43:20 +0000 (Sun, 05 Mar 2017) Log Message: ----------- Start to add in test support Modified Paths: -------------- branches/example_project/rpn-project/.idea/workspace.xml branches/example_project/rpn-project/pom.xml branches/example_project/rpn-project/pysysproject.xml branches/example_project/rpn-project/rpn.iml branches/example_project/rpn-project/src/main/java/org/pysys/examples/rpn/controllers/RestApiController.java branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/test/basetest.py branches/example_project/rpn-project/src/main/resources/application.properties Added Paths: ----------- branches/example_project/rpn-project/test/testcases/RPN_cor_001/ branches/example_project/rpn-project/test/testcases/RPN_cor_001/Input/ branches/example_project/rpn-project/test/testcases/RPN_cor_001/Output/ branches/example_project/rpn-project/test/testcases/RPN_cor_001/Reference/ branches/example_project/rpn-project/test/testcases/RPN_cor_001/pysystest.xml branches/example_project/rpn-project/test/testcases/RPN_cor_001/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 12:57:51
|
Revision: 797 http://sourceforge.net/p/pysys/code/797 Author: moraygrieve Date: 2017-03-04 12:57:49 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Cleanup and move into test Modified Paths: -------------- branches/example_project/rpn-project/.idea/workspace.xml Added Paths: ----------- branches/example_project/rpn-project/src/main/python/__init__.py branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/test/ branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/test/__init__.py branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/test/basetest.py Removed Paths: ------------- branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/basetest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 12:52:46
|
Revision: 796 http://sourceforge.net/p/pysys/code/796 Author: moraygrieve Date: 2017-03-04 12:52:44 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Correct package Modified Paths: -------------- branches/example_project/rpn-project/.idea/workspace.xml branches/example_project/rpn-project/src/main/java/org/pysys/examples/rpn/Application.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 12:48:59
|
Revision: 795 http://sourceforge.net/p/pysys/code/795 Author: moraygrieve Date: 2017-03-04 12:48:58 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Deleting Removed Paths: ------------- branches/example_project/pysys-project/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 12:47:52
|
Revision: 794 http://sourceforge.net/p/pysys/code/794 Author: moraygrieve Date: 2017-03-04 12:47:50 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Addition of new project, now working as multi language within intellij Added Paths: ----------- branches/example_project/rpn-project/ branches/example_project/rpn-project/.idea/ branches/example_project/rpn-project/.idea/.name branches/example_project/rpn-project/.idea/compiler.xml branches/example_project/rpn-project/.idea/copyright/ branches/example_project/rpn-project/.idea/copyright/profiles_settings.xml branches/example_project/rpn-project/.idea/encodings.xml branches/example_project/rpn-project/.idea/libraries/ branches/example_project/rpn-project/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_1_8.xml branches/example_project/rpn-project/.idea/libraries/Maven__ch_qos_logback_logback_core_1_1_8.xml branches/example_project/rpn-project/.idea/libraries/Maven__com_fasterxml_classmate_1_3_3.xml branches/example_project/rpn-project/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_8_5.xml branches/example_project/rpn-project/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_8_5.xml branches/example_project/rpn-project/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_8_5.xml branches/example_project/rpn-project/.idea/libraries/Maven__javax_validation_validation_api_1_1_0_Final.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_8_5_6.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_el_8_5_6.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_8_5_6.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_hibernate_hibernate_validator_5_2_4_Final.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_3_0_Final.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_slf4j_jcl_over_slf4j_1_7_22.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_22.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_slf4j_log4j_over_slf4j_1_7_22.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_22.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_boot_spring_boot_1_4_3_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_1_4_3_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_1_4_3_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_1_4_3_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_1_4_3_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_1_4_3_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_aop_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_beans_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_context_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_core_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_expression_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_web_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_springframework_spring_webmvc_4_3_5_RELEASE.xml branches/example_project/rpn-project/.idea/libraries/Maven__org_yaml_snakeyaml_1_17.xml branches/example_project/rpn-project/.idea/misc.xml branches/example_project/rpn-project/.idea/modules.xml branches/example_project/rpn-project/.idea/scopes/ branches/example_project/rpn-project/.idea/scopes/scope_settings.xml branches/example_project/rpn-project/.idea/uiDesigner.xml branches/example_project/rpn-project/.idea/vcs.xml branches/example_project/rpn-project/.idea/workspace.xml branches/example_project/rpn-project/pom.xml branches/example_project/rpn-project/pysysproject.xml branches/example_project/rpn-project/rpn.iml branches/example_project/rpn-project/src/ branches/example_project/rpn-project/src/main/ branches/example_project/rpn-project/src/main/java/ branches/example_project/rpn-project/src/main/java/org/ branches/example_project/rpn-project/src/main/java/org/pysys/ branches/example_project/rpn-project/src/main/java/org/pysys/examples/ branches/example_project/rpn-project/src/main/java/org/pysys/examples/rpn/ branches/example_project/rpn-project/src/main/java/org/pysys/examples/rpn/Application.java branches/example_project/rpn-project/src/main/java/org/pysys/examples/rpn/controllers/ branches/example_project/rpn-project/src/main/java/org/pysys/examples/rpn/controllers/RestApiController.java branches/example_project/rpn-project/src/main/python/ branches/example_project/rpn-project/src/main/python/org/ branches/example_project/rpn-project/src/main/python/org/__init__.py branches/example_project/rpn-project/src/main/python/org/pysys/ branches/example_project/rpn-project/src/main/python/org/pysys/__init__.py branches/example_project/rpn-project/src/main/python/org/pysys/examples/ branches/example_project/rpn-project/src/main/python/org/pysys/examples/__init__.py branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/ branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/__init__.py branches/example_project/rpn-project/src/main/python/org/pysys/examples/rpn/basetest.py branches/example_project/rpn-project/src/main/resources/ branches/example_project/rpn-project/src/main/resources/application.properties branches/example_project/rpn-project/src/test/ branches/example_project/rpn-project/src/test/java/ branches/example_project/rpn-project/test/ branches/example_project/rpn-project/test/testcases/ branches/example_project/rpn-project/test/utilities/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 09:17:46
|
Revision: 793 http://sourceforge.net/p/pysys/code/793 Author: moraygrieve Date: 2017-03-04 09:17:45 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Some renaming Modified Paths: -------------- branches/example_project/pysys-project/.idea/encodings.xml branches/example_project/pysys-project/.idea/modules.xml branches/example_project/pysys-project/.idea/workspace.xml Added Paths: ----------- branches/example_project/pysys-project/rpn-java/ branches/example_project/pysys-project/rpn-python/ branches/example_project/pysys-project/rpn-python/rpn-python.iml branches/example_project/pysys-project/rpn-test/ branches/example_project/pysys-project/rpn-test/rpn-test.iml branches/example_project/pysys-project/rpn.iml Removed Paths: ------------- branches/example_project/pysys-project/pysys-project.iml branches/example_project/pysys-project/restapi-java/ branches/example_project/pysys-project/restapi-python/ branches/example_project/pysys-project/rpn-python/restapi-python.iml branches/example_project/pysys-project/rpn-test/test.iml branches/example_project/pysys-project/test/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 09:14:36
|
Revision: 792 http://sourceforge.net/p/pysys/code/792 Author: moraygrieve Date: 2017-03-04 09:14:34 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Intermediate checkin - needs to be cleanedup Modified Paths: -------------- branches/example_project/pysys-project/.idea/compiler.xml branches/example_project/pysys-project/.idea/encodings.xml branches/example_project/pysys-project/.idea/misc.xml branches/example_project/pysys-project/.idea/modules.xml branches/example_project/pysys-project/.idea/workspace.xml branches/example_project/pysys-project/pysysproject.xml Added Paths: ----------- branches/example_project/pysys-project/.idea/uiDesigner.xml branches/example_project/pysys-project/pysys-project.iml branches/example_project/pysys-project/restapi-java/ branches/example_project/pysys-project/restapi-java/pom.xml branches/example_project/pysys-project/restapi-java/restapi-java.iml branches/example_project/pysys-project/restapi-java/src/ branches/example_project/pysys-project/restapi-java/src/main/ branches/example_project/pysys-project/restapi-java/src/main/java/ branches/example_project/pysys-project/restapi-java/src/main/java/org/ branches/example_project/pysys-project/restapi-java/src/main/java/org/pysys/ branches/example_project/pysys-project/restapi-java/src/main/java/org/pysys/examples/ branches/example_project/pysys-project/restapi-java/src/main/java/org/pysys/examples/rest/ branches/example_project/pysys-project/restapi-java/src/main/java/org/pysys/examples/rest/Application.java branches/example_project/pysys-project/restapi-java/src/main/java/org/pysys/examples/rest/controller/ branches/example_project/pysys-project/restapi-java/src/main/java/org/pysys/examples/rest/controller/RestApiController.java branches/example_project/pysys-project/restapi-java/src/main/resources/ branches/example_project/pysys-project/restapi-java/src/main/resources/application.properties branches/example_project/pysys-project/restapi-java/src/test/ branches/example_project/pysys-project/restapi-java/src/test/java/ branches/example_project/pysys-project/restapi-python/ branches/example_project/pysys-project/restapi-python/restapi-python.iml branches/example_project/pysys-project/test/ branches/example_project/pysys-project/test/test.iml branches/example_project/pysys-project/test/testcases/ branches/example_project/pysys-project/test/utilities/ Removed Paths: ------------- branches/example_project/pysys-project/pom.xml branches/example_project/pysys-project/rpn.iml branches/example_project/pysys-project/src/ branches/example_project/pysys-project/tests/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 08:54:32
|
Revision: 791 http://sourceforge.net/p/pysys/code/791 Author: moraygrieve Date: 2017-03-04 08:54:31 +0000 (Sat, 04 Mar 2017) Log Message: ----------- some python structure Added Paths: ----------- branches/example_project/pysys-project/src/main/python/ branches/example_project/pysys-project/src/main/python/__init__.py branches/example_project/pysys-project/src/main/python/org/ branches/example_project/pysys-project/src/main/python/org/__init__.py branches/example_project/pysys-project/src/main/python/org/pysys/ branches/example_project/pysys-project/src/main/python/org/pysys/__init__.py branches/example_project/pysys-project/src/main/python/org/pysys/examples/ branches/example_project/pysys-project/src/main/python/org/pysys/examples/__init__.py branches/example_project/pysys-project/src/main/python/org/pysys/examples/rest/ branches/example_project/pysys-project/src/main/python/org/pysys/examples/rest/__init__.py branches/example_project/pysys-project/src/main/python/org/pysys/examples/rest/basetest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2017-03-04 08:26:52
|
Revision: 790 http://sourceforge.net/p/pysys/code/790 Author: moraygrieve Date: 2017-03-04 08:26:50 +0000 (Sat, 04 Mar 2017) Log Message: ----------- Start of simple rest api ... just a get version call Modified Paths: -------------- branches/example_project/pysys-project/.idea/compiler.xml branches/example_project/pysys-project/.idea/encodings.xml branches/example_project/pysys-project/.idea/misc.xml branches/example_project/pysys-project/.idea/workspace.xml branches/example_project/pysys-project/pom.xml branches/example_project/pysys-project/rpn.iml Added Paths: ----------- branches/example_project/pysys-project/src/main/java/org/ branches/example_project/pysys-project/src/main/java/org/pysys/ branches/example_project/pysys-project/src/main/java/org/pysys/examples/ branches/example_project/pysys-project/src/main/java/org/pysys/examples/rest/ branches/example_project/pysys-project/src/main/java/org/pysys/examples/rest/Application.java branches/example_project/pysys-project/src/main/java/org/pysys/examples/rest/controller/ branches/example_project/pysys-project/src/main/java/org/pysys/examples/rest/controller/RestApiController.java branches/example_project/pysys-project/src/main/resources/application.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2017-01-23 15:28:05
|
Revision: 781 http://sourceforge.net/p/pysys/code/781 Author: ben-spiller Date: 2017-01-23 15:28:03 +0000 (Mon, 23 Jan 2017) Log Message: ----------- improve failure message of waitForSignal when file does not exist to avoid end-user confusion Modified Paths: -------------- trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-08-05 16:42:26
|
Revision: 780 http://sourceforge.net/p/pysys/code/780 Author: ben-spiller Date: 2016-08-05 16:42:25 +0000 (Fri, 05 Aug 2016) Log Message: ----------- fix infinite loop and logic error in expansion of props/env vars - instead replacing any missing ${...} vars with default (!) jsut use the default Value, expanding it, and adding an exception instead of infinite loop if even default cannot be resovled (nb: if default is not specified, '' is now returned when value has an error) Modified Paths: -------------- trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-08-05 16:40:15
|
Revision: 779 http://sourceforge.net/p/pysys/code/779 Author: ben-spiller Date: 2016-08-05 16:40:14 +0000 (Fri, 05 Aug 2016) Log Message: ----------- fix error handler in constants.py - was using an invalid format string so woudl itself throw, ratehr than telling you what happened Modified Paths: -------------- trunk/pysys/constants.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-05-30 09:08:27
|
Revision: 778 http://sourceforge.net/p/pysys/code/778 Author: moraygrieve Date: 2016-05-30 09:08:25 +0000 (Mon, 30 May 2016) Log Message: ----------- Missing new line Modified Paths: -------------- trunk/pysys-dist/pysys-release.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |