11# typed: strong
22# typed: strong
33module Sord
4- VERSION = T . let ( '5 .0.0' , T . untyped )
4+ VERSION = T . let ( '7 .0.0' , T . untyped )
55
66 # Handles writing logs to stdout and any other classes which request them.
77 module Logging
@@ -178,12 +178,12 @@ module Sord
178178 sig { params ( hash : T . untyped ) . returns ( T . untyped ) }
179179 def self . load_gem_objects ( hash ) ; end
180180
181- # sord omit - no YARD type given for "all_decls ", using untyped
181+ # sord omit - no YARD type given for "env ", using untyped
182182 # sord omit - no YARD type given for "names_to_paths", using untyped
183183 # sord omit - no YARD type given for "path", using untyped
184184 # sord omit - no YARD return type given, using untyped
185- sig { params ( all_decls : T . untyped , names_to_paths : T . untyped , path : T . untyped ) . returns ( T . untyped ) }
186- def self . add_rbs_objects_to_paths ( all_decls , names_to_paths , path = [ ] ) ; end
185+ sig { params ( env : T . untyped , names_to_paths : T . untyped , path : T . untyped ) . returns ( T . untyped ) }
186+ def self . add_rbs_objects_to_paths ( env , names_to_paths , path = [ ] ) ; end
187187
188188 # sord omit - no YARD type given for "nodes", using untyped
189189 # sord omit - no YARD type given for "names_to_paths", using untyped
@@ -253,6 +253,7 @@ module Sord
253253 def add_constants ( item ) ; end
254254
255255 # sord warn - YARD::CodeObjects::NamespaceObject wasn't able to be resolved to a constant in this project
256+ # sord warn - Parlour::TypedObject wasn't able to be resolved to a constant in this project
256257 # Adds comments to an object based on a docstring.
257258 #
258259 # _@param_ `item`
@@ -415,6 +416,7 @@ module Sord
415416 def self . split_type_parameters ( params ) ; end
416417
417418 # sord warn - YARD::CodeObjects::Base wasn't able to be resolved to a constant in this project
419+ # sord warn - Parlour::Types::Type wasn't able to be resolved to a constant in this project
418420 # Converts a YARD type into a Parlour type.
419421 #
420422 # _@param_ `yard` — The YARD type.
@@ -425,7 +427,9 @@ module Sord
425427 sig { params ( yard : T . any ( T ::Boolean , T ::Array [ T . untyped ] , String ) , item : YARD ::CodeObjects ::Base , config : Configuration ) . returns ( Parlour ::Types ::Type ) }
426428 def self . yard_to_parlour ( yard , item , config ) ; end
427429
430+ # sord warn - Parlour::Types::Type wasn't able to be resolved to a constant in this project
428431 # sord warn - YARD::CodeObjects::Base wasn't able to be resolved to a constant in this project
432+ # sord warn - Parlour::Types::Type wasn't able to be resolved to a constant in this project
429433 # Handles SORD_ERRORs.
430434 #
431435 # _@param_ `name`
@@ -445,6 +449,7 @@ module Sord
445449 end
446450 def self . handle_sord_error ( name , log_warning , item , replace_errors_with_untyped ) ; end
447451
452+ # sord warn - Parlour::Types::Type wasn't able to be resolved to a constant in this project
448453 # Given a YARD duck type string, attempts to convert it to one of a list of pre-defined RBS
449454 # built-in interfaces.
450455 #
0 commit comments