00:08
dingenskirchen has quit [Quit: dingenskirchen]
00:08
dingenskirchen has joined #zig
00:12
kevsmith has quit [Remote host closed the connection]
00:14
kevsmith has joined #zig
00:48
ur5us has quit [Ping timeout: 240 seconds]
00:58
Kingsquee has quit [Ping timeout: 260 seconds]
01:14
ur5us has joined #zig
01:33
plumm has quit [Quit: Lost terminal]
01:34
chapl has quit [Remote host closed the connection]
01:39
nephele_ has joined #zig
01:40
nephele has quit [Ping timeout: 260 seconds]
01:40
nephele_ is now known as nephele
01:44
marijnfs has joined #zig
01:47
marijnfs_ has quit [Ping timeout: 260 seconds]
01:56
benjif has quit [Ping timeout: 256 seconds]
01:57
benjif has joined #zig
02:02
benjif has quit [Ping timeout: 246 seconds]
02:03
klltkr has joined #zig
02:06
klltkr__ has quit [Ping timeout: 256 seconds]
02:33
xackus has joined #zig
02:34
xackus_ has quit [Ping timeout: 260 seconds]
02:39
slowtyper has joined #zig
02:49
antaoiseach has joined #zig
02:55
* daurnimator
is back :) my internet has been dead for a couple of days
03:15
dimenus has quit [Ping timeout: 246 seconds]
03:22
aerona has joined #zig
03:33
antaoiseach has quit [Quit: leaving]
03:38
Biolunar has quit [Ping timeout: 272 seconds]
03:49
CantrellD has joined #zig
03:52
dddddd has quit [Remote host closed the connection]
04:11
_whitelogger has joined #zig
04:11
ur5us has quit [Ping timeout: 260 seconds]
04:35
waleee-cl has quit [Quit: Connection closed for inactivity]
05:03
foobles has quit [Ping timeout: 245 seconds]
05:18
aerona has quit [Quit: Leaving]
05:23
metaleap has joined #zig
05:51
klltkr has quit [Ping timeout: 260 seconds]
06:12
Biolunar has joined #zig
06:26
pystub has joined #zig
06:40
pystub has quit [Ping timeout: 260 seconds]
07:04
dnmllr has joined #zig
07:23
cole-h has quit [Quit: Goodbye]
07:25
slurpie has quit [Ping timeout: 246 seconds]
07:26
FireFox317 has joined #zig
08:17
constptr has joined #zig
08:32
ur5us has joined #zig
08:53
wootehfoot has joined #zig
08:54
<
Dominic[m] >
kristoff_it: short of making a full-on issue and exposing myself. My worry as a non-member of discord is that I'll need to setup an account on another platform - which is a friction for me. I wonder if it might be for others too. I'd really like to attend though!
09:20
ifreund has joined #zig
09:54
ur5us has quit [Ping timeout: 240 seconds]
10:26
constptr has quit [Quit: Connection closed for inactivity]
10:28
linuxgemini has quit [Quit: ave on thelounge.lasagna.dev]
10:28
linuxgemini has joined #zig
10:31
dddddd has joined #zig
10:42
moo has joined #zig
10:45
wootehfoot has quit [Ping timeout: 264 seconds]
10:46
<
ikskuh >
should be a bit less code actually
10:46
<
ikskuh >
but you have to provide the macros for BPF_STX_MEM yourself
10:48
<
l1x >
ikskuh: i am totally new to ebpf and i would like to avoid writing C at all cost :)
10:50
<
ikskuh >
yeah you can use zig instead of C here :)
10:55
retrhelo has joined #zig
10:56
retrhelo has left #zig [#zig]
12:17
dimenus has joined #zig
12:20
dimenus has quit [Client Quit]
12:22
metaleap has quit [Quit: Leaving]
12:26
metaleap has joined #zig
12:29
FireFox317 has quit [Remote host closed the connection]
12:30
FireFox317 has joined #zig
12:35
klltkr has joined #zig
13:08
FireFox317 has quit [Ping timeout: 258 seconds]
13:08
klltkr has quit [Quit: Leaving]
13:23
FireFox317 has joined #zig
13:31
FireFox317_ has joined #zig
13:33
FireFox317 has quit [Ping timeout: 264 seconds]
13:51
<
BaroqueLarouche >
So today I'll presenting Zig to my colleagues in a one-hour talk, wish me luck :)
13:52
<
ikskuh >
good luck and have fun!
13:53
<
BaroqueLarouche >
thanks!
13:54
dimenus has joined #zig
14:20
drp has quit [Remote host closed the connection]
14:38
Akuli has joined #zig
14:47
dch has joined #zig
15:03
cole-h has joined #zig
15:27
FireFox317_ has quit [Ping timeout: 256 seconds]
16:02
metaleap has quit [Remote host closed the connection]
16:02
metaleap has joined #zig
16:08
CantrellD has quit [Ping timeout: 244 seconds]
16:13
FireFox317_ has joined #zig
16:35
slurpie has joined #zig
16:39
pystub has joined #zig
16:40
waleee-cl has joined #zig
17:03
<
BaroqueLarouche >
went really well!
17:06
<
FireFox317_ >
Nice!
17:11
<
andrewrk >
BaroqueLarouche, neat, where do you work?
17:12
<
BaroqueLarouche >
Employees do dev talk each month on tech/programming, doesn’t have to be work related
17:13
<
andrewrk >
looks interesting
17:14
<
andrewrk >
FireFox317_, I think it may be time to enable evented I/O tests on the CI :)
17:14
<
andrewrk >
at least for the OS's on which it is working
17:18
slurpie has quit [Ping timeout: 258 seconds]
17:18
benjif has joined #zig
17:18
<
FireFox317_ >
andrewrk, yes indeed i think so too
17:19
metaleap has quit [Quit: Leaving]
17:21
dimenus has quit [Quit: WeeChat 2.8]
17:25
st4ll1 has quit [Quit: WeeChat 2.8]
17:28
<
pmwhite >
Not sure how I should use FreeType from Zig. The documented way to use it is with `#include <ft2build.h>` followed by `#include FT_FREETYPE_H`. Unsuprisingly, Zig is not happy to translate the macro `#define FT_FREETYPE_H <header_location.h>`
17:31
<
ifreund >
pmwhite: you could make a shim header that does than include, then @cInclude your shim from zig
17:34
<
pmwhite >
That's worked. But why? I thought Zig eventually will translate the entire header, which involves everything that each header includes?
17:37
<
andrewrk >
ifreund, pmwhite: @cImport blocks support @cDefines
17:38
dimenus has joined #zig
17:39
<
tdeo >
i don't think you can @cInclude with a path string from a macro though
17:39
<
ifreund >
andrewrk: FT_FREETYPE_H is a define for the header location that need to be imported, i dont think zig can do that?
17:40
<
ifreund >
pmwhite: i don't know why it works lol
17:40
<
pmwhite >
It expands to `<freetype/freetype.h>`, which is simple enough that I could just use that, but it's not the documented way.
17:41
<
ifreund >
does it always though? there's got to be some reason freetype wants you to do that
17:44
<
ifreund >
i mean as far as I understand it #2070 just lets you do what you can already do by creating a custom c header to import from inline
18:03
foobles has joined #zig
18:09
<
andrewrk >
that's correct
18:09
<
andrewrk >
you could always just make a .h file and @cImport that
18:10
dimenus has quit [Quit: WeeChat 2.8]
18:17
slurpie has joined #zig
18:21
antaoiseach has joined #zig
18:23
metaleap has joined #zig
18:24
dimenus has joined #zig
18:36
dimenus has quit [Quit: WeeChat 2.8]
18:39
dimenus has joined #zig
18:43
layneson has joined #zig
18:46
<
fengb >
Yeah packed structs are buggy
18:52
Chris660 has joined #zig
18:53
antaoiseach has quit [Quit: leaving]
18:54
dimenus has quit [Quit: WeeChat 2.8]
18:59
dimenus has joined #zig
19:12
st4ll1 has joined #zig
19:15
Xavi92 has joined #zig
19:20
dimenus has quit [Quit: WeeChat 2.8]
19:29
<
xackus >
I made a gdb pretty printer for stage1 ZigList
19:29
<
xackus >
andrewrk do you want it in the main repo?
19:30
<
andrewrk >
xackus, sure if it doesn't cause any problems with the build system
19:30
<
andrewrk >
that sounds handy
19:31
<
xackus >
it is handy, but there are plenty of lists that are not ZigLists
19:52
foobles has quit [Remote host closed the connection]
20:10
<
xackus >
is tools the appropriate directory?
20:18
plumm has joined #zig
20:46
FireFox317_ has quit [Remote host closed the connection]
20:46
FireFox317_ has joined #zig
20:47
dermetfan has joined #zig
20:57
st4ll1 has quit [Ping timeout: 256 seconds]
21:00
Chris660 has quit [Quit: WeeChat 2.8]
21:04
dnmllr has joined #zig
21:04
dimenus has joined #zig
21:11
Kingsquee has joined #zig
21:20
mcf has quit [Excess Flood]
21:20
mcf has joined #zig
21:20
mcf has quit [Excess Flood]
21:20
mcf has joined #zig
21:21
Akuli has quit [Quit: Leaving]
21:42
mcf has quit [Quit: quit]
21:42
mcf has joined #zig
21:45
pystub has quit [Ping timeout: 256 seconds]
21:49
Winterfury has quit []
22:18
frett27_ has joined #zig
22:20
frett27 has quit [Ping timeout: 246 seconds]
22:21
metaleap has quit [Quit: Leaving]
22:47
FireFox317_ has quit [Ping timeout: 260 seconds]
23:09
cole-h has quit [Quit: Goodbye]
23:16
cole-h has joined #zig
23:31
kevsmith has quit [Remote host closed the connection]
23:32
FireFox317_ has joined #zig
23:32
dermetfan has quit [Ping timeout: 244 seconds]
23:37
halbeno has quit [Remote host closed the connection]
23:38
halbeno has joined #zig