chore: spell the shared things the way the family does - #131
Merged
Merged
Conversation
A cross-repo scan lined the 24 wickra-lib repositories up; this is everything wickra-backtest spelled differently from the family, in one change. - junit 6.1.3, Maven compiler 3.16.0, surefire 3.6.0; `Microsoft.NET.Test.Sdk` 18.9.0, `xunit.runner.visualstudio` 4.0.0. - `@napi-rs/cli` ^3.9.0 with the Node lock refreshed; `CMAKE_CXX_STANDARD 17` for the C example. - Go and Java binding jobs gain a floor row on ubuntu (`go 1.23`, `release 22`) next to stable / 25. - Fuzz job on the family's pinned `nightly-2026-07-01`, with the reason beside it; `dotnet-version: "8.0.x"`. CHANGELOG has the entry under Unreleased. No version bump; the release round follows once every repo is consistent.
The cli moved to ^3.9.0 (resolved 3.10.3) in this change, and the loader it generates gained the WASI fallbacks and the binding-artifact export; the CI sync check compares the committed index.js / index.d.ts against a fresh build, so they are regenerated here.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…ostics @napi-rs/cli 3.10 adds __napiBindingTarget to the module object; it is the loader's, not the binding's surface.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A cross-repo scan lined the 24 wickra-lib repositories up; this is everything wickra-backtest spelled differently from the family, in one change.
Microsoft.NET.Test.Sdk18.9.0,xunit.runner.visualstudio4.0.0.@napi-rs/cli^3.9.0 with the Node lock refreshed;CMAKE_CXX_STANDARD 17for the C example.go 1.23,release 22) next to stable / 25.nightly-2026-07-01, with the reason beside it;dotnet-version: "8.0.x".CHANGELOG has the entry under Unreleased. No version bump; the release round follows once every repo is consistent.