Sha256: 8d625ba9e3cee87a787ad4d3dd8abf2264756e989d09d59cf2bd68111fa4ce0d

Contents?: true

Size: 1.68 KB

Versions: 52

Compression:

Stored size: 1.68 KB

Contents

---
- file: a.rb
  diagnostics:
  - range:
      start:
        line: 8
        character: 2
      end:
        line: 8
        character: 12
    severity: ERROR
    message: |-
      Cannot assign a value of type `::Foo` to a variable of type `::String`
        ::Foo <: ::String
          ::Object <: ::String
            ::BasicObject <: ::String
    code: Ruby::IncompatibleAssignment
- file: b.rb
  diagnostics:
  - range:
      start:
        line: 7
        character: 0
      end:
        line: 7
        character: 17
    severity: ERROR
    message: |-
      Cannot assign a value of type `::String` to a variable of type `::Integer`
        ::String <: ::Integer
          ::Object <: ::Integer
            ::BasicObject <: ::Integer
    code: Ruby::IncompatibleAssignment
  - range:
      start:
        line: 10
        character: 0
      end:
        line: 10
        character: 16
    severity: ERROR
    message: |-
      Cannot assign a value of type `::Object` to a variable of type `::Integer`
        ::Object <: ::Integer
          ::BasicObject <: ::Integer
    code: Ruby::IncompatibleAssignment
- file: c.rb
  diagnostics:
  - range:
      start:
        line: 6
        character: 4
      end:
        line: 6
        character: 20
    severity: ERROR
    message: |-
      Cannot assign a value of type `::Object` to a variable of type `::String`
        ::Object <: ::String
          ::BasicObject <: ::String
    code: Ruby::IncompatibleAssignment
- file: f.rb
  diagnostics:
  - range:
      start:
        line: 2
        character: 12
      end:
        line: 2
        character: 21
    severity: ERROR
    message: Type `::Integer` does not have method `__error__`
    code: Ruby::NoMethod

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
steep-1.6.0 smoke/extension/test_expectations.yml
steep-1.6.0.pre.4 smoke/extension/test_expectations.yml
steep-1.6.0.pre.3 smoke/extension/test_expectations.yml
steep-1.6.0.pre.2 smoke/extension/test_expectations.yml
steep-1.6.0.pre.1 smoke/extension/test_expectations.yml
steep-1.5.3 smoke/extension/test_expectations.yml
steep-1.5.2 smoke/extension/test_expectations.yml
steep-1.5.1 smoke/extension/test_expectations.yml
steep-1.5.0 smoke/extension/test_expectations.yml
steep-1.5.0.pre.6 smoke/extension/test_expectations.yml
steep-1.5.0.pre.5 smoke/extension/test_expectations.yml
steep-1.5.0.pre.4 smoke/extension/test_expectations.yml
steep-1.5.0.pre.3 smoke/extension/test_expectations.yml
steep-1.5.0.pre.2 smoke/extension/test_expectations.yml
steep-1.5.0.pre.1 smoke/extension/test_expectations.yml
steep-1.4.0 smoke/extension/test_expectations.yml
steep-1.4.0.dev.5 smoke/extension/test_expectations.yml
steep-1.4.0.dev.4 smoke/extension/test_expectations.yml
steep-1.4.0.dev.3 smoke/extension/test_expectations.yml
steep-1.3.2 smoke/extension/test_expectations.yml