00:19
timotimo left
00:20
timotimo joined,
unclechu left
00:26
unclechu joined
00:44
Kaeipi joined
00:47
Kaiepi left
01:11
squashable6 left,
b2gills left
01:12
squashable6 joined,
b2gills joined
01:14
AlexDaniel` left,
MitarashiDango[m left
01:15
JJAtria[m] left
01:18
unclechu left
01:42
MitarashiDango[m joined
01:44
AlexDaniel` joined
01:45
JJAtria[m] joined
01:56
unclechu joined
02:02
MasterDuke left,
MitarashiDango[m left
02:03
AlexDaniel` left,
JJAtria[m] left
02:08
unclechu left
02:36
MitarashiDango[m joined
02:42
AlexDaniel` joined
02:53
JJAtria[m] joined
03:06
unclechu joined
03:30
Summertime2 joined
03:31
lucs_ joined
03:38
Summertime left,
lucs left
03:39
MitarashiDango[m left
03:43
MitarashiDango[m joined
05:46
Geth left,
timotimo left
05:47
timotimo joined
07:16
jdv79 left
07:21
jdv79 joined
07:50
patrickb joined
08:00
domidumont joined
|
|||||||||||||||||||||||||||||||||||||||
patrickb | may I kindly ask for a set of eyes on github.com/rakudo/rakudo/pull/4166 | 08:09 | |||||||||||||||||||||||||||||||||||||
tellable6 | 2021-01-25T19:11:50Z #raku <rba> patrickb: The new release is (finaly) installed. The website did not work to update. The error is in the email I sent you. Let me know when we can trouble-shoot it. | ||||||||||||||||||||||||||||||||||||||
patrickb | rba Today would be a good day for looking at the failing container. | 08:10 | |||||||||||||||||||||||||||||||||||||
08:35
Geth joined
|
|||||||||||||||||||||||||||||||||||||||
tyil | lizmat: I've just instructed IRC::Client to connect to the IP directly | 08:41 | |||||||||||||||||||||||||||||||||||||
which clearly isn't something Freenode likes, as they swap around the IPs occasionally and refuse to connect by IP from time to time (to avoid overcrowding 1 server I'm sure) | 08:42 | ||||||||||||||||||||||||||||||||||||||
had to change the IP Geth uses to get him back just now | |||||||||||||||||||||||||||||||||||||||
09:09
sortiz left
10:28
b2gills left
|
|||||||||||||||||||||||||||||||||||||||
timotimo | m: say 57.round(-1) | 10:50 | |||||||||||||||||||||||||||||||||||||
evalable6 | 57 | ||||||||||||||||||||||||||||||||||||||
tellable6 | 2021-01-28T23:05:43Z #raku-dev <tyil> timotimo the bots are now being hosted on faiwoo.tyil.net, I added your ssh key from caeghi.tyil.net. once connected, running `botscreen` should allow you to attach to the tmux session with the bots | ||||||||||||||||||||||||||||||||||||||
10:59
squashable6 left
11:02
squashable6 joined
11:07
Kaeipi left
11:09
Kaeipi joined
11:20
Kaeipi left
11:21
Kaeipi joined
12:09
Geth left
13:00
JJAtria[m] left,
AlexDaniel` left,
cog__ left
13:01
JJAtria[m] joined,
AlexDaniel` joined,
cog__ joined
13:02
unclechu left
13:03
AlexDaniel` left
13:04
MitarashiDango[m left,
JJAtria[m] left
13:36
MitarashiDango[m joined,
JJAtria[m] joined
13:37
lucasb joined
13:48
JJAtria[m] left,
MitarashiDango[m left
13:55
b2gills joined
14:12
AlexDaniel` joined
14:22
JJAtria[m] joined,
unclechu joined,
MitarashiDango[m joined
|
|||||||||||||||||||||||||||||||||||||||
patrickb | lizmat: It seems github.com/rakudo/rakudo/commit/39...b9cb9c9290 broke the JVM build. | 15:18 | |||||||||||||||||||||||||||||||||||||
lizmat | :-( the diff doesn't strike me as particularly strange | 15:19 | |||||||||||||||||||||||||||||||||||||
perhaps the use of nqp::ifnull as a default value for an attribute? | 15:20 | ||||||||||||||||||||||||||||||||||||||
ugexe | at least before it was coercing an IntStr to an Int before assigning it to an Int constrained variable | 15:27 | |||||||||||||||||||||||||||||||||||||
lizmat | that would affect execution, not building ? | 15:54 | |||||||||||||||||||||||||||||||||||||
patrickb | hm. But it fails | 15:57 | |||||||||||||||||||||||||||||||||||||
during building core.d | 15:58 | ||||||||||||||||||||||||||||||||||||||
lizmat | ah..., ok | ||||||||||||||||||||||||||||||||||||||
then it's executng core.c first | |||||||||||||||||||||||||||||||||||||||
patrickb | is it using the freshly built core.c at that point already? | ||||||||||||||||||||||||||||||||||||||
gist.github.com/patrickbkr/49b6d7b...300e359f33 | 15:59 | ||||||||||||||||||||||||||||||||||||||
lizmat | looks like we lost Geth | ||||||||||||||||||||||||||||||||||||||
ugexe | maybe slap a (...).Int into a PR real quick and see if it fixes it | ||||||||||||||||||||||||||||||||||||||
unless there is a jvm bot here | |||||||||||||||||||||||||||||||||||||||
lizmat | I've just pushed 7be4f5ef3821c0e73 | ||||||||||||||||||||||||||||||||||||||
patrickb | that's the wrong paste... | ||||||||||||||||||||||||||||||||||||||
16:00
linkable6 left
|
|||||||||||||||||||||||||||||||||||||||
patrickb | dev.azure.com/Rakudo/rakudo/_build...810221fdff | 16:00 | |||||||||||||||||||||||||||||||||||||
lizmat | good chance my push just now will fix | ||||||||||||||||||||||||||||||||||||||
16:01
linkable6 joined
|
|||||||||||||||||||||||||||||||||||||||
patrickb | lizmat++ | 16:01 | |||||||||||||||||||||||||||||||||||||
thank you! | |||||||||||||||||||||||||||||||||||||||
[Tux] |
|
16:07 | |||||||||||||||||||||||||||||||||||||
ugexe | looks like it didn't work | 16:26 | |||||||||||||||||||||||||||||||||||||
16:33
samcv left,
samcv joined
|
|||||||||||||||||||||||||||||||||||||||
ugexe | on a unrelated note this made me notice a bit of a trap... setting FOO="" will give IntStr(0,"") which is a False , not True like the empty string "" alone | 16:36 | |||||||||||||||||||||||||||||||||||||
lizmat | empty string is False, no ? | 16:40 | |||||||||||||||||||||||||||||||||||||
ugexe | ah yeah, that was a think-o. was thinking of "0" | 16:45 | |||||||||||||||||||||||||||||||||||||
lizmat | yeah, we dropped that perlism :-) | ||||||||||||||||||||||||||||||||||||||
patrickb: I just pushed github.com/rakudo/rakudo/commit/d5...6f0e6d87d4 | 16:52 | ||||||||||||||||||||||||||||||||||||||
"Revert 39d3f1368b43e96 on the JVM backend" | |||||||||||||||||||||||||||||||||||||||
16:53
linkable6 left,
linkable6 joined
|
|||||||||||||||||||||||||||||||||||||||
ugexe | can push random changes to ignore/poke-ci-failures to see what ci results are for various changes | 16:55 | |||||||||||||||||||||||||||||||||||||
github.com/rakudo/rakudo/pull/4184 | 16:56 | ||||||||||||||||||||||||||||||||||||||
hmm looks like my first guess was it? | 17:19 | ||||||||||||||||||||||||||||||||||||||
no idea why, was just taking a wild guess | |||||||||||||||||||||||||||||||||||||||
lizmat | seems my fix also fixed it, BTW | 17:22 | |||||||||||||||||||||||||||||||||||||
so I'm going to leave it at that, unless you feel differently ugexe ? | 17:23 | ||||||||||||||||||||||||||||||||||||||
ugexe | yeah, for all i know that PR is being build against your fix and has no bearing what so ever | ||||||||||||||||||||||||||||||||||||||
lizmat | ah, there's that :-( | 17:24 | |||||||||||||||||||||||||||||||||||||
17:25
domidumont left
19:47
MasterDuke joined
20:16
MasterDuke left
20:18
MasterDuke joined
20:22
Kaeipi left
20:23
Kaeipi joined
20:58
Kaeipi left
20:59
Kaeipi joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat just created github.com/rakudo/rakudo/pull/4185 | 22:05 | ||||||||||||||||||||||||||||||||||||||
Provide $*REPO with an associative interface | |||||||||||||||||||||||||||||||||||||||
22:22
raku-bridge2 joined
22:23
raku-bridge2 is now known as raku-bridge
22:33
linkable6 left
22:37
squashable6 left
|
|||||||||||||||||||||||||||||||||||||||
ugexe | m: say CompUnit::RepositoryRegistry.repository-for-name("site").raku | 22:45 | |||||||||||||||||||||||||||||||||||||
22:46
bisectable6 left,
coverable6 left
22:47
statisfiable6 left,
quotable6 left,
committable6 left,
unicodable6 left,
greppable6 left,
notable6 left,
evalable6 left,
sourceable6 left,
shareable6 left,
benchable6 left,
tellable6 left,
nativecallable6 left
22:49
evalable6 joined,
benchable6 joined,
squashable6 joined
22:50
shareable6 joined,
sourceable6 joined,
nativecallable6 joined,
statisfiable6 joined,
bisectable6 joined
22:51
bloatable6 joined,
releasable6 joined
|
|||||||||||||||||||||||||||||||||||||||
ugexe | whats wrong with ^? | 22:52 | |||||||||||||||||||||||||||||||||||||
22:55
statisfiable6 left,
squashable6 left,
benchable6 left,
nativecallable6 left,
sourceable6 left,
shareable6 left,
evalable6 left
|
|||||||||||||||||||||||||||||||||||||||
ugexe | the associative interface is adding the possibility for inconsistencies, presumably for a few less characters. "use repository-for-name, or else you can use $*REPO<...> which works differently and uses a different api to get there" | 22:56 | |||||||||||||||||||||||||||||||||||||
22:56
releasable6 left
22:57
bloatable6 left,
bisectable6 left
22:58
notable6 joined
23:00
bisectable6 joined,
nativecallable6 joined,
statisfiable6 joined,
unicodable6 joined,
benchable6 joined,
squashable6 joined,
committable6 joined,
shareable6 joined
23:04
bisectable6 left,
nativecallable6 left,
shareable6 left,
benchable6 left,
unicodable6 left,
squashable6 left,
statisfiable6 left,
committable6 left,
notable6 left
23:07
sortiz joined
23:11
tellable6 joined,
benchable6 joined,
nativecallable6 joined,
bisectable6 joined,
notable6 joined
23:12
committable6 joined,
bloatable6 joined,
releasable6 joined,
quotable6 joined,
squashable6 joined,
statisfiable6 joined
23:15
benchable6 left,
bisectable6 left,
tellable6 left,
nativecallable6 left,
notable6 left
23:17
statisfiable6 left,
committable6 left,
bloatable6 left,
releasable6 left,
quotable6 left,
squashable6 left
23:19
bisectable6 joined,
benchable6 joined,
quotable6 joined,
committable6 joined,
notable6 joined,
statisfiable6 joined,
squashable6 joined
23:22
bloatable6 joined
23:30
benchable6 left,
bisectable6 left,
bloatable6 left,
notable6 left
23:31
quotable6 left,
committable6 left,
statisfiable6 left,
squashable6 left
23:49
benchable6 joined,
bisectable6 joined,
committable6 joined,
notable6 joined,
squashable6 joined,
statisfiable6 joined,
bloatable6 joined,
greppable6 joined,
nativecallable6 joined,
quotable6 joined,
coverable6 joined,
tellable6 joined
23:51
linkable6 joined,
shareable6 joined,
releasable6 joined,
sourceable6 joined,
unicodable6 joined
23:59
evalable6 joined
|