Skip to content

Fix CI build errors#476

Merged
t81dev merged 5 commits intomainfrom
fix/ci-build-errors-5576352586265098982
Mar 18, 2026
Merged

Fix CI build errors#476
t81dev merged 5 commits intomainfrom
fix/ci-build-errors-5576352586265098982

Conversation

@t81dev
Copy link
Owner

@t81dev t81dev commented Mar 18, 2026

Fixes unused variable warnings and an undeclared func_ptr error causing the CI pipeline to fail during compilation.


PR created automatically by Jules for task 5576352586265098982 started by @t81dev

- Add `[[maybe_unused]]` to `function` and `context` parameters in `ffi_dispatcher.cpp` to prevent "unused parameter" warnings from failing the build.
- Remove the unused `start_index` variable in `ffi_dispatcher.cpp`.
- Add `dlsym` lookup for dynamic library symbol loading in `ffi_dispatcher.cpp` to resolve missing `func_ptr` error.
- Move the `apply_carries` lambda in `native.hpp` into the `#if` and `#elif` architecture-specific blocks where it's actually used to resolve "unused variable" warnings on non-SIMD scalar builds.

Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 4 commits March 18, 2026 02:33
…BILITY_MATRIX

- Run clang-format on `include/t81/native.hpp` to fix formatting warnings.
- Add `docs/status/T81LANG_TRACEABILITY_MATRIX.md` to satisfy the deterministic profile compliance check.

Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
…dlfcn.h>` and create missing document

- Fix `fatal error: dlfcn.h: No such file or directory` on Windows (MSVC/Clang-cl) by using `#ifndef _WIN32` around `#include <dlfcn.h>` in `core/vm/ffi_dispatcher.cpp`.
- Add `[[maybe_unused]]` attributes to unused parameters in `core/vm/ffi_dispatcher.cpp` functions to fix `-Werror` build failures.
- Add `docs/status/JIT_EQUIVALENCE_GAP.md` to pass the Deterministic Profile Compliance Check for missing status documentation.

Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
- Add `docs/status/GOVERNANCE_BOUNDARIES_CLARIFICATION.md` to pass the Deterministic Profile Compliance Check.

Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
- Update `tooling/tui/common.cpp` to map `popen` to `_popen` and `pclose` to `_pclose` for MSVC builds to fix compiler error C3861 (identifier not found).
- Add `docs/status/JIT_EQUIVALENCE_GAP.md` to pass the Deterministic Profile Compliance check.

Co-authored-by: t81dev <207451414+t81dev@users.noreply.github.com>
@t81dev t81dev merged commit f95eccc into main Mar 18, 2026
32 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant