| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Ran the Windows verification on Windows 11. Result: could not execute the tests. go test ./cmd/lk/... fails to build on Windows with the MinGW/GCC toolchain. Environment: Windows 11, Go 1.26.5, GCC 16.2.0 (MSYS2 UCRT64), CGO_ENABLED=1 Steps taken: installed MSYS2 + mingw-w64-ucrt-x86_64-gcc, set CGO_CXXFLAGS_ALLOW=.* (needed for -fms-extensions), ran git submodule update --init --recursive for pkg/portaudio/pa_src. Failure: platform_thread_types.cc:111:3: error: '__try' was not declared in this scope platform_thread_types.cc:114:5: error: '__except' was not declared in this scope __try/__except are MSVC structured exception handling; GCC doesn't support them. Since cmd/lk imports pkg/console → pkg/apm, the whole package fails to build, so the new tests in cmd/lk/app_test.go can't run on Windows without MSVC. Flagging because the PR adds a Windows PATH regression test — worth knowing it can currently only be exercised on Linux CI. Happy to retry with MSVC if that's the supported Windows path. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Testing
Fixes #912