|
00:05
arkiuat left
00:06
Aedil left
00:17
arkiuat joined
00:24
arkiuat left
00:40
swaggboi left,
arkiuat joined
00:41
hvxgr left
00:43
swaggboi joined
00:46
arkiuat left
01:00
arkiuat joined
01:06
arkiuat left
01:17
arkiuat joined
01:22
arkiuat left
01:41
itaipu left
01:45
arkiuat joined
01:50
arkiuat left
01:56
itaipu joined
02:00
arkiuat joined
02:05
arkiuat left
02:10
kylese left,
kylese joined
02:33
arkiuat joined
02:40
arkiuat left
03:12
arkiuat joined
03:15
kylese left,
kylese joined
03:17
arkiuat left
03:34
arkiuat joined
03:39
arkiuat left
03:57
arkiuat joined
04:01
professor404 joined,
arkiuat left
04:13
arkiuat joined
04:18
arkiuat left
04:44
arkiuat joined
04:55
lichtkind__ joined
04:58
Aedil joined,
lichtkind_ left
05:40
melezhik joined
06:04
arkiuat left,
professor404 left
06:10
arkiuat joined
06:14
arkiuat left
06:44
arkiuat joined
06:49
arkiuat left
07:18
arkiuat joined
07:23
arkiuat left
07:36
arkiuat joined
07:40
arkiuat left
08:03
arkiuat joined
08:09
arkiuat left
08:37
arkiuat joined
08:43
arkiuat left
08:48
Sgeo left
09:12
arkiuat joined
09:17
arkiuat left
09:20
melezhik left
09:46
arkiuat joined
09:51
arkiuat left
10:19
arkiuat joined
10:24
arkiuat left
10:28
melezhik joined
10:53
arkiuat joined
10:58
arkiuat left
11:27
arkiuat joined
11:32
arkiuat left
11:35
arkiuat joined
11:39
arkiuat left
11:43
librasteve_ left
12:06
arkiuat joined
12:11
arkiuat left
12:37
arkiuat joined
12:42
arkiuat left
12:59
arkiuat joined
13:04
arkiuat left
|
|||
| disbot4 | <librasteve> @aruniecrisps … I would much prefer your improvements to help the whole community.., that way you get the satisfaction of seeing your work getting used and helping us all … but please review the license as to how your work can be used… | 13:09 | |
|
13:16
arkiuat joined
13:25
arkiuat left
13:34
arkiuat joined
13:43
jgaz joined
13:45
melezhik_ joined
13:54
melezhik_ left,
melezhik_ joined
14:05
melezhik_ left,
melezhik_ joined
14:17
melezhik_ left
14:18
melezhik_ joined,
tgt joined
14:19
tgt left
14:20
tgt joined,
tgt left
14:22
tgt joined,
tgt left
14:24
melezhik_ left,
melezhik_ joined
14:27
melezhik left
14:31
melezhik_ left,
melezhik_ joined
|
|||
| Voldenet | sadly, the reality is that it's faster to add improvements to forked project and never merge it back | 14:32 | |
| I do that too, especially when my changes would be controversial | 14:33 | ||
|
14:35
tgt joined
14:37
melezhik_ left
14:38
melezhik_ joined
|
|||
| disbot4 | <antononcube> 💯 | 14:38 | |
|
14:44
melezhik_ left,
melezhik_ joined
14:45
tgt left
14:59
melezhik_ left,
melezhik_ joined
|
|||
| arkiuat | Voldenet, so I guess that's what leads to the "rust-like situation where you have N libs for basic stuff" that you mentioned the other day | 15:02 | |
|
15:05
melezhik_ left,
melezhik_ joined
|
|||
| ugexe | i imagine the N libs problem i other languages is moreso because of resume driven development | 15:06 | |
| Voldenet | arkiuat: actually, rust has insanely frugal stdlib | 15:09 | |
| disbot4 | <antononcube> For the record, my Raku development efforts are very "resume driven." | ||
| Voldenet | it can be fixed, of course, dotnet has this problem for no json library for a while, so many libraries for json were built over time | ||
| but then dotnet team picked the most popular library, borrowed a lot of apis from it, implemented it in the stdlib and in the end, people gradually stop using old json libs | 15:11 | ||
| forks are hardly a problem in all this, most approaches are rewrites of the same thing | 15:13 | ||
| but the lesson learned IMO is that large stdlib is good | 15:14 | ||
| disbot4 | <antononcube> Isn't another lesson to just avoid Rust? | 15:15 | |
|
15:18
tobs left,
tobs joined
15:23
melezhik_ left,
melezhik_ joined
15:28
melezhik_ left,
melezhik_ joined
15:31
Sgeo joined
|
|||
| ugexe | why would one avoid rust if that is the best tool for the job | 15:39 | |
|
15:40
hvxgr joined
|
|||
| Voldenet | Not entirely, but rust libs requiring 90 dependencies are no-go | 15:45 | |
| melezhik_ | . | ||
| Some people keep using Sparky/Raku to test RL distribution - fresh repos - github.com/ctrliq/sparky-chyrp/tree/main | |||
| github.com/ctrliq/sparky-nfs | 15:46 | ||
| github.com/ctrliq/sparky-dnf | |||
| Voldenet | nice | 15:47 | |
| melezhik_ | especially I am exited they use Sparrow6 Check DSL everywhere - github.com/ctrliq/sparky-dnf/blob/...task.check | 15:48 | |
| excited ) | |||
| Voldenet | yeah, check dsl looks as minimal as it gets | ||
| melezhik_ | this allow write check commands on bash and then just checks the output whatever comes out - github.com/ctrliq/sparky-chyrp/blo...task.check | 15:49 | |
| Voldenet | hm, so that means you can pretty much copy the valid output to checks? | 15:50 | |
| melezhik_ | the output is generated by task.bash command - github.com/ctrliq/sparky-chyrp/blo.../task.bash | 15:52 | |
| STDOUT to be accurate | |||
| this is kinda black box testing | |||
| or I have a better term for it - "message oriented testing" | 15:53 | ||
| or "small talk testing" )) | |||
| Voldenet | I like it, it's how people test things ;) | 15:54 | |
| melezhik_ | so systems communicate with each other by saying things , it's does not matter what's inside of every black box, but we just rely on fact that if system behaves correctly it says correct phrases | ||
| "I like it, it's how people test things ;)" - yup | |||
| it works well for fast tests development | |||
| also check dsl allows checks things like sequential phrases , Raku regexes in phrases or phases between phrases ... | 15:55 | ||
| also for phase producers like Bash where we are limited by programming language itself we simplify testing by just producing valid output where it's structured or not | 15:56 | ||
|
15:56
melezhik_ left
15:58
mahlay left
16:20
human_blip left
16:21
human_blip joined
16:31
ACfromTX left
17:21
justache left,
justache joined
17:29
ACfromTX joined
17:34
human_blip left
17:36
human_blip joined
18:06
melezhik_ joined
18:10
silug8 joined
18:11
tellable6 left
18:13
bisectable6 left,
committable6 left,
notable6 left,
benchable6 left,
greppable6 left,
greppable6 joined
18:14
tellable6 joined
18:16
melezhik_ left
18:19
silug left,
cm left,
silug8 is now known as silug
18:24
cm joined
18:47
melezhik joined
19:56
Aedil left
20:06
arkiuat left
20:24
arkiuat joined
20:28
arkiuat left
20:31
disbot5 joined
|
|||
| Geth | vim-raku: arunvickram++ created pull request #41: Modify raku syntax +keywords +word-boundaries |
20:33 | |
| disbot5 | <aruniecrisps> @librasteve I've opened a pull request here for those that are interested github.com/Raku/vim-raku/pull/41 | ||
|
20:33
coleman_ joined
20:35
hulk joined,
arkiuat joined
20:36
xinming_ joined,
tobs` joined
20:37
lucs_ joined
20:40
arkiuat left
20:41
tobs left,
kylese left,
lucs left,
disbot4 left,
coleman left,
xinming left,
coleman_ is now known as coleman,
tobs` is now known as tobs
20:57
melezhik left
21:02
arkiuat joined
21:07
arkiuat left
21:20
arkiuat joined
21:44
arkiuat left
21:55
linkable6__ left
21:58
linkable6 joined
22:01
arkiuat joined
22:10
arkiuat left
22:23
arkiuat joined
|
|||
| [Coke] | hey, the docs site has several sections for "coming to raku from language <x>" - would love it if we had volunteers to "own" those language sections, to edit them (esp. the p5 ones!), make sure the examples are great, etc. | 23:06 | |
| is:issue state:open label:"other language" | |||
| er | |||
| is:issue state:open label:"other language" | |||
| er | |||
| github.com/Raku/doc/issues?q=is%3A...anguage%22 | |||
| ooh, github added issue types | 23:17 | ||
| bug, feature, task | |||