Matheus Izvekov

Results 10 issues of Matheus Izvekov

**Is your feature request related to a problem? Please describe.** I'd like to consume the input file on the go, without having to create an intermediate DOM representation. **Describe the...

feature

Fails with: ``` not ok 403 - udp_multicast_join # exit code 6 # Output from process `udp_multicast_join`: # Assertion failed in test/test-udp-multicast-join.c on line 163: `r == 0` (-8 ==...

macos
test

MSVC does not actually support ubsan. There is a long-standing ticket requesting this: https://developercommunity.visualstudio.com/t/add-support-for-ubsan/840750 There are no known compilers that currently accept the `/fsanitize=undefined` spelling. clang-cl accepts `-fsanitize...`, same as...

Some tests try to open `/dev/tty`, but that doesn't work on CI environment. For example, `osx_select_many_fds` built with UBSAN fails with: ``` /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/sys/_types/_fd_def.h:93:4: runtime error: index 47 out of bounds...

bug
macos

There are certain bugs and warnings I have fixed locally and want to submit MR upstream, but the CI runners are missing some important workflows so that tests for my...

I am creating a [homebrew](https://brew.sh/) "package" (formula) for vulkanCapsViewer. Note that homebrew is not MacOS specific, and supports linux as well, and some of the issues here relate to that....

Platform: MacOS

Would be nice if this library, or at least some subset of it, could be built using C++-without-exceptions dialect.

enhancement

WIndows GNU ABI has different mangling than MSVC ABI, so the linker symbol aliases for GetLastError / FormatMessage etc don't work. These aliases instead would work: ``` #if defined(__MINGW32__) #if...

bug

When distributing VulkanTools through a MacOS package manager, such as homebrew for example, we don't want them bundled in a MacOS App. So the process for building these on MacOS...

Project - vkconfig
OS - Apple
PR requested

This project includes workarounds for the changes introduced in https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0522r0.html, which was adopted as a defect report and thus retroactively applies back to all language standards. See here: https://github.com/xtensor-stack/xtensor/blob/d9c3782ed51027b2d00be3c26288b2f74e4dbe94/include/xtensor/xutils.hpp#L1022 The...