🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
Geth_ advent: hythm7++ created pull request #68:
Add hythm7 as an author
09:16
advent: 14d0b5e057 | (Haytham Elganiny)++ | 2 files
Add hythm7 as an author

Add draft
09:17
advent: 4eca594eee | (Patrick Spek)++ (committed using GitHub Web editor) | 2 files
Merge pull request #68 from hythm7/master

Add hythm7 as an author
advent: de40b17648 | (Moritz Lenz)++ | 2 files
Add my draft to the repo

I have not allocated it for a certain day, that's a choice for the editor to make.
09:21
Geth_ doc: dumarchie self-assigned RFC: document array operators as independent routines github.com/Raku/doc/issues/3700
dumarchie++ created pull request #3702: Update documentation of pop, shift, push, append
10:22
xinming_ SmokeMachine: When model name contains : the table alias will become xxx::yy::model, And this will raise error. Is this a known bug? 10:57
SmokeMachine: or I missed something there.
Let's say, model App::Model::XXX is table<xxx> { ... } <--- This worked pretty fine, as long as people don't try .join-model
SmokeMachine xinming_: you can use `is table<new_name>` for that. There is also 2 experimental features changing that: fco.github.io/Red/tutorials/experimental.html 12:08
SmokeMachine Oh, is .join-model is breaking on that case? That’s a bug... I’ll fix that ASAP 12:13
xinming_: would you mind to open an issue with an example, please? 12:18
cpan-raku New module released to CPAN! Math::Libgsl::Matrix (0.3.1) by 03FRITH
xinming_ SmokeMachine: github.com/FCO/Red/issues/456 13:17
SmokeMachine: I already opened that case, And will later do some doc help on Red.
SmokeMachine: I believe there is a hidden bug, which might cause Red tries to use FALLBACK 13:19
$*RED-FALLBACK var.
SmokeMachine: after we fix that issue, I'll continue digging into next one. 13:21
tbrowder .tell jmerelo ck msg from me 14:52
tellable6 tbrowder, I'll pass your message to jmerelo
SmokeMachine xinming_: the .join-model column name problem and the FALLBACK problem are fixed (github.com/FCO/Red/blob/master/t/5...to-many.t) but not the in problem yet 21:04
xinming_: I've added the .join-model solution on your example to my test and that's working...
xinming_: I'm still working on the in problem 21:05
holyghost Hi 21:21
if I would have to link in libqt into raku what's the OO interface thingie then ?
to interface I mean 21:22
I probably do not need all the functions, but it's for 3D of my pagan package 21:29
I can also do mesa/GL
or OGRE 21:30