pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.19k stars 353 forks source link

Potentially useless message in LRUCache #17141

Open Salas3108 opened 2 hours ago

Salas3108 commented 2 hours ago

We run a mutation testing on LRUCache and we got this : Bug Potentiel Pharro

welcome[bot] commented 2 hours ago

Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo

GitHub
Contribute a fix to Pharo
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo
Salas3108 commented 2 hours ago
weight remove: link value value. 

is replaced by

weight remove: link yourself value.