Geth_ rakudo: vrurg++ created pull request #4058:
[WIP] Implement metmodel transparency of nominalizables
03:56
Xliff rba: What is the advantage of rakubrew over rakudobrew? 14:56
Oh! Nevermind. LOL 14:58
rba: OK, next question... is there an upgrade path from rakudobrew to rakubrew? 14:59
[Coke] Anyone have any pointers on .NET object model docs? 15:09
sena_kun [Coke], other than the .NET spec? 15:21
[Coke] I'll take anything. 15:23
trying to google that, I get the "standard" which appears to be API level. 15:24
sena_kun [Coke], oh, wait, you want .NET including different things, CLR? Not e.g. docs.microsoft.com/en-us/dotnet/cs...troduction ? 15:26
[Coke] that's better. trying to figure out how we could tie in 6model to that. 15:28
sena_kun++
sena_kun [Coke], I think there was an attempt of .net raku compiler, no? 15:29
[Coke] niecza, yes, it's an older model.
I am hoping we we can plugin a new backend to nqp
rba patrickb: <Xliff> rba: What is the advantage of rakubrew over rakudobrew? 15:30
tellable6 rba, I'll pass your message to patrickb
rba patrickb: <Xliff> rba: OK, next question... is there an upgrade path from rakudobrew to rakubrew?
tellable6 rba, I'll pass your message to patrickb
rba Xliff: Sorry, have forwarded your questions regarding rakubrew to patrickb. 15:31
tellable6 rba, I'll pass your message to Xliff
[Coke] I think rakubrew is maintained and rakudobrew is not.
rba thinks this too
tellable6 2020-11-24T03:41:17Z #raku <melezhik> rba, I don't mind to upgrade
2020-11-24T03:43:20Z #raku <melezhik> rba I see that brezleisen is online, I can connect to ssh, thnaks
patrickb . 15:48
tellable6 2020-11-23T22:19:56Z #raku-dev <rba> patrickb: Updated rakubrew. Argh, was a pain again. Need to change the setup.
2020-11-25T15:30:29Z #raku-dev <rba> patrickb: <Xliff> rba: What is the advantage of rakubrew over rakudobrew?
2020-11-25T15:30:41Z #raku-dev <rba> patrickb: <Xliff> rba: OK, next question... is there an upgrade path from rakudobrew to rakubrew?
patrickb Xliff: WRT upgrade path rakudobrew -> rakubrew: From the top of my head: Remove rakudobrew from path (and remove any hooking code there might be installed). Install rakubrew regularly. Determine its home dir `rakubrew home` and copy the rakudo installations over from your rakudobrew installation (they are located in a `versions` subdir). 15:54
tellable6 patrickb, I'll pass your message to Xliff
[Tux] Rakudo v2020.11-32-ge46a1da29 (v6.d) on MoarVM 2020.11-22-gbfce05394
csv-ip5xs0.830 - 0.844
csv-ip5xs-208.071 - 8.826
csv-parser26.047 - 26.123
csv-test-xs-200.398 - 0.410
test8.275 - 8.667
test-t1.940 - 1.966
test-t --race0.859 - 0.913
test-t-2033.190 - 33.768
test-t-20 --race9.673 - 9.715
17:52
[Coke] if I want to add a backend, do I need to simulaneously update github.com/Raku/nqp-configure ? 18:26
Xliff . 19:19
tellable6 2020-11-25T15:31:15Z #raku-dev <rba> Xliff: Sorry, have forwarded your questions regarding rakubrew to patrickb.
hey Xliff, you have a message: gist.github.com/928191bc0f03f8dcf0...cd2b493650
MasterDuke [Coke]: i think vrurg is the person to ask 19:29
vrurg [Coke]: Yes, you need to. 19:34
[Coke] ok, so have to deal with submodule "pain" as well if I'm going to tackle the project. OK. 19:35
danke.
... wonder if to start it would make sense just to take over moarvm backend until codegen was at all working. 19:40
Yup, in way over my head. shame. 19:42
vrurg [Coke]: It's not much you'd need to add to Configure.pm to add a new backend. Most of backend specifics are anyway located in tools/lib/NQP/Config/ 19:54
nqp-configure code mostly define prefixes/suffixes/names only. 19:56
Geth rakudo: vrurg++ created pull request #4059:
Improve the performance of signature binding
23:16
melezhik I finally added watcher script to rerun Sparky if it's crashed - github.com/melezhik/sparky/blob/ma...watcher.sh , so RaluPlay should be (I hope) pretty stable now 23:40
I had to do so, b/c Bailador gets crashed every few hours, next plan might be to rewrite Sparky on cro 23:41
timotimo how does bailador crash? does it perhaps leak memory and gets OOM'd? 23:44
melezhik I don't think so, but I don't have enough statistics for that, every time, I just rerun the service, the last one though was that - github.com/melezhik/sparky/blob/ma.../error.txt 23:46
and my rakudo on the sparky worker server is pretty old ... - 2020.05 23:47
timotimo mhm, interesting 23:49
melezhik timotimo do you need more details? I can grep code from brezeleisen server ... 23:50
timotimo sorry, i don't think i have access to brezeleisen? 23:51
melezhik btw this error made all Bailador web app to stop (killed?) , I am curious if cro will survive that?
I mean I can log in get a source code (for given stack trace ...) 23:52
timotimo well, i believe cro has its very own http implementation 23:53
melezhik yeah
I particularly don't like the fact that some errors made web app stopped ... 23:54