> > Trivial improvement of the day: > > simplify #allSelectorsInProtocol: > https://github.com/pharo-project/pharo/pull/3647 >
has been merged. > > > Trivial thing to do for someone else: > > #zapAllMethods can be removed > https://github.com/pharo-project/pharo/issues/3656 > was done (not by me!) and merged! Trivial thing done today: simplify allUnreferencedClassVariables https://github.com/pharo-project/pharo/issues/3661 this is a nice example how other trivial unimportant changes make things trivial that where not trivial before. After - adding #isReferenced for class variables (https://github.com/pharo-project/pharo/pull/3653) - adding #allClassVariables for classes (https://github.com/pharo-project/pharo/pull/3658) this was trivial. So I guess doing trivial things (that you might think are not important because they are oh so trivial) actually have the effect to make something trivial that was not trivial before? That is odd… Trivial thing for someone else to do: fix typo in Welcome bot message: “runn” https://github.com/pharo-project/pharo/issues/3696 One of the welcome bot messages has a typo: “runn" should be “run" This needs to be fixed here: https://github.com/pharo-project/pharo/blob/Pharo8.0/.github/config.yml the file can be edited right from the GitHub interface Marcus
