Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
vrurg .ask pmurias Is it possible to teach nqp-js to load modules with relative path? I tried setting libpath to blib, ./blib but in vain. Only @base_dir@/blib works. 01:35
tellable6 vrurg, I'll pass your message to pmurias
vrurg .tell pmurias it also fails to load CORE.c.setting.js from ./ For the same reason, I guess. 01:36
tellable6 vrurg, I'll pass your message to pmurias
Geth rakudo/master: 30 commits pushed by (Vadim Belman)++
review: github.com/rakudo/rakudo/compare/6...e0561f91c6
02:26
Xliff \O 03:05
tellable6 2019-09-08T01:48:28Z #perl6 <SmokeMachine> Xliff: I was wondering... maybe it would be cool to use something like this: github.com/FCO/pulp/blob/master/pulp.p6#L39
Xliff SmokeMachine: Well, if it makes things easier in the long run, I am not against it. 03:08
For now, I don't see any need to change things if it does the job.
Xliff \o 12:43
sena_kun: Thanks for the comment. I've updated the PR 12:45
.tell sena_kun: Thanks for the comment. I've updated the PR
tellable6 Xliff, I'll pass your message to sena_kun
Xliff .tell moritz can DBIish support MSSQL through DBIish::ODBC? 12:54
tellable6 Xliff, I'll pass your message to moritz
moritz I have no idea. 12:59
Xliff m: my constant lib = Rakudo::Internals.IS-WIN() ?? 'oci' !! ('clntsh', libver); lib.say 13:05
evalable6 (exit code 1) 04===SORRY!04=== Error while compiling /tmp/lc6mcgdGfa
Undeclared routine:
libver used at line 1
Xliff m: my constant lib = Rakudo::Internals.IS-WIN() ?? 'oci' !! ('clntsh', 0); lib.say
evalable6 (clntsh 0)
Geth nqp: 00eaa35e8c | (Paweł Murias)++ | src/HLL/Compiler.nqp
[js] Make --libpath resolve relative path with the compile time cwd
21:51