|
From: Adam R. <ada...@go...> - 2015-03-31 19:51:19
|
Branch: refs/heads/develop Home: https://github.com/eXist-db/exist Commit: ff7e0e8d5a3563efa69422d42ce013d9568c9049 https://github.com/eXist-db/exist/commit/ff7e0e8d5a3563efa69422d42ce013d9568c9049 Author: Dannes Wessels <da...@ex...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/org/exist/xquery/XPathException.java Log Message: ----------- Improvement of XPathException. Actual change is in line 129 (old 108): actually use error code when provided Commit: 3bf9747a91d16538f95271b5dbff601d1ad4b422 https://github.com/eXist-db/exist/commit/3bf9747a91d16538f95271b5dbff601d1ad4b422 Author: Dannes Wessels <da...@ex...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/org/exist/xquery/functions/inspect/ModuleFunctions.java M src/org/exist/xquery/parser/XQuery.g M src/org/exist/xquery/parser/XQueryParser.java Log Message: ----------- module inspection: Throw XPST0003 in case of syntax error in module Commit: 976a4ea189bf54b2daacc6adf8ee8c779f110264 https://github.com/eXist-db/exist/commit/976a4ea189bf54b2daacc6adf8ee8c779f110264 Author: Dannes Wessels <da...@ex...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/org/exist/xquery/XPathException.java Log Message: ----------- Feedback from adam; make private and final Commit: 787adaef2afd0c5ef87088ea37df10e6b8b216e0 https://github.com/eXist-db/exist/commit/787adaef2afd0c5ef87088ea37df10e6b8b216e0 Author: Adam Retter <ada...@go...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/org/exist/xquery/XPathException.java M src/org/exist/xquery/functions/inspect/ModuleFunctions.java M src/org/exist/xquery/parser/XQuery.g M src/org/exist/xquery/parser/XQueryParser.java Log Message: ----------- Merge pull request #551 from dizzzz/feature/module_import_must_throw_exception Feature/module import must throw exception Compare: https://github.com/eXist-db/exist/compare/dfc3f64288b3...787adaef2afd |