You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a bunch of errors like when indexing with a debug build.
sorbet/rbi/hidden-definitions/hidden.rbi:3649: Method OpenSSL::KDF.hkdf redefined without matching argument count. Expected: 5, got: 1 https://srb.help/4010
3649 | def self.hkdf(*arg); end
^^^^^^^^^^^^^^^^^^^
https://github.com/sorbet/sorbet/tree/master/rbi/stdlib/openssl.rbi#L3844: Previous definition
3844 | def self.hkdf(ikm, salt:, info:, length:, hash:); end
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sorbet/rbi/hidden-definitions/hidden.rbi:3651: Method OpenSSL::KDF.pbkdf2_hmac redefined without matching argument count. Expected: 5, got: 1 https://srb.help/4010
3651 | def self.pbkdf2_hmac(*arg); end
^^^^^^^^^^^^^^^^^^^^^^^^^^
https://github.com/sorbet/sorbet/tree/master/rbi/stdlib/openssl.rbi#L3779: Previous definition
3779 | def self.pbkdf2_hmac(pass, salt:, iterations:, length:, hash:); end
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sorbet/rbi/hidden-definitions/hidden.rbi:3653: Method OpenSSL::KDF.scrypt redefined without matching argument count. Expected: 2, got: 1 https://srb.help/4010
3653 | def self.scrypt(*arg); end
^^^^^^^^^^^^^^^^^^^^^
https://github.com/sorbet/sorbet/tree/master/rbi/stdlib/openssl.rbi#L3815: Previous definition
3815 | def self.scrypt(pass, **kwargs); end
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
utils/gems.rb:149: [scip-ruby] couldn't find field @bundle_installed_groups in class ::Homebrew; https://srb.help/400
149 | if @bundle_installed_groups != groups
^^^^^^^^^^^^^^^^^^^^^^^^
Note:
are you using a code pattern like def MyClass.method which is unsupported by Sorbet?
dev-cmd/unbottled.rb:39: [scip-ruby] couldn't find field @bottle_tag in class ::Homebrew; https://srb.help/400
39 | @bottle_tag = if (tag = args.tag)
^^^^^^^^^^^
Note:
are you using a code pattern like def MyClass.method which is unsupported by Sorbet?
dev-cmd/unbottled.rb:90: [scip-ruby] couldn't find field @sort in class ::Homebrew; https://srb.help/400
90 | @sort = " (sorted by number of dependents)"
^^^^^
Note:
are you using a code pattern like def MyClass.method which is unsupported by Sorbet?
extend/os/linux/linkage_checker.rb:30: [scip-ruby] couldn't find field @libcrypt_found in class ::LinkageChecker; https://srb.help/400
30 | return unless @libcrypt_found
^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
The number of errors is non-deterministic. I think this is perhaps due to non-deterministic scheduling of different threads across different files, where information from one file is not visible to another.
[codeintel-w...r] ERROR worker.worker.Handle workerutil/worker.go:382 operation.error {"TraceId": "cfea51e94d61c916ae9c885b37e1bb98", "SpanId": "0c44fdd2f354b407", "count": 1, "elapsed": 0.415351083, "error": "conversion.Correlate: dump malformed on element 119280: unknown reference to 4623 (expected a range) in element 119280"}
There are a bunch of errors like when indexing with a debug build.
The text was updated successfully, but these errors were encountered: