releasable6 Next release in ≈6 days and ≈15 hours. 2 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
lizmat m: dd "foo---bar".subst(/ "-"+ /, "-", :exhaustive) # hmmmm 11:55
evalable6 (exit code 1) Substring length (-3) cannot be negative
in block <unit> at /tmp/tWVRJEagC_ line 1
lizmat ok, this is getting weird: am I missing something? 12:01
m: dd "foo---bar".subst(/ "-"+ /, "-", :global) 12:02
evalable6 "foo-bar"
lizmat m: dd "out-–-and".subst(/ "-"+ /, "-", :global)
evalable6 "out-–-and"
lizmat moritz ^^
aaaahhh 12:05
an EN DASH slipped in there 12:06
nine Ah why can't camelia be written in Raku? Half an hour and I still can't get it to connect to Freenode via IPv6, while IO::Socket::INET.new(:host<irc.freenode.org>, :port(6667)); works on the first try in Raku :/ 12:09
lizmat nine: All for having camelia run in Raku 12:11
tbh I thought it already did
nwc10 nine: start by rewriting the network part in Raku, and run the rest via Iline?
nine Well I guess "camelia written in Raku" is what evalable6 is
AlexDaniel` exactly 12:12
lizmat so this could be as simple as renaming evalable6 to camelia?
AlexDaniel` pretty much, although evalable6 behaves a little bit different
but we can change it
for example, what do you want to happen in case of very long output? 12:13
evalable6 gists, camelia used to truncate and that's it
as I mentioned before, I'll be working on whateverables this month 12:14
mostly on dockerizing, but if you have any other suggestions then I can do whatever you want
note that the goal of dockerizing the bots is to eventually move them out of my server 12:15
so hosting both camelia and evalable6 in the end may be a bit redundant
nine So it came down to putting the IPv6 address into the config instead of a host name, even if the host name only has an AAAA entry (like irc.ipv6.freenode.net) 12:19
Perl-- 12:20
AlexDaniel` hehe, whateverable also has some IPs hardcoded I think, to avoid the max connection limit per ip :)
m: say 42 12:21
camelia 42
AlexDaniel` \o/
thank you, evalable6, you're a good friend :)
evalable6 AlexDaniel`, \o/
releasable6 Next release in ≈5 days and ≈19 hours. 2 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00