Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes. Set by lizmat on 24 May 2021. |
|||
06:34
japhb left
06:35
japhb joined
07:19
patrickb joined
07:49
patrickb left
07:50
patrickb joined
10:34
Altai-man joined
|
|||
lizmat | isn't this legal in Cro::WebApp: ?? | 10:46 | |
<?{ $c.starts-with("-") }> | |||
or: <?{ $c.starts-with('-') }> | 10:47 | ||
?? | |||
fails with: malformed expression at line 209 near '("-") }> | 10:55 | ||
jnthnwrthngtn | lizmat: I think we only recently started to allow method calls to args, and I can't remember if that already made it into the last release or if it'll be in the next one | ||
Just checked, it's for the next one | |||
lizmat | ok, but something like: | 10:56 | |
<?{ .channel && .channel ne $c }> | |||
jnthnwrthngtn | github.com/croservices/cro-webapp/...8b8cc5d58e | ||
lizmat | alread works | ||
jnthnwrthngtn | Sure | ||
I think we've parsed those kind of expressions from the start | |||
lizmat | so if I mixin a method that doesn't take any args, it should be fine? | ||
jnthnwrthngtn | Yes, that'd be one workaround :) | 10:57 | |
lizmat | ok | ||
jnthnwrthngtn | We should do another release relatively soon (I hope this month) so you can drop it in not too long :) | ||
lizmat | well, I hope to release the beta of the log server during the weekend :-) | ||
jnthnwrthngtn | :) | 10:58 | |
JRaspass | Friendly reminder: I'd love a review of github.com/croservices/cro-webapp/pull/50 at some point which uses that call subs with args feature of templates | 11:52 | |
13:10
xinming_ left
13:12
xinming_ joined
13:43
patrickb left
13:44
patrickb joined
15:21
patrickb left
17:10
Altai-man left
18:51
Geth left,
Geth joined
19:18
sena_kun left
19:35
sena_kun joined
|
|||
lizmat | BTW, will the next release of Cro allow for sending an existing file .gzipped "as is" ? | 20:26 | |
is there an overview of to be expected features in the next version of Cro ? | 20:50 |