Meghan Denny

Results 585 comments of Meghan Denny

was the addition of the `simple` directory intentional?

reading https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryexw, `LoadLibraryFlags` looks like it should be an enum instead

do u have a before/after screenshot?

(to members) should the resolution of this be noop or a compile error?

PRs allow for comments so I assumed Andrew eventually merging or closing had the same effect

yes, without this change using many structures with comptime-only types is impossible while making it so they can continue to work with runtime types as well

outside the one `lib/std/comptime_string_map.zig`, I should add one in `test/behavior/` as well?

remember that `try` is sugar. the point here is not that you can return, but that you can `catch` failure. return is just one of many strategies to handle an...

i can't find the issue/pr reference atm but I remember seeing something about the behavior of this changing recently. I would try generating the autodocs with master and see if...