From: Duncan P. <no...@gi...> - 2025-05-02 08:09:19
|
Branch: refs/heads/develop-6.x.x Home: https://github.com/eXist-db/exist Commit: c2c01c3db5919b72a3f3af4fba3f8b0a3a0cc571 https://github.com/eXist-db/exist/commit/c2c01c3db5919b72a3f3af4fba3f8b0a3a0cc571 Author: Juri Leino <gi...@li...> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java M exist-core/src/test/xquery/maps/maps.xqm Log Message: ----------- [fix] improve FunctionSignature.equals fixes #5685 Erroneous comparison of signatures of anonymous functions lead to wrong tail call optimizations that lead to an NPE further down the call stack. Commit: 20b379621496358a25a92ab1d7ec907491ce055d https://github.com/eXist-db/exist/commit/20b379621496358a25a92ab1d7ec907491ce055d Author: Juri Leino <gi...@li...> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/UserDefinedFunction.java Log Message: ----------- [fix] dump and toString methods of UserDefinedFunction Output argument names and add "as" before function return type. Commit: cee981b704a8ceaee3ebabd25d2dccecc0a696a1 https://github.com/eXist-db/exist/commit/cee981b704a8ceaee3ebabd25d2dccecc0a696a1 Author: Juri Leino <gi...@li...> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/UserDefinedFunction.java Log Message: ----------- [ignore] cleanup of UserDefinedFunction - make variables final - reorder methods - add code to XPathException constructor - add annotations - fix formatting Commit: 18e0258f636249093508ed55bea8962c32de7c00 https://github.com/eXist-db/exist/commit/18e0258f636249093508ed55bea8962c32de7c00 Author: Juri Leino <gi...@li...> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java Log Message: ----------- [refactor] small tweaks in FunctionSignature - final value in addMetadata - simplify and combine conditions in equals - fix output of toString (" as " before returntype) - rename char constant var to ANON_VAR Commit: c61742b03cb600b41032331f4a0661f34f5cbcd0 https://github.com/eXist-db/exist/commit/c61742b03cb600b41032331f4a0661f34f5cbcd0 Author: Juri Leino <gi...@li...> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java Log Message: ----------- [refactor] reorder and format FunctionSignature Commit: 1ff09880685159e749f186eba7efc64295dd190d https://github.com/eXist-db/exist/commit/1ff09880685159e749f186eba7efc64295dd190d Author: Duncan Paterson <dun...@us...> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M exist-core/src/main/java/org/exist/xquery/FunctionSignature.java M exist-core/src/main/java/org/exist/xquery/UserDefinedFunction.java M exist-core/src/test/xquery/maps/maps.xqm Log Message: ----------- Merge pull request #5717 from line-o/fix/5685 [BUG] fix #5685 NPE on nested anonymous functions Compare: https://github.com/eXist-db/exist/compare/5c8737fb9bbd...1ff098806851 To unsubscribe from these emails, change your notification settings at https://github.com/eXist-db/exist/settings/notifications |