Victor Pellan

Results 9 comments of Victor Pellan

> Hey @vpellan is this PR still relevant? This is still relevant (it is useful to run parametric system-tests) but needs to be reworked. We still have it in AppSec...

> Ack! Do you want to keep this PR around as reference, or shall we close it for now? I think it's better to keep it as reference, we can...

Well actually this has been fixed by [`a61a09e` (#4174)](https://github.com/DataDog/dd-trace-rb/pull/4174/commits/a61a09e0bdaa32609dbdf976d5366c91887e9982) so we can close this PR

As of 27th. of November, the scope of this PR has been changed to moving all "non-billing" mode code to Tracing part. ("Non billing" mode is what was previously referred...

It looks similar to https://github.com/soutaro/steep/issues/919

Hey @Drowze ! Thanks for pinging me, I'll take a look at it asap !

Thanks for your suggestions ! The two suggestions give the same output: ``` lib/playground/playground.rb:2:2: [error] Cannot assign a value of type `::Class` to a constant of type `singleton(::Foo::Bar)` │ ::Class

This is most likely the root cause: https://github.com/ruby/rbs/issues/1874

> I think we should use the class C < Base; end syntax if we want type checking. Type checking works with these classes, just not on the line where...