Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omibus: fixes for known issues in alpha11 #1190

Merged
merged 22 commits into from
Jan 28, 2025

Conversation

sgammon
Copy link
Member

@sgammon sgammon commented Jan 28, 2025

Draft Powered by Pull Request Badge

Summary

Tracking in #1183.

  • Link-at-Build Time
    • fix: guava incompatibility with jspecify
    • fix: missing link-at-build-time types
  • Known Issues
    • fix: do not exclude jna unconditionally (it is used by oshi)
    • fix: loading and execution of typescript files
    • fix: transport is falling back to nio on all platforms
    • fix: can't run native tools on linux

@sgammon sgammon added the bug Something isn't working label Jan 28, 2025
@sgammon sgammon added this to the Release R7: Beta 1 milestone Jan 28, 2025
@sgammon sgammon self-assigned this Jan 28, 2025
@sgammon sgammon linked an issue Jan 28, 2025 that may be closed by this pull request
5 tasks
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 52.43%. Comparing base (b47ef87) to head (0ead864).
Report is 1 commits behind head on release/1.0.0-alpha11-dist.

Files with missing lines Patch % Lines
...ain/kotlin/dev/elide/cli/bridge/CliNativeBridge.kt 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                      Coverage Diff                       @@
##           release/1.0.0-alpha11-dist    #1190      +/-   ##
==============================================================
+ Coverage                       52.41%   52.43%   +0.01%     
==============================================================
  Files                             415      415              
  Lines                           16172    16172              
  Branches                         2931     2931              
==============================================================
+ Hits                             8477     8479       +2     
+ Misses                           6714     6711       -3     
- Partials                          981      982       +1     
Flag Coverage Δ
jvm 52.43% <50.00%> (+0.01%) ⬆️
lib 52.43% <50.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...c/main/kotlin/elide/tool/cli/AbstractSubcommand.kt 60.00% <100.00%> (ø)
...ain/kotlin/dev/elide/cli/bridge/CliNativeBridge.kt 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b47ef87...0ead864. Read the comment docs.

sgammon and others added 6 commits January 27, 2025 23:20
Signed-off-by: Sam Gammon <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b2256b...65c4c4a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.4 to 4.5.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@5a2ce3f...3b139cf)

---
updated-dependencies:
- dependency-name: actions/dependency-review-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]>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@49b3bc8...53851d1)

---
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]>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@1e60f62...1d0ff46)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.28.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4dd1613...17a820b)

---
updated-dependencies:
- dependency-name: github/codeql-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]>
@sgammon sgammon marked this pull request as ready for review January 28, 2025 21:28
@sgammon sgammon merged commit 11cad72 into release/1.0.0-alpha11-dist Jan 28, 2025
24 checks passed
@sgammon sgammon deleted the fixes-alpha11 branch January 28, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Known Issues (alpha11)
1 participant