Jon Rowe

Results 306 comments of Jon Rowe

Closing due to inactivity during the monorepo migration, but if someone wanted to revisit this they'd be welcome.

Closing due to inactivity during the monorepo migration, but documentation improvements are always welcome.

I'd like to apologise for leaving this hanging for so long, its been on my review list for ages but I just haven't been able to get around to it,...

I do think this is a bug but globals is not the answer, if the issue is Ruby is retaining the class after we have removed it, I'm not sure...

Sorry for the delayed response, we never did really settle on anything beyond "behaviour in mocks without expectations" is to be considered "lite" and really argument matchers are expected to...

Closing due to inactivity during the monorepo migration, and I don't think theres anything to do, but this can be reopened on the monorepo if someone feels strong about it.

I'm not sure theres much we can do about that, given that the location of this is set by Ruby, we don't really have an alternate way to set constants...

Closing during the monorepo migration, because I don't think there is anything we can do, but if someone finds a way to reasonably improve this please do reopen there.

This isn't a bug so much, more of a lack of feature, `HelloWorld.singleton_class` returns a class, not a constant name, and `stub_const` takes a string representing a constant name, so...

If you used `module_function` to create functions on `HelloWorld` you'd have access to `HelloWorld::FOO`