| guifa2 | I'm going to guess the answer is "not without slanging" but ... is there anyway to call a block such that it runs inline as if it had the same lexical scope? | 00:59 | |
|
01:19
Altai-man_ joined
01:21
sena_kun left
01:28
lucasb left
|
|||
| [Coke] returns from dinner and family time. | 01:45 | ||
|
02:05
Kaiepi left
02:06
Kaiepi joined
03:20
sena_kun joined
03:21
Altai-man_ left
04:01
pamplemousse joined
|
|||
| pamplemousse | o/ | 04:02 | |
| .tell patrickb Assuming my code still works with all the changes that have been made to the codebase since I last touched it, which is definitely an assumption, it lets you precompile a user program that either uses no modules, or only uses one module that only contains a single file. I'm hoping to spend some time this weekend getting things back up and working to the point it was back in August, and from th | 04:07 | ||
| ere I'd love to get it to a place where it's fully working | |||
| tellable6 | pamplemousse, I'll pass your message to patrickb | ||
| pamplemousse | I was thinking of taking the approach of essentially having a manifest table of the modules that gets packaged up in my ELF | 04:08 | |
|
04:48
pamplemousse left
04:49
pamplemousse joined
04:51
pamplemo_ joined
04:53
pamplemousse left
04:55
pamplemo_ left
05:19
Altai-man_ joined
05:22
sena_kun left
05:23
pamplemousse joined
05:27
pamplemousse left
05:59
pamplemousse joined
06:02
guifa2 left
06:04
pamplemousse left
|
|||
| Geth | rakudo: sumanstats++ created pull request #3642: fixing links and improve formatting in README.md |
06:29 | |
|
07:20
sena_kun joined
07:22
Altai-man_ left
09:19
Altai-man_ joined
09:22
sena_kun left
|
|||
| Geth | nqp: 26638152aa | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION Bump Moar to get 30+ GC fixes by nine++ |
11:05 | |
| lizmat | Files=1306, Tests=111242, 214 wallclock secs (28.60 usr 8.40 sys + 3007.21 cusr 275.84 csys = 3320.05 CPU) | 11:09 | |
| ^^ last night's | |||
| Geth | rakudo: 0da384112e | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION Bump NQP to get 30+ MoarVM GC fixes by nine++ Also to get massive NQP documentation fixes / opcode cleanup by Coke++ |
11:15 | |
|
11:20
sena_kun joined
11:22
Altai-man_ left
11:41
pmurias joined
|
|||
| pmurias | lizmat: why do we want an explicit 'use precompilation' to precompile scripts? | 11:57 | |
| lizmat | because running a script somewhere until now, did not mean you would need write to disk rights before | 11:58 | |
| so making it automatic, could break existing installations ? | |||
| nine | Precompilation should handle missing write rights gracefully anyway | 11:59 | |
| lizmat | there's that as well... | ||
| it just felt quite a significant change to just throw in | |||
| jnthn | Depends if it can create any new problems really. I mean, ideally precomp is transparent, but we've plenty of expereince with how difficult that can be. | 12:02 | |
| Perhaps could start out just doing it for scripts installed into a CURI | 12:03 | ||
| MasterDuke | `use experimental :script-precompilation`? | 12:08 | |
| so it's opt-in for a while | |||
| nine | First we need to make it work for the general case anyway... | 12:14 | |
|
12:24
pmurias left
12:25
pmurias joined
12:52
pmurias left
12:58
pmurias joined
13:08
pamplemousse joined
13:10
pamplemousse left
13:11
pamplemousse joined
13:19
Altai-man_ joined
13:22
sena_kun left
|
|||
| pmurias | jnthn: we only run roast in unprecompiled mode so there are bugs that only show in precompiled code | 13:30 | |
| jnthn | pmurias: This doesn't surprise me, alas. | ||
| pmurias | I haven't touched anything raku related in a while, but that was the case when running tests on rakudo.js (which run them always in precompiled mode) | 13:32 | |
| MasterDuke | pmurias: how's the new job treating you? persuaded them they need raku on the truffle backend in production asap? | 13:37 | |
|
13:46
pamplemousse left,
pamplemousse joined
14:24
pmurias left
15:00
eater left,
go|dfish left,
krunen joined
15:01
go|dfish joined
15:02
eater joined
15:20
sena_kun joined
15:22
Altai-man_ left
15:34
MasterDuke left
15:50
guifa2 joined
15:51
pmurias joined
|
|||
| Geth | nqp: 37a6292cf4 | (Stefan Seifert)++ | tools/templates/MOAR_REVISION Bump MoarVM to get even more fixes |
15:53 | |
|
15:53
MasterDuke joined
|
|||
| Geth | rakudo: 18d083ead2 | (Stefan Seifert)++ | tools/templates/NQP_REVISION Bump NQP to test a workaround |
15:54 | |
| rakudo: fa0da6fb11 | (Suman Khanal)++ (committed using GitHub Web editor) | README.md Remove dead links and add working links Changes: ========== 1. Added working link to rlwrap 2. Fix the outdated twitter link 3. make folders look like folder e.g t/spec to `t/spec` 4. make command line flags appear clear in markdown 5. Fix link to the p6lert commandline script 6. make markdown easy to read, add some formatting |
16:10 | ||
| rakudo: 65f18a9880 | (Suman Khanal)++ (committed using GitHub Web editor) | README.md fix changed link to Roast The Roast repository has moved from perl6 to Raku organisation. good to reflect this change ! |
|||
| rakudo: 27325f041a | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | README.md Merge pull request #3642 from sumanstats/master |
|||
| nqp: a7b0b7be2c | (Stefan Seifert)++ | tools/templates/MOAR_REVISION Bump MOAR to test a hypothesis |
16:11 | ||
| rakudo: d58ce2fc2d | (Stefan Seifert)++ | tools/templates/NQP_REVISION Bump NQP to test a hypothesis |
16:12 | ||
|
16:37
pmurias left
|
|||
| Geth | rakudo: sumanstats++ created pull request #3643: Raku to rakudo executable |
16:49 | |
| AlexDaniel | WHAT! When reviewing a PR, you can only comment on lines that were changed??? | 16:55 | |
| oh my god, github UI | |||
|
17:01
AkiraMay joined
17:04
AkiraMay left
17:17
suman joined
17:19
Altai-man_ joined
17:22
sena_kun left
17:24
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'Merge pull request #1 from rakudo/master | 17:24 | |
| travis-ci.com/sumanstats/rakudo-1/.../161987510 github.com/sumanstats/rakudo-1/com...8a86e8f73c | |||
|
17:24
travis-ci left
17:36
suman left
17:43
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'change raku to rakudo executable | 17:43 | |
| travis-ci.com/sumanstats/rakudo-1/.../161987870 github.com/sumanstats/rakudo-1/com...a015c7d71c | |||
|
17:43
travis-ci left
18:08
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'fix link to Raku Roast' | 18:08 | |
| travis-ci.com/sumanstats/rakudo-1/.../161988024 github.com/sumanstats/rakudo-1/com...0778301d06 | |||
|
18:08
travis-ci left
18:40
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'Reflect perl6 to raku rename | 18:40 | |
| travis-ci.com/sumanstats/rakudo-1/.../161990615 github.com/sumanstats/rakudo-1/com...6fa2cad7f0 | |||
|
18:40
travis-ci left
18:58
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'reflect the migration of nqp | 18:58 | |
| travis-ci.com/sumanstats/rakudo-1/.../161991134 github.com/sumanstats/rakudo-1/com...a11e9823ed | |||
|
18:58
travis-ci left
19:20
sena_kun joined
19:21
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'Remove a paragraph on p6alert service | 19:21 | |
| travis-ci.com/sumanstats/rakudo-1/.../161991631 github.com/sumanstats/rakudo-1/com...621c017f7a | |||
|
19:21
travis-ci left
19:22
Altai-man_ left
19:43
lucasb joined
19:47
travis-ci joined
|
|||
| travis-ci | Rakudo build failed. Suman Khanal 'Remove the paragraph on different compilers | 19:47 | |
| travis-ci.com/sumanstats/rakudo-1/.../161992059 github.com/sumanstats/rakudo-1/com...ec52651349 | |||
|
19:47
travis-ci left
|
|||
| Geth | nqp: 8a0a63380a | (Stefan Seifert)++ | tools/templates/MOAR_REVISION Re-enable JITing of takenextdispatcher |
20:22 | |
| rakudo: 74df666857 | (Stefan Seifert)++ | tools/templates/NQP_REVISION Re-enable JIT compilation of takenextdispatcher |
20:23 | ||
|
20:33
Kaiepi left,
Kaiepi joined
21:07
Kaiepi left
21:08
Kaiepi joined
21:19
Altai-man_ joined
21:22
sena_kun left
|
|||
| Geth | nqp: 188c4cb799 | (Stefan Seifert)++ | tools/templates/MOAR_REVISION Bump for getting a correct JIT of nextdispatcherfor |
21:34 | |
| rakudo: 6721794e4d | (Stefan Seifert)++ | tools/templates/NQP_REVISION Bump for getting a correct JIT of nextdispatcherfor |
|||
|
21:47
Kaiepi left
21:51
Kaiepi joined
22:06
HarmtH left
23:06
Altai-man_ left
|
|||