From f0f8c8f7648ef0a215f322530cd0fa8de0382996 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Sat, 13 May 2023 16:14:17 -0400 Subject: [PATCH 1/2] Remove unnecessary type cast --- src/main/xar-resources/modules/app.xql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/xar-resources/modules/app.xql b/src/main/xar-resources/modules/app.xql index 6918417..0acbcd5 100644 --- a/src/main/xar-resources/modules/app.xql +++ b/src/main/xar-resources/modules/app.xql @@ -108,7 +108,7 @@ function app:module($node as node(), $model as map(*), $details as xs:boolean) { order by $order return - app:print-module($module, $funcsInModule, boolean($details)) + app:print-module($module, $funcsInModule, $details) }; declare %private function app:print-module($module as element(xqdoc:xqdoc), $functions as element(xqdoc:function)*, From 9f378ec3462202a6d707bff633c52ce2989b2a01 Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Sat, 12 Apr 2025 16:09:16 +0200 Subject: [PATCH 2/2] deps: depend on templating 1.2.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca3f960..14d5b2d 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 1.8 6.2.0 - 1.1.0 + 1.2.1 v18.18.2 10.2.1