Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: entrypoint work pt 4 - feat(base): optimized rust routines for encodings - feat(base): build under `no_std` - feat(model): `model` crate initial structure - feat(sqlite): implement rust sqlite api layer - feat(project): new project crate - fix: sqlite symbol access from umbrella - fix: don't strip cargo outputs - fix: many fixes for `builder` crates - fix: don't move around third party libs - fix: clean for zlib and sqlite - fix: sqlite build flags aren't making it in - fix: rename `core` crate to `base` - fix: dynamic/static library builds for crates - fix(sqlite): loading of native sqlite libs in native image - chore: run `cargo test` with `make test` - chore: add some basic jvm and native encoding benchmarks - chore: merge `cli-bridge` module into `cli` - chore: rewrite `CliNativeBridge` in kotlin - chore: initial build wiring for protocol models in rust - chore: makefile support for ccache and sccache - chore: `cargo fuzz` support - chore: run `cargo update` - chore: run clippy - chore: run fmt - chore: update module pins, baselines - chore: update verification metadata + lockfiles - chore: update kotlinx benchmark → `0.4.11` - chore: update gradle → `8.9` - chore: update kotlin → `2.0.10-RC` - chore: update ksp → `2.0.10-RC-1.0.23` Signed-off-by: Sam Gammon <[email protected]> * feat: first use of new entrypoint, set ELIDE_EXPERIMENTAL to try Signed-off-by: Sam Gammon <[email protected]> * fix: python/shell build and init params Signed-off-by: Sam Gammon <[email protected]> * fix: language aliases should trigger engine init for langs Signed-off-by: Sam Gammon <[email protected]> * fix: detect version of graalpy/python for home paths Signed-off-by: Sam Gammon <[email protected]> * chore: `base` crate prelude/smartstring support Signed-off-by: Sam Gammon <[email protected]> * fix: consistent language init, engine lang support from args Signed-off-by: Sam Gammon <[email protected]> * feat: initial project, protocol, deps crate structures Signed-off-by: Sam Gammon <[email protected]> * chore: wiring for rust coverage in makefile/scripts Signed-off-by: Sam Gammon <[email protected]> * chore: cargo update/relock Signed-off-by: Sam Gammon <[email protected]> * chore: wire native tests into ci Signed-off-by: Sam Gammon <[email protected]> * chore: update detekt baseline for `cli` module Signed-off-by: Sam Gammon <[email protected]> * chore: run fmt Signed-off-by: Sam Gammon <[email protected]> * fix: coverage report overwrite with json Signed-off-by: Sam Gammon <[email protected]> * chore: native coverage reporting in ci Signed-off-by: Sam Gammon <[email protected]> * chore: `make check` task Signed-off-by: Sam Gammon <[email protected]> * chore: continued rust coverage/python support in ci Signed-off-by: Sam Gammon <[email protected]> * chore: ci refactors for native layer build steps Signed-off-by: Sam Gammon <[email protected]> * chore: run fmt, small build nits Signed-off-by: Sam Gammon <[email protected]> * chore: clean natives on `make clean` Signed-off-by: Sam Gammon <[email protected]> * chore: force deps to build for `make test` or `make check` Signed-off-by: Sam Gammon <[email protected]> * chore: more build/ci fixes Signed-off-by: Sam Gammon <[email protected]> * chore: task to enforce native lib existence before tests Signed-off-by: Sam Gammon <[email protected]> * fix: pip install during ci test Signed-off-by: Sam Gammon <[email protected]> * fix: yeet extra profiles after running jvm tests Signed-off-by: Sam Gammon <[email protected]> * fix: build `third-party` before running tests in ci Signed-off-by: Sam Gammon <[email protected]> * chore: add llvm install step to ci Signed-off-by: Sam Gammon <[email protected]> * fix: rust coverage depends on `llvm-profdata` Signed-off-by: Sam Gammon <[email protected]> * chore: ci support for rust checks, biome Signed-off-by: Sam Gammon <[email protected]> * chore: name nits Signed-off-by: Sam Gammon <[email protected]> * chore: adjust what runs in draft mode in ci Signed-off-by: Sam Gammon <[email protected]> * fix: llvm version in ci Signed-off-by: Sam Gammon <[email protected]> * chore: package of build consistency and reliability fixes Signed-off-by: Sam Gammon <[email protected]> * chore(deps): Bump actions/download-artifact from 4.1.7 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...fa0a91b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]> * chore(deps): Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@d70bba7...4fd8129) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]> * chore(deps): Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@6882732...5927c83) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]> * chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]> * chore: clippy/fmt Signed-off-by: Sam Gammon <[email protected]> --------- Signed-off-by: Sam Gammon <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information