{"body":"diff --git a/lib/Red/Do.rakumod b/lib/Red/Do.rakumod\nindex 62c6fb2..332f24d 100644\n--- a/lib/Red/Do.rakumod\n+++ b/lib/Red/Do.rakumod\n@@ -16,7 +16,7 @@ multi red-defaults-from-config() is export {\n     if \"./.red.json\".IO.f {\n         return red-defaults-from-config \"./.red.json\"\n     }\n-    X::Red::Defaults::FromConfNotFound.new(:file<./.red.json>).throw\n+    X::Red::Defaults::FromConfNotFound.new(:file(\"./.red.json\")).throw\n }\n \n #| Loads Red configuration (mostly the database connection)\ndiff --git a/lib/Red/ResultSeq.rakumod b/lib/Red/ResultSeq.rakumod\nindex 6822380..c42a497 100644\n--- a/lib/Red/ResultSeq.rakumod\n+++ b/lib/Red/ResultSeq.rakumod\n@@ -195,7 +195,7 @@ multi method first(--> Red::Model) is hidden-from-sql-commenting {\n }\n \n #multi method create-map($, :&filter)     { self.do-it.map: &filter }\n-multi method create-map(\\SELF: Red::Model $model is copy, :filter(&)) is hidden-from-sql-commenting {\n+multi method create-map(\\SELF: Red::Model $model is copy, :filter(&x)) is hidden-from-sql-commenting {\n     self but role :: { method of { $model } }\n }\n multi method create-map(\\SELF: *@ret where .all ~~ Red::AST, :&filter) is hidden-from-sql-commenting {\n@@ -335,13 +335,13 @@ method from(UInt:D $num --> Red::ResultSeq) is hidden-from-sql-commenting {\n #| Returns the number of rows returned by the query (runs the query)\n method elems( --> Int()) is hidden-from-sql-commenting {\n     self.create-comment-to-caller;\n-    self.create-map(Red::AST::Function.new: :func<count>, :args[ast-value *]).head\n+    self.create-map(Red::AST::Function.new: :func<count>, :args[ast-value(*)]).head\n }\n \n #| Returns True if there are lines returned by the query False otherwise (runs the query)\n method Bool( --> Bool()) is hidden-from-sql-commenting {\n     self.create-comment-to-caller;\n-    self.create-map(Red::AST::Gt.new: Red::AST::Function.new(:func<count>, :args[ast-value *]), ast-value 0).head\n+    self.create-map(Red::AST::Gt.new: Red::AST::Function.new(:func<count>, :args[ast-value(*)]), ast-value 0).head\n }\n \n method new-object(::?CLASS:D: *%pars) is hidden-from-sql-commenting {\n@@ -465,7 +465,7 @@ method prefetch($defined? is copy, *%prefetches) {\n         .name.substr(2) eq $defined.any\n     } with $defined;\n \n-    my :(:@add, :@del) := %prefetches.pairs.classify: { .value ?? \"add\" !! \"del\" }, :as{ .key };\n+    my (:@add, :@del) := %prefetches.pairs.classify: { .value ?? \"add\" !! \"del\" }, :as{ .key };\n \n     @prefetches.append: @.^attributes.grep: {\n         .name.substr(2) eq @add.any\n","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/7z2uByGj","modified":1787949773,"id":"7z2uByGj","size":2525,"lines":51,"own_paste":false,"theme":"","date":1787949773}