Marcus Denker
Marcus Denker
this seems to be fixed
Bug fix + code cleanup for issue #11705: Error: Instances of RBProtocolEnvironment are not indexable
This is commited against Pharo10, I can not change to Pharo11 strangely. (we have to fix Pharo11 first, we then can backport later if it is important)
Bug fix + code cleanup for issue #11705: Error: Instances of RBProtocolEnvironment are not indexable
I did a PR for Pharo11: #11708 We can merge that first and if it works fine, we ca merge the "backport"
Failing tests not related: - [CI] Failing test: ProperMethodCategorizationTest>>testNoUncategorizedMethods #11669 - [CI] Failing test: ReleaseTest>>testUndeclared #11670 - #skipOnPharoCITestingEnvironment seems to not work on WIN and MAC #11425
This was wrongly closed with merging #10348, but that is another issue (this is why using titles just refering to issue or PR numbers is not good)
TODO: forward port #9038
Hmm... maybe I got completely confused and this just mentioned #9083.. using numbers only is confusing
the problem is that there are subclasses of ByteArrray that are not supposed to be a RBLiteralArrayNode. it is really just that class.
We need to do it for both Pharo 10 and Pharo 11.
This now has been forward ported to both Pharo10 and Pharo11, so we can close the issue