Sha256: 0aa048c56d1bc7fe6f4712e9e5affd0b5494a16bb1e16aeab13e6e1716eb9ff4

Contents?: true

Size: 1.63 KB

Versions: 2

Compression:

Stored size: 1.63 KB

Contents

---
- file: issue_332.rb
  diagnostics:
  - range:
      start:
        line: 7
        character: 8
      end:
        line: 7
        character: 20
    severity: ERROR
    message: |-
      Cannot find compatible overloading of method `-` of type `(::Object & ::Issue332::_TimeDurationExtensions & ::Issue332::TimeDurationExtensions)`
      Method types:
        def -: (::Issue332::Duration) -> ::Time
             | (::Numeric) -> ::Time
             | (::Time) -> ::Float
    code: Ruby::UnresolvedOverloading
- file: set_divide.rb
  diagnostics:
  - range:
      start:
        line: 2
        character: 2
      end:
        line: 2
        character: 10
    severity: ERROR
    message: Type `::Set[::String]` does not have method `ffffffff`
    code: Ruby::NoMethod
  - range:
      start:
        line: 5
        character: 4
      end:
        line: 5
        character: 9
    severity: ERROR
    message: Type `::String` does not have method `ggggg`
    code: Ruby::NoMethod
  - range:
      start:
        line: 7
        character: 4
      end:
        line: 7
        character: 9
    severity: ERROR
    message: Type `::String` does not have method `ggggg`
    code: Ruby::NoMethod
  - range:
      start:
        line: 11
        character: 4
      end:
        line: 11
        character: 9
    severity: ERROR
    message: Type `::String` does not have method `ggggg`
    code: Ruby::NoMethod
- file: thread.rb
  diagnostics:
  - range:
      start:
        line: 6
        character: 13
      end:
        line: 7
        character: 3
    severity: ERROR
    message: The method cannot be called with a block
    code: Ruby::UnexpectedBlockGiven

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
steep-0.43.1 smoke/regression/test_expectations.yml
steep-0.43.0 smoke/regression/test_expectations.yml