|
01:11
kylese left
01:12
kylese joined
01:39
sibl joined
02:15
kylese left,
kylese joined
|
|||
| SmokeMachine | it seems the grammar editor with no backend is working... \o/ I'll continue tomorrow after work... | 02:37 | |
| Could someone test it, please? fco.github.io/GrammarEditor/ | 02:57 | ||
|
03:10
lichtkind_ joined
03:14
lichtkind left
03:25
kylese left
|
|||
| disbot3 | <simon_sibl> Hey, for me it seems to work once I open the website, but if I change the grammar, it doesnt seem to work or I am missing something ? | 03:26 | |
| <simon_sibl> cdn.discordapp.com/attachments/633...38ec0& | |||
|
03:27
kylese joined
05:43
Aedil left
05:55
Aedil joined
06:21
disbot3 left,
disbot4 joined
|
|||
| disbot4 | <librasteve> SmokeMachine: looks good to me … you have made all the button changes and hilite selector… thank you | 06:30 | |
| elcaro | SmokeMachine: consonant could be `{ <[a..z] - vowel> }` 🤷 | 07:00 | |
| SmokeMachine | elcaro: yes, thanks. I’ll change it | 07:02 | |
| librasteve_: I think not needing a backend is better, no? | 07:24 | ||
| But that’s using a very old Raku version… from 7 years ago… so I’m not sure if we should be using that… | 07:26 | ||
|
07:29
Sgeo left
07:35
abraxxa joined
07:58
topnep left
07:59
topnep joined
08:02
dakkar joined,
dakkar left,
dakkar joined
08:25
apogee_ntv left
08:31
dakkar left,
dakkar joined
08:37
apogee_ntv joined
08:40
belluzj joined
09:02
abraxxa1 joined
09:05
abraxxa left
|
|||
| disbot4 | <simon_sibl> woooo it actually works pretty well ! | 09:33 | |
| <simon_sibl> cdn.discordapp.com/attachments/633...996b9& | |||
|
09:43
abraxxa1 left
10:07
sibl left
10:51
dakkar left,
dakkar joined
11:09
belluzj left
11:49
dakkar left
12:11
dakkar joined
12:17
tadzik left
12:23
tadzik joined
13:00
dakkar_ joined,
dakkar left
13:04
dakkar_ is now known as dakkar
13:21
itaipu joined
13:22
jjido joined
13:24
abraxxa joined
13:34
Geth left,
Geth joined
14:15
topnep left
14:16
jjido left
14:18
topnep joined
14:33
annamalai left
14:34
annamalai joined
14:45
tejr left
14:46
tejr joined
14:55
xinming left
14:56
xinming joined
15:14
belluzj joined
15:49
belluzj left
15:54
kst left,
belluzj joined
|
|||
| apogee_ntv | I do wish zef.pm updated a bit faster :D | 16:11 | |
| Bumping multi-layer dep chains is a lot of waiting | |||
| [Coke] | if you trust the modules, you can skip running the tests. | 16:15 | |
| apogee_ntv | The tests will pass locally its more that no one can upgrade the module until the dep updates (and it'll break on Github Actions) | 16:17 | |
| I don't know how long it takes to update usually but it's been 20 mins lol | 16:18 | ||
| There we go | 16:22 | ||
|
16:22
topnep left
16:23
topnep joined
16:25
dakkar left
16:51
abraxxa left
17:09
belluzj left
17:56
oodani left
17:57
oodani joined
18:53
atcroft left
19:58
soverysour joined,
soverysour left,
soverysour joined
20:03
soverysour left
20:10
jjido joined
20:52
Aedil left
21:22
topnep left
21:23
topnep joined
21:49
coleman left
21:51
coleman joined
21:58
jjido left
|
|||
| SmokeMachine | is there a way to .AST do not export types? | 22:26 | |
| m: my $a = Q[grammar Bla {}]; { $a.AST } for ^10 | |||
| evalable6 | (exit code 1) ===SORRY!=== Error while compiling: Redeclaration of symbol 'Bla'. at line |
||
| SmokeMachine | m: my $a = Q[grammar Bla {}]; sub a { $a.AST }; a for ^10 | 22:27 | |
| evalable6 | (exit code 1) ===SORRY!=== Error while compiling: Redeclaration of symbol 'Bla'. at line |
||
| SmokeMachine | m: my $a = Q[grammar Bla {}]; sub a { GLOBAL:: = {}; $a.AST }; a for ^10 # does this make sense? | 22:54 | |
| evalable6 | |||
| timo | at first glance, `GLOBAL:: = {}` sounds a bit ... dangerous? :D | 22:55 | |
| though I don't know for sure what it does, exactly | 22:56 | ||
|
23:10
Sgeo joined
|
|||
| SmokeMachine | me neither... I just tried and that seems to work... just not sure about what it will break... | 23:17 | |
| apogee_ntv | SmokeMachine: Selkie 0.7.1 has improvements to viewport perf. It was doing hundreds of calls a tick over the FFI barrier so I put it in a C shim and made it a batch call. Now 1 FFI call and hundreds of C calls. | 23:22 | |
| ~4-8x speedup on large terminals. | |||
| I have basically accepted that I am forking notcurses at this point lol. | |||
| Since upstream doesn't take PRs in any reasonable timeframe. | 23:23 | ||
| I'm pretty familiar with the codebase though. | 23:25 | ||
|
23:31
Guest20 joined
23:41
human-blip joined
23:52
Guest20 left
|
|||