Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jan 14, 2025
1 parent 653dd58 commit a70e97e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
26 changes: 4 additions & 22 deletions Steepfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,30 +159,12 @@ target :datadog do
library 'digest'
library 'zlib'
library 'time'
library 'pp'

repo_path 'vendor/rbs'
library 'cucumber'
library 'jruby'
library 'gem'
library 'rails'
library 'spring'
library 'sinatra'
library 'google-protobuf'
library 'protobuf-cucumber'
library 'minitest'
library 'mysql2'
library 'mysql2-aurora'
library 'concurrent-ruby'
library 'faraday'
library 'seahorse'
library 'excon'
library 'grpc'
library 'delayed_job'
library 'opentelemetry-api'
library 'passenger'
library 'webmock'
library 'graphql'
library 'datadog-ci'
Dir.children('vendor/rbs').each do |vendor_gem|
library vendor_gem
end

# ffi version 1.17 was shipped with invalid rbs types:
# https://github.com/ffi/ffi/issues/1107
Expand Down
4 changes: 3 additions & 1 deletion sig/datadog/tracing/span.rbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Datadog
module Tracing
class Span
include Metadata::Tagging

attr_accessor end_time: (Time | nil)
attr_accessor id: Integer
attr_accessor meta: Hash[String, String]
Expand Down Expand Up @@ -43,7 +45,7 @@ module Datadog
def ==: (Span other) -> bool
def to_s: -> String
def to_hash: -> Hash[Symbol, untyped]
def pretty_print: (PP::Object q) -> void
def pretty_print: (PP q) -> void
end
end
end

0 comments on commit a70e97e

Please sign in to comment.