<dutchie>
though at this point maybe it would be easier to just wait for 0.7.1
layneson has joined #zig
x0r19x91 has joined #zig
letoram has quit [Ping timeout: 272 seconds]
letoram has joined #zig
notzmv has joined #zig
notzmv has quit [Read error: No route to host]
notzmv has joined #zig
dumenci has quit [Ping timeout: 256 seconds]
layneson has quit [Ping timeout: 260 seconds]
hnOsmium0001 has joined #zig
viaken has quit [Quit: reboot]
layneson has joined #zig
layneson has quit [Ping timeout: 240 seconds]
radgeRayden has joined #zig
nycex has quit [Remote host closed the connection]
nycex has joined #zig
nycex has quit [Ping timeout: 240 seconds]
nycex has joined #zig
xackus has joined #zig
waleee-cl has joined #zig
nullheroes has quit [Quit: WeeChat 2.9]
notzmv has quit [Ping timeout: 256 seconds]
notzmv has joined #zig
xackus has quit [Ping timeout: 264 seconds]
x0r19x91 has quit [Quit: Connection closed for inactivity]
layneson has joined #zig
xackus has joined #zig
marnix has quit [Read error: Connection reset by peer]
marnix has joined #zig
xackus has quit [Ping timeout: 265 seconds]
marnix has quit [Read error: Connection reset by peer]
marnix has joined #zig
marnix has quit [Ping timeout: 256 seconds]
sord937 has quit [Quit: sord937]
xackus has joined #zig
tom_b has quit [Quit: Quitte]
hlolli has joined #zig
wootehfoot has quit [Read error: Connection reset by peer]
freshmaker666 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Akuli has quit [Quit: Leaving]
freshmaker666 has joined #zig
freshmaker666 has quit [Client Quit]
freshmaker666 has joined #zig
notzmv has quit [Read error: No route to host]
notzmv has joined #zig
freshmaker666 has quit [Quit: ZNC 1.8.2 - https://znc.in]
freshmaker666 has joined #zig
freshmaker666 has quit [Client Quit]
freshmaker666 has joined #zig
Jeanne-Kamikaze has joined #zig
hlolli has quit [Ping timeout: 272 seconds]
radgeRayden has quit [Ping timeout: 246 seconds]
<leeward>
I have a line, `const mode_a: bool = std.mem.eql(u8, build_options.mode, "mode_a");` which is not doing what I expect. When I print out build_options.mode, it says "mode_a" but when I print mode_a, it's false. This used to work circa 1.6 and now doesn't. Anyone know why?
layneson has quit [Ping timeout: 256 seconds]
<ifreund>
that sounds kinda freaky :/
<leeward>
It does, doesn't it?
<leeward>
Oh, and it's comptime so I can't just gdb the executable.
<ifreund>
are you sure there's no whitespace in build_options.mode?
<ifreund>
@compileLog() of the raw bytes of both might shed some light
<leeward>
Hah, there are quotes.
<leeward>
Not sure how that happened.
<ifreund>
heh
<leeward>
build_options.name is `"mode_a"`
<leeward>
but in my build.zig, it's assigned as...yep, b.fmt("\"{}\", .{name})
<leeward>
Guess I was working around a bug that's since been fixed.
<leeward>
Anyone know if there's been any progress on msp430 since I last checked in...October?
<leeward>
Looks like the list says it's still tier 4.