Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- os: ubuntu-latest
rubyPlatform: x86_64-linux
- os: macos-intel
runsOn: macos-12
runsOn: macos-13
rubyPlatform: x86_64-darwin
- os: macos-latest
rubyPlatform: arm64-darwin
Expand Down
5 changes: 5 additions & 0 deletions temporalio/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ AllCops:
# Keep cop rule settings in alphabetical order. For each rule setting, provide
# justification for the change from default.

# Temporarily disabled per https://github.com/rake-compiler/rake-compiler-dock/issues/145#issuecomment-2596848639
# until that is fixed
Gemspec/RequiredRubyVersion:
Enabled: false

# We want our classes in a certain order
Layout/ClassStructure:
Enabled: true
Expand Down
114 changes: 58 additions & 56 deletions temporalio/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions temporalio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ license-file = "LICENSE"
[workspace.dependencies]
derive_builder = "0.20"
derive_more = { version = "1.0", features = ["constructor", "display", "from", "into", "debug"] }
once_cell = "1.16"
thiserror = "2"
tonic = "0.12"
tonic-build = "0.12"
opentelemetry = { version = "0.24", features = ["metrics"] }
opentelemetry = { version = "0.26", features = ["metrics"] }
prost = "0.13"
prost-types = "0.13"

Expand Down
3 changes: 1 addition & 2 deletions temporalio/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ Rake::Task[:build].enhance([:copy_parent_files]) do
end

task :rust_lint do
# TODO(cretz): Add "-- -Dwarnings" to clippy when SDK core passes with it
sh 'cargo', 'clippy'
sh 'cargo', 'clippy', '--', '-Dwarnings'
sh 'cargo', 'fmt', '--check'
end

Expand Down
2 changes: 1 addition & 1 deletion temporalio/ext/sdk-core
Submodule sdk-core updated 147 files
Loading
Loading