Can we define a tag for such issues ?
On Fri, Jun 28, 2019 at 9:37 PM Marcus Denker <[email protected]> wrote: > > > > > 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 > > > -- Serge Stinckwic h Int. Research Unit on Modelling/Simulation of Complex Systems (UMMISCO) Sorbonne University (SU) French National Research Institute for Sustainable Development (IRD) U niversity of Yaoundé I, Cameroon "Programs must be written for people to read, and only incidentally for machines to execute." https://twitter.com/SergeStinckwich
