Skip to content

Changes

#3 (Jun 13, 2024, 8:44:48 PM)

  1. fixing recompilation of bloc with home methods that have already been recompiled — adrien.vanegue.etu / githubweb
  2. simplify the fix to be able to recompile obsolete methods in the debugger — adrien.vanegue.etu / githubweb
  3. Announcer: Return early if there isn't any subscriber — tinchodias / githubweb
  4. Make RBAbstractClass match the MOP answering both false by default in #isAbstract. — hernan.morales / githubweb
  5. Update src/Refactoring-UI-Tests/ReMakeClassAbstractDriverTest.class.st — github / githubweb
  6. Update src/Refactoring-UI/RBMakeClassAbstractDriver.class.st — github / githubweb
  7. Use more readable name for unreferenced class, as suggested by @balsa-sarenac — hernan.morales / githubweb
  8. Inform error string if runRefactoring fails. — hernan.morales / githubweb
  9. Revert RBAbstractClass>>isAbstract to be true by default. — hernan.morales / githubweb
  10. Changed 'Transcript show:' construct to 'self trace' — posledniamir / githubweb
  11. Rename SqueakEpoch to Epoch — cyril / githubweb
  12. Changed FreeTypeCache and FreeTypeFont to use a single mutual exclusion semaphore for the cache instead of one per font. — 1611248+Rinzwind / githubweb
  13. Factored out #basicRemoveAll from #removeAll on FreeTypeCache. — 1611248+Rinzwind / githubweb
  14. Made #maximumSize:, #removeAll, #removeAllForFont:, #removeAllForType: and #reportCacheState on FreeTypeCache wait for the semaphore. — 1611248+Rinzwind / githubweb
  15. Fixed #moveDown: on FreeTypeCacheLinkedList to actually swap ‘e2’ and ‘e3’. — 1611248+Rinzwind / githubweb
  16. Factored out #removeEntry: from #removeAllForFont: and #removeAllForType: on FreeTypeCache. — 1611248+Rinzwind / githubweb
  17. Made #atFont:charCode:type:scale:ifAbsentPut: and #removeEntry: on FreeTypeCache remove emptied dictionaries from the ‘fontTable’ (so that fonts for which there are no more entries also get removed). — 1611248+Rinzwind / githubweb
  18. Changed #shrinkTo: on FreeTypeCache to selectively remove entries rather than all of them. — 1611248+Rinzwind / githubweb
  19. Use generateChanges: instead of execute — hernan.morales / githubweb
  20. beginning test for AsClassRule — angel.hely0542 / githubweb
  21. test for rule : ReExcessiveVariablesRule and ReInconsistentMethodClassificationRule — angel.hely0542 / githubweb
  22. Test proposition for 5 rules. — angel.hely0542 / githubweb
  23. deleete ReAsClassRuleTest — angel.hely0542 / githubweb
  24. remove duplicated method from FreeTypeFontProvider class>>registerFont — angel.hely0542 / githubweb
  25. Moving the link count from reflective method to a property of the method node — 26929529+StevenCostiou / githubweb
  26. Forgot to remove the old linkCount variable in the Reflective Method. — 26929529+StevenCostiou / githubweb
  27. refafctoring addFromFileContents:baseName and start refactoring updateFromFile: — angel.hely0542 / githubweb
  28. Changed #pharoItemsOn: for WorldState and #menuCommandOn: for ProfStef to use the icon #smallPharo instead of scaling the icon #pharo. — 1611248+Rinzwind / githubweb
  29. new test methods + improve some tests — angel.hely0542 / githubweb
  30. Add rule for Point x: x y: y -> x@y — angel.hely0542 / githubweb
  31. Reworked #subMenuMarker in the MenuItemMorph hierarchy to #subMenuMarkerFormSet. — 1611248+Rinzwind / githubweb
  32. Made #basicDrawOn: on ToggleMenuItemMorph draw the FormSet for the submenu marker. — 1611248+Rinzwind / githubweb
  33. Replaced use of an array to initialize the ‘bits’ of the ‘SubMenuMarker’ Form in #initialize for MenuItemMorph by the drawing of the corresponding polygon. — 1611248+Rinzwind / githubweb
  34. Replaced shared variables ‘SubMenuMarker’, ‘BottomArrow’, ‘LeftArrow’ and ‘UpArrow’ in MenuItemMorph, which held a Form, by corresponding variables that hold a FormSet. — 1611248+Rinzwind / githubweb
  35. Made #initialize for MenuItemMorph include a Form at scale 2 in each FormSet. — 1611248+Rinzwind / githubweb
  36. improvement rule for Point x:x y:y -> x@y — angel.hely0542 / githubweb
  37. 5 test for rules — angel.hely0542 / githubweb
  38. add rule to avoid that TestCase rely on Initialize — angel.hely0542 / githubweb
  39. add Open as external window option — pavel.krivanek / githubweb
  40. changement for rule ReSetUpRule — angel.hely0542 / githubweb
  41. New pass at removing SystemAnnouncer references — cyril / githubweb
  42. use Pharo13 branches — estebanlm / githubweb
  43. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRuleTest.class.st — github / githubweb
  44. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRuleTest.class.st — github / githubweb
  45. Update src/General-Rules-Tests/ReUseSetUpRuleTest.class.st — github / githubweb
  46. Update src/General-Rules-Tests/ReUseSetUpRuleTest.class.st — github / githubweb
  47. modification ensure part of tests — angel.hely0542 / githubweb
  48. Trying to avoid parentOfTree: — sarenac.balsa / githubweb
  49. Clean useless parenthesis — sarenac.balsa / githubweb
  50. Move utilities methods from ParseTreeRewriter to their only user. — sarenac.balsa / githubweb
  51. Rename calculateTree — sarenac.balsa / githubweb
  52. Adding accessors for driver interaction — sarenac.balsa / githubweb
  53. Just a silly test for selector generation — sarenac.balsa / githubweb
  54. Introduction of a draft driver + exposing command in menu — sarenac.balsa / githubweb
  55. Junk to be cleaned — sarenac.balsa / githubweb
  56. - Remove parentOfSubtree: sine it is not used anymore. — sarenac.balsa / githubweb
  57. simple formating. — sarenac.balsa / githubweb
  58. rescuing the removal of a method — sarenac.balsa / githubweb
  59. Fixing API to accept only class name! — sarenac.balsa / githubweb
  60. remove unnecessary argument emtpy dictionary — sarenac.balsa / githubweb
  61. regrouping needsReturn to the set of analysis. — sarenac.balsa / githubweb
  62. Cleaning messageSendWith: — sarenac.balsa / githubweb
  63. Adding a nice comment to an important place. — sarenac.balsa / githubweb
  64. Adding comment and making RBAbstractClass allMethods nicer — sarenac.balsa / githubweb
  65. Deprecated method as compiledMethod in RBMethod — sarenac.balsa / githubweb
  66. Starting to write tests for a method equivalent tree checker. — sarenac.balsa / githubweb
  67. Remove unused methods and cleanups — sarenac.balsa / githubweb
  68. Cleanup: deprecation use `compiledMethod` instead of `method` — sarenac.balsa / githubweb
  69. Feat: first iteration of equivalent tree checker implementation — sarenac.balsa / githubweb
  70. Refactor: deprecate `whoDefinesMethod:` with `whichClassIncludesSelector:` — sarenac.balsa / githubweb
  71. Refactor: improve naming and add comments to EquivalentTreeChecker — sarenac.balsa / githubweb
  72. Test: data for testing EquivalentTreeChecker — sarenac.balsa / githubweb
  73. Feat: using new EquivalentTreeChecker in ExtractMethodTransformation!!! — sarenac.balsa / githubweb
  74. Cleanup: deprecation rewrites of `whoDefinesMethod:` -> `whichClassIncludesSelector:` — sarenac.balsa / githubweb
  75. Cleanup: deprecation rewrites of `mehtod` -> `compiledMethod` — sarenac.balsa / githubweb
  76. Test: add comments for equivalent tree checker — sarenac.balsa / githubweb
  77. Refactor: rename `checkEquivalentTreeFor:` -> `findEquivalentTreeFor:` — sarenac.balsa / githubweb
  78. Rename: `RBExtractMethodTransformation` -> `ReCompositeExtractMethodRefactoring` — sarenac.balsa / githubweb
  79. Cleanup: remove bunch of dead code in `ReCompositeExtractMethodRefactoring` — sarenac.balsa / githubweb
  80. Refactor: change api of RemoveSubtreeTransformation — sarenac.balsa / githubweb
  81. Refactor: remove popup from extract setUp method refactoring — sarenac.balsa / githubweb
  82. Refactor: rename test class for composite extract method refactoring — sarenac.balsa / githubweb
  83. Refactor: extract code for `addReturnIfNeeded` — sarenac.balsa / githubweb
  84. Feat: custom transformation that adds super call as first statement — sarenac.balsa / githubweb
  85. Docs: comment for add super send — sarenac.balsa / githubweb
  86. Feat: first iteration of extract `setUp` method that can extract statement + tests — sarenac.balsa / githubweb
  87. Feat: enable Mutation operator to set selector for the new method without UI — sarenac.balsa / githubweb
  88. Feat: interval based API for invoking CompositeExtractMethodRefactoring — sarenac.balsa / githubweb
  89. Feat: turn assignment vars into inst vars in setUp method — sarenac.balsa / githubweb
  90. Cleanup: add missing protocol — sarenac.balsa / githubweb
  91. Clenaup: deprecate unused `StRewriteRuleChangesBrowserPresenter` — sarenac.balsa / githubweb
  92. Feat: refactoring change manager new API for performing list of changes — sarenac.balsa / githubweb
  93. Refactor: move `undoLastRefactoring` to instance side — sarenac.balsa / githubweb
  94. Refactor: wrap a list of chagnes in a CompositeChange — sarenac.balsa / githubweb
  95. Test: performing undo on refactoring that has more changes than the UndoSize — sarenac.balsa / githubweb
  96. Feat: API for performing composite change instead of sending the manager a list of changes — sarenac.balsa / githubweb
  97. Refactor: deprecate `performChange:` use either `performCompositeChange:` or `performChanges:` — sarenac.balsa / githubweb
  98. Refactor: migrate senders of `performChange:` to `performChanges:` or `performCompositeChange:` — sarenac.balsa / githubweb
  99. Refactor: use self instead of getting new instance of refactory change manager — sarenac.balsa / githubweb
  100. Refactor: cut duplicate code and reuse `performCompositeChange:` — sarenac.balsa / githubweb
  101. Cleanup: deprecate class side `undoLastRefactoring` — sarenac.balsa / githubweb
  102. Refactor: use new api to check list of preconditions — sarenac.balsa / githubweb
  103. Refactor: migrate all applicability preconditions to return a list — sarenac.balsa / githubweb
  104. Refactor: migrate breaking change preconditions to return a list of conditions — sarenac.balsa / githubweb
  105. Cleanup: remove unnecessary override — sarenac.balsa / githubweb
  106. Fix: `add:` is not allowed on Array, so using `,` to connect preconditions — sarenac.balsa / githubweb
  107. Fix: fix failing refactoring tests due to new preconditions changes — sarenac.balsa / githubweb
  108. Fix: update tests so they don't use old `preconditions check` but new `checkPreconditions` method — sarenac.balsa / githubweb
  109. Fix: temporary fix of reporting erros from NegatedCondition — sarenac.balsa / githubweb
  110. Fix: merge two instance variables into one since they are the same — sarenac.balsa / githubweb
  111. Fix a small bug with FFI calls when passing 'NULL'  as argument to the C function to call. Now it can infer its type correctly as 'void*' — ignbianchi / githubweb
  112. Changed default value for setting #autoSetCanvasScaleFactor to true. — 1611248+Rinzwind / githubweb
  113. missing stroke paint method — pavel.krivanek / githubweb
  114. add tests for testDoWhileFalse: and testDoWhileTrue: — pavel.krivanek / githubweb
  115. Remove empty Manifests from baseline packages, synchronize on the tag name #Baseline for Baseline methods where the Manifest is useful. — pavel.krivanek / githubweb
  116. Remove the package Deprecated12, introduce package Deprecated13 — pavel.krivanek / githubweb
  117. Refactor: `generateChanges` returns changes by default — sarenac.balsa / githubweb
  118. Fix: failing tests due to new changes to preconditions — sarenac.balsa / githubweb
  119. Fix: tests that expected generateChanges not to return changes — sarenac.balsa / githubweb
  120. fix ZnClientTest>>#testLogging — pavel.krivanek / githubweb
  121. RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment — pavel.krivanek / githubweb
  122. fixing the category deprecation related test — pavel.krivanek / githubweb
  123. Dictionary>>#bindingsDo: were deprecated but not in Deprecated12 package. So the other dictionary-like classes started to complaint about different API after removal of the Deprecated12 package — pavel.krivanek / githubweb
  124. add ReOverridingExtentsionMethod rule — pavel.krivanek / githubweb
  125. Added noInstrumentation pragma — sebastianjmt / githubweb
  126. Taskbar option to close windows hidden behind other windows — pavel.krivanek / githubweb
  127. Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock — macta / githubweb
  128. Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better) — macta / githubweb
  129. remove interactionState: — pavel.krivanek / githubweb
  130. ExteranlAddress>>fromString: converts string to UTF-8 first — pavel.krivanek / githubweb
  131. renaming DebugPointSideEffect into DebugPointMetaBehavior — adrien.vanegue.etu / githubweb
  132. Protect NewSymbols table from concurrent access when internalizing new symbols — carola.hp / githubweb
  133. Allow disabling protection for concurrent access when a new symbol is internalized — carola.hp / githubweb
  134. Disable protection for concurrent access to symbol table while bootstrapping — carola.hp / githubweb
  135. Fixing failing tests — sarenac.balsa / githubweb
  136. Feat: extract set up interval api — sarenac.balsa / githubweb
  137. Enable protection of SymbolTable from concurrent acces during bootstrap's image initialization — carola.hp / githubweb
  138. Fix typo — carola.hp / githubweb
  139. - categorize methods — marcus.denker / githubweb
  140. Fix: testAPI with updates to new API of refactorings/transformations — sarenac.balsa / githubweb
  141. Cleanup: remove unused methods — sarenac.balsa / githubweb
  142. Update CONTRIBUTING.md — github / githubweb
  143. Revert: remove popup from extract set up method refactoring — sarenac.balsa / githubweb
  144. add missing hasBindingOf: to the LessonView — pavel.krivanek / githubweb
  145. better categorization — pavel.krivanek / githubweb
  146. add asAccessor — pavel.krivanek / githubweb
  147. cleanup — pavel.krivanek / githubweb
  148. fix precedence computation — pavel.krivanek / githubweb
  149. refactoring FreeTypeFontProvider>>#updateFromFile: — angel.hely0542 / githubweb
  150. Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods. — 26929529+StevenCostiou / githubweb
  151. Cleanup: TestCase class>>#hasErrorTest — astares / githubweb
  152. Fix also TestCase class>>#hasFailedTest — astares / githubweb
  153. Fix also TestCase class>>#hasPassedTest — astares / githubweb
  154. Cleanup: TestCase class>>#lastRunMethodNamed: — astares / githubweb
  155. fix build "FreeTypeFontProvider(Object)>>doesNotUnderstand: #validEmbeddedCachedInfoFor:index:" — angel.hely0542 / githubweb
  156. Fix: bad merge conflict resolution — sarenac.balsa / githubweb
  157. Update roassal to v1.06d — cyril / githubweb
  158. Fix testCodeCruftLeftInMethods — cyril / githubweb
  159. update parameter name according to the one of `addClassDefinition` — benoit / githubweb
  160. Clean up in SDL_Texture and SDL_Renderer — cyril / githubweb
  161. Simplify Calypso packaging — cyril / githubweb
  162. [Bug]: Date>>#addMonths: should Respect Offset — code / githubweb
  163. change name for methods FreeTypeFontFileInstaller >> failedToOpen:index: and FreeTypeFontFileUpdator >> failedToOpen:from:index: + use #whileTrue instead of #whileTrue: — angel.hely0542 / githubweb
  164. Remove Gofer — cyril / githubweb
  165. Remove also ConfigurationCommandLineHandler that relies on Gofer and was also deprecated — cyril / githubweb
  166. add ReStatementsAfterReturnConditionalRule — angel.hely.etu / githubweb
  167. proposition rule for nil branch — angel.hely.etu / githubweb
  168. proposition for a potential new rule:  useless ifTrue:ifFalse: — angel.hely.etu / githubweb
  169. match the rule with ifFalse: ifTrue: — angel.hely.etu / githubweb
  170. Cleanup: CoverageCollectorTest should be in an own test package — astares / githubweb
  171. Enhancement: Provide a lint rule to check for a "super initialize" call in instance side #initialize methods — astares / githubweb
  172. no changes on ReShouldSendSuperSetUpAsFirstMessage — github / githubweb
  173. Add some tests — astares / githubweb
  174. CommentTestCase should be moved to PharoDocComment-Tests — astares / githubweb
  175. Package "System-DependenciesTests" should be "System-Dependencies-Tests" — astares / githubweb
  176. Simplify script pragma for FinderUI — astares / githubweb
  177. Introduce CompiledMethod>>#isInstanceSide — astares / githubweb
  178. Cleanup: AthensTransformTest>>transformClass should be in accessing — astares / githubweb
  179. [Enhancement] Add a rule ReBaselineOfProperlyPackagedRule — astares / githubweb
  180. Rename from ReBaselineOfProperlyPackagedRule to ReBaselineProperlyPackagedRule — astares / githubweb
  181. [Enhancement] Add a rule ReBaselineWithProperSuperclassRule — astares / githubweb
  182. [Enhancement] Add "copy class name" to extras menu in Calypse — astares / githubweb
  183. Fixed VM 76 parameter — sebastianjmt / githubweb
  184. Update src/System-Support/VirtualMachine.class.st — github / githubweb
  185. Reduce references to Undeclared global variable — cyril / githubweb
  186. Fix lint in ReShouldSendSuperSetUpAsFirstMessage class>>#checksMethod — astares / githubweb
  187. Fix #16616 — astares / githubweb
  188. Add missing RGGlobalVariable>>isInstanceVariable — cyril / githubweb
  189. Add missing method — cyril / githubweb
  190. Improve ReBaselineProperlyPackagedRule and ReBaselineWithProperSuperclassRule and cover with tests — astares / githubweb
  191. Review ReClassNotCategorizedRuleTest>>#testRule — astares / githubweb
  192. SourceFile>>#isOpen should use isNotNil — astares / githubweb
  193. Sindarin/ScriptableDebugger should be listed as external project — astares / githubweb
  194. Cleanup: unnecessary class BlLoadProjectWorldMenu — astares / githubweb
  195. Cleanup: Remove deprecated announcement #SnapshotDone in SnapshotOperation>>#performSnapshot for Pharo 13 — astares / githubweb
  196. Avoid unnecessary IDE dependencies — astares / githubweb
  197. Cleanup of ffi calls by AthensCairoSurface and CairoScaledFont objects. — massimo.nocentini / githubweb
  198. Remove part of ReAsClassRule about #asClass — cyril / githubweb
  199. Update src/Deprecated13/ManifestDeprecated13.class.st — github / githubweb
  200. Remove deprecated aliases of P11 — cyril / githubweb
  201. Fix tests — cyril / githubweb
  202. Use taskbarTask as model for the morph and so re-enable icon in the toolbar — benoit / githubweb
  203. - fix newFrom: — marcus.denker / githubweb
  204. Fix #16495 — tesonep / githubweb
  205. fixes #16610 — kderichs / githubweb
  206. fixes #16608 — kderichs / githubweb
  207. add rule proposition that propose to use deny: instead of assert:equals: — angel.hely.etu / githubweb
  208. add new rule on messages #& and #| — angel.hely.etu / githubweb
  209. remove — angel.hely.etu / githubweb
  210. remove references to RPackage* — cyril / githubweb
  211. Use new version of Roassal — cyril / githubweb
  212. Unifying accessor and inst var  names — 26929529+StevenCostiou / githubweb
  213. Removing strange accesses to internal state  debug points when installing. — 26929529+StevenCostiou / githubweb
  214. renaming "nil" protocol to "utils" — 26929529+StevenCostiou / githubweb
  215. Adding missing comment — 26929529+StevenCostiou / githubweb
  216. Formatting code — 26929529+StevenCostiou / githubweb
  217. Update call to a deprecated class — cyril / githubweb
  218. Fix more references — cyril / githubweb
  219. Deprecate RPackageSet — cyril / githubweb
  220. fixes #16608 — kderichs / githubweb
  221. Restore category of Deprecated13. — massimo.nocentini / githubweb
  222. Fix again ManifestDeprecated13. — massimo.nocentini / githubweb
  223. Missing definition of AthensCairoCanvas>>#getHandle — massimo.nocentini / githubweb
  224. Classification of AthensCairoCanvas>>#getHandle — massimo.nocentini / githubweb
  225. change Rule name, + add case to the rule + add Test — angel.hely.etu / githubweb
  226. Changing #when:do: to #when:do:for: in the announcers. — tesonep / githubweb
  227. Remove VariableLayout from tests — github / githubweb
  228. Update labels used — github / githubweb
  229. Add RBAddNewClassRefactoring and ReAddSubclassDriver — hernan.morales / githubweb
  230. Add StRefactoringAddClassPresenter — hernan.morales / githubweb
  231. Update privateTransform so we don't reparent classes in add subclass. — hernan.morales / githubweb
  232. Refactorings — hernan.morales / githubweb
  233. Enable setting the class comment to the add new class refactoring from the driver. — hernan.morales / githubweb
  234. Remove use of ReClassChainAllowsClassInsertionCondition. — hernan.morales / githubweb
  235. Remove classTraits : '{} + TraitedClass' — hernan.morales / githubweb
  236. Remove commits from other branch accidentally included. — hernan.morales / githubweb
  237. Clean another leftover from another branch — hernan.morales / githubweb
  238. Fix SyntaxError — hernan.morales / githubweb
  239. Fix accidental commit which overwrote #applicabilityPreconditions in RBInsertNewClassRefactoring — hernan.morales / githubweb
  240. Use new StProtocolNameChooserPresenter — cyril / githubweb
  241. Provice classes to know instance and class sides — cyril / githubweb
  242. Moving out logic from Command (part 1) — hernan.morales / githubweb
  243. Refactored #iconButtonCalling:withForm:helpText: to #iconButtonCalling:withFormSet:helpText: on MenuTitleMorph. — 1611248+Rinzwind / githubweb
  244. Made #withCloseBox on MenuTitleMorph to use the FormSet for the icon. — 1611248+Rinzwind / githubweb
  245. Moved send of #scaledByDisplayScaleFactor from #withPinBox on MenuTitleMorph into #pinForm so that it also applies to #updatePinForm. — 1611248+Rinzwind / githubweb
  246. Refactored #pinForm to #pinFormSet on MenuTitleMorph. — 1611248+Rinzwind / githubweb
  247. Removed #iconButtonCalling:withForm:helpText: from MenuTitleMorph (no longer sent). — 1611248+Rinzwind / githubweb
  248. Changed #pinFormSet on MenuTitleMorph to apply the display scale factor to the creation of the morph. — 1611248+Rinzwind / githubweb
  249. Made #pinFormSet on MenuTitleMorph include a Form for scale 2 in the FormSet. — 1611248+Rinzwind / githubweb
  250. Fixing the destroy twin to clean the ast properties — 26929529+StevenCostiou / githubweb
  251. tests — 26929529+StevenCostiou / githubweb
  252. Adapt tests to new changes in the driver. — hernan.morales / githubweb
  253. Minor temp variable rename. — hernan.morales / githubweb
  254. fix Reflectivity API `#link:toAST:` for metaclasses  + adding test for debug points on class-side methods — adrien.vanegue.etu / githubweb
  255. Move group metadate of rules class side — cyril / githubweb
  256. Move name on class side too — cyril / githubweb
  257. Move rationale to class side — cyril / githubweb
  258. Move severity to class side also — cyril / githubweb
  259. Speed up setting browser — cyril / githubweb
  260. It should be possible to reset a ZnCharacterReadStream — astares / githubweb
  261. use proper protocol — github / githubweb
  262. no dot at end — github / githubweb
  263. Cleanup: ZnCharacterEncoder, ZnEncodedStream, ZnEncodedReadStream and ZnEncodedWriteStream should be abstract classes — astares / githubweb
  264. Fix lint issues on ZnEncodedReadStream — astares / githubweb
  265. Fix lint issue on ZnEncodedStream — astares / githubweb
  266. Cleanup ReOverridingExtentsionMethod>>#basicCheck: — astares / githubweb
  267. Cleanup TraitTest>>#testRemovingTraitsRemoveTraitedClassMethodsWithSubclasses — astares / githubweb
  268. Fix tests — cyril / githubweb
  269. Fix another test — cyril / githubweb
  270. Move more metadatas to class side — cyril / githubweb
  271. Simplify conditionals — github / githubweb
  272. Do not break NewTools — cyril / githubweb
  273. Fix metaclass of a class after removing its traits — cyril / githubweb
  274. Update the way to declare a metaclass class and fix some bugs in the metaclass class selected — cyril / githubweb
  275. Fix test — cyril / githubweb
  276. Remove unused var — cyril / githubweb
  277. Refactor: remvoe RBInlineMethodTransformation — sarenac.balsa / githubweb
  278. Refactor: deprecation rewrite `method`->`compiledMethod` in Refactoring-UI — sarenac.balsa / githubweb
  279. Refactor: inline and remove `isPrimitive` method — sarenac.balsa / githubweb
  280. Cleanup: add comments, improve protocols, and remove unused method — sarenac.balsa / githubweb
  281. Refactor: rename `extract:from:to:in:` to `extractSource:from:to:in:` — sarenac.balsa / githubweb
  282. Fix #16718 as suggested in the issue — matboury / githubweb
  283. Moved pragma declaration to top of methods. — sebastianjmt / githubweb
  284. Added new tenured methods — sebastianjmt / githubweb
  285. Fix two critics: — hernan.morales / githubweb
  286. fix issue #16520 — quentin.moutte.etu / githubweb
  287. fix issues random seed float — quentin.moutte.etu / githubweb
  288. add test for float Random seed — quentin.moutte.etu / githubweb
  289. Fix bug causing classes to lose their traits. — cyril / githubweb
  290. Add more tests — cyril / githubweb
  291. fix test — quentin.moutte.etu / githubweb
  292. Add shortcut cmd-v to open a Versions browser while the cursor focus is in the method list in Calypso. Fix by Stephane Ducasse — hernan.morales / githubweb
  293. Feat: testing API for InlineMethodRefactoring — sarenac.balsa / githubweb
  294. Test: Semantics of inline method refactoring tests without control flow checks — sarenac.balsa / githubweb
  295. Refactor: InlineMethodRefactoring tests should always create new bindings for expression arguments or self — sarenac.balsa / githubweb
  296. Refactor: rename `inlineExpression` to `shouldNotCreateExtraBindings` — sarenac.balsa / githubweb
  297. Test: control flow preservation for inline method refactoring — sarenac.balsa / githubweb
  298. Test: inline method refactoring a few more tests — sarenac.balsa / githubweb
  299. Use #update:to: instead of #make: and #fillFor: — cyril / githubweb
  300. settings rules modification — angel.hely.etu / githubweb
  301. correction — angel.hely.etu / githubweb
  302. Added a test to the `reset` method — matboury / githubweb
  303. add comment — angel.hely.etu / githubweb
  304. Update ReRuleManager.class.st — github / githubweb
  305. Update src/Renraku/ReRuleManager.class.st — github / githubweb
  306. use iconName instead of a icon to use finally an `#iconFormSetNamed:`. — benoit / githubweb
  307. Categorization rules tests — angel.hely.etu / githubweb

#3 (Jun 13, 2024, 8:44:48 PM)

  1. fixing recompilation of bloc with home methods that have already been recompiled — adrien.vanegue.etu / githubweb
  2. simplify the fix to be able to recompile obsolete methods in the debugger — adrien.vanegue.etu / githubweb
  3. Announcer: Return early if there isn't any subscriber — tinchodias / githubweb
  4. Make RBAbstractClass match the MOP answering both false by default in #isAbstract. — hernan.morales / githubweb
  5. Update src/Refactoring-UI-Tests/ReMakeClassAbstractDriverTest.class.st — github / githubweb
  6. Update src/Refactoring-UI/RBMakeClassAbstractDriver.class.st — github / githubweb
  7. Use more readable name for unreferenced class, as suggested by @balsa-sarenac — hernan.morales / githubweb
  8. Inform error string if runRefactoring fails. — hernan.morales / githubweb
  9. Revert RBAbstractClass>>isAbstract to be true by default. — hernan.morales / githubweb
  10. Changed 'Transcript show:' construct to 'self trace' — posledniamir / githubweb
  11. Rename SqueakEpoch to Epoch — cyril / githubweb
  12. Changed FreeTypeCache and FreeTypeFont to use a single mutual exclusion semaphore for the cache instead of one per font. — 1611248+Rinzwind / githubweb
  13. Factored out #basicRemoveAll from #removeAll on FreeTypeCache. — 1611248+Rinzwind / githubweb
  14. Made #maximumSize:, #removeAll, #removeAllForFont:, #removeAllForType: and #reportCacheState on FreeTypeCache wait for the semaphore. — 1611248+Rinzwind / githubweb
  15. Fixed #moveDown: on FreeTypeCacheLinkedList to actually swap ‘e2’ and ‘e3’. — 1611248+Rinzwind / githubweb
  16. Factored out #removeEntry: from #removeAllForFont: and #removeAllForType: on FreeTypeCache. — 1611248+Rinzwind / githubweb
  17. Made #atFont:charCode:type:scale:ifAbsentPut: and #removeEntry: on FreeTypeCache remove emptied dictionaries from the ‘fontTable’ (so that fonts for which there are no more entries also get removed). — 1611248+Rinzwind / githubweb
  18. Changed #shrinkTo: on FreeTypeCache to selectively remove entries rather than all of them. — 1611248+Rinzwind / githubweb
  19. Use generateChanges: instead of execute — hernan.morales / githubweb
  20. beginning test for AsClassRule — angel.hely0542 / githubweb
  21. test for rule : ReExcessiveVariablesRule and ReInconsistentMethodClassificationRule — angel.hely0542 / githubweb
  22. Test proposition for 5 rules. — angel.hely0542 / githubweb
  23. deleete ReAsClassRuleTest — angel.hely0542 / githubweb
  24. remove duplicated method from FreeTypeFontProvider class>>registerFont — angel.hely0542 / githubweb
  25. Moving the link count from reflective method to a property of the method node — 26929529+StevenCostiou / githubweb
  26. Forgot to remove the old linkCount variable in the Reflective Method. — 26929529+StevenCostiou / githubweb
  27. refafctoring addFromFileContents:baseName and start refactoring updateFromFile: — angel.hely0542 / githubweb
  28. Changed #pharoItemsOn: for WorldState and #menuCommandOn: for ProfStef to use the icon #smallPharo instead of scaling the icon #pharo. — 1611248+Rinzwind / githubweb
  29. new test methods + improve some tests — angel.hely0542 / githubweb
  30. Add rule for Point x: x y: y -> x@y — angel.hely0542 / githubweb
  31. Reworked #subMenuMarker in the MenuItemMorph hierarchy to #subMenuMarkerFormSet. — 1611248+Rinzwind / githubweb
  32. Made #basicDrawOn: on ToggleMenuItemMorph draw the FormSet for the submenu marker. — 1611248+Rinzwind / githubweb
  33. Replaced use of an array to initialize the ‘bits’ of the ‘SubMenuMarker’ Form in #initialize for MenuItemMorph by the drawing of the corresponding polygon. — 1611248+Rinzwind / githubweb
  34. Replaced shared variables ‘SubMenuMarker’, ‘BottomArrow’, ‘LeftArrow’ and ‘UpArrow’ in MenuItemMorph, which held a Form, by corresponding variables that hold a FormSet. — 1611248+Rinzwind / githubweb
  35. Made #initialize for MenuItemMorph include a Form at scale 2 in each FormSet. — 1611248+Rinzwind / githubweb
  36. improvement rule for Point x:x y:y -> x@y — angel.hely0542 / githubweb
  37. 5 test for rules — angel.hely0542 / githubweb
  38. add rule to avoid that TestCase rely on Initialize — angel.hely0542 / githubweb
  39. add Open as external window option — pavel.krivanek / githubweb
  40. changement for rule ReSetUpRule — angel.hely0542 / githubweb
  41. New pass at removing SystemAnnouncer references — cyril / githubweb
  42. use Pharo13 branches — estebanlm / githubweb
  43. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRuleTest.class.st — github / githubweb
  44. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRuleTest.class.st — github / githubweb
  45. Update src/General-Rules-Tests/ReUseSetUpRuleTest.class.st — github / githubweb
  46. Update src/General-Rules-Tests/ReUseSetUpRuleTest.class.st — github / githubweb
  47. modification ensure part of tests — angel.hely0542 / githubweb
  48. Trying to avoid parentOfTree: — sarenac.balsa / githubweb
  49. Clean useless parenthesis — sarenac.balsa / githubweb
  50. Move utilities methods from ParseTreeRewriter to their only user. — sarenac.balsa / githubweb
  51. Rename calculateTree — sarenac.balsa / githubweb
  52. Adding accessors for driver interaction — sarenac.balsa / githubweb
  53. Just a silly test for selector generation — sarenac.balsa / githubweb
  54. Introduction of a draft driver + exposing command in menu — sarenac.balsa / githubweb
  55. Junk to be cleaned — sarenac.balsa / githubweb
  56. - Remove parentOfSubtree: sine it is not used anymore. — sarenac.balsa / githubweb
  57. simple formating. — sarenac.balsa / githubweb
  58. rescuing the removal of a method — sarenac.balsa / githubweb
  59. Fixing API to accept only class name! — sarenac.balsa / githubweb
  60. remove unnecessary argument emtpy dictionary — sarenac.balsa / githubweb
  61. regrouping needsReturn to the set of analysis. — sarenac.balsa / githubweb
  62. Cleaning messageSendWith: — sarenac.balsa / githubweb
  63. Adding a nice comment to an important place. — sarenac.balsa / githubweb
  64. Adding comment and making RBAbstractClass allMethods nicer — sarenac.balsa / githubweb
  65. Deprecated method as compiledMethod in RBMethod — sarenac.balsa / githubweb
  66. Starting to write tests for a method equivalent tree checker. — sarenac.balsa / githubweb
  67. Remove unused methods and cleanups — sarenac.balsa / githubweb
  68. Cleanup: deprecation use `compiledMethod` instead of `method` — sarenac.balsa / githubweb
  69. Feat: first iteration of equivalent tree checker implementation — sarenac.balsa / githubweb
  70. Refactor: deprecate `whoDefinesMethod:` with `whichClassIncludesSelector:` — sarenac.balsa / githubweb
  71. Refactor: improve naming and add comments to EquivalentTreeChecker — sarenac.balsa / githubweb
  72. Test: data for testing EquivalentTreeChecker — sarenac.balsa / githubweb
  73. Feat: using new EquivalentTreeChecker in ExtractMethodTransformation!!! — sarenac.balsa / githubweb
  74. Cleanup: deprecation rewrites of `whoDefinesMethod:` -> `whichClassIncludesSelector:` — sarenac.balsa / githubweb
  75. Cleanup: deprecation rewrites of `mehtod` -> `compiledMethod` — sarenac.balsa / githubweb
  76. Test: add comments for equivalent tree checker — sarenac.balsa / githubweb
  77. Refactor: rename `checkEquivalentTreeFor:` -> `findEquivalentTreeFor:` — sarenac.balsa / githubweb
  78. Rename: `RBExtractMethodTransformation` -> `ReCompositeExtractMethodRefactoring` — sarenac.balsa / githubweb
  79. Cleanup: remove bunch of dead code in `ReCompositeExtractMethodRefactoring` — sarenac.balsa / githubweb
  80. Refactor: change api of RemoveSubtreeTransformation — sarenac.balsa / githubweb
  81. Refactor: remove popup from extract setUp method refactoring — sarenac.balsa / githubweb
  82. Refactor: rename test class for composite extract method refactoring — sarenac.balsa / githubweb
  83. Refactor: extract code for `addReturnIfNeeded` — sarenac.balsa / githubweb
  84. Feat: custom transformation that adds super call as first statement — sarenac.balsa / githubweb
  85. Docs: comment for add super send — sarenac.balsa / githubweb
  86. Feat: first iteration of extract `setUp` method that can extract statement + tests — sarenac.balsa / githubweb
  87. Feat: enable Mutation operator to set selector for the new method without UI — sarenac.balsa / githubweb
  88. Feat: interval based API for invoking CompositeExtractMethodRefactoring — sarenac.balsa / githubweb
  89. Feat: turn assignment vars into inst vars in setUp method — sarenac.balsa / githubweb
  90. Cleanup: add missing protocol — sarenac.balsa / githubweb
  91. Clenaup: deprecate unused `StRewriteRuleChangesBrowserPresenter` — sarenac.balsa / githubweb
  92. Feat: refactoring change manager new API for performing list of changes — sarenac.balsa / githubweb
  93. Refactor: move `undoLastRefactoring` to instance side — sarenac.balsa / githubweb
  94. Refactor: wrap a list of chagnes in a CompositeChange — sarenac.balsa / githubweb
  95. Test: performing undo on refactoring that has more changes than the UndoSize — sarenac.balsa / githubweb
  96. Feat: API for performing composite change instead of sending the manager a list of changes — sarenac.balsa / githubweb
  97. Refactor: deprecate `performChange:` use either `performCompositeChange:` or `performChanges:` — sarenac.balsa / githubweb
  98. Refactor: migrate senders of `performChange:` to `performChanges:` or `performCompositeChange:` — sarenac.balsa / githubweb
  99. Refactor: use self instead of getting new instance of refactory change manager — sarenac.balsa / githubweb
  100. Refactor: cut duplicate code and reuse `performCompositeChange:` — sarenac.balsa / githubweb
  101. Cleanup: deprecate class side `undoLastRefactoring` — sarenac.balsa / githubweb
  102. Refactor: use new api to check list of preconditions — sarenac.balsa / githubweb
  103. Refactor: migrate all applicability preconditions to return a list — sarenac.balsa / githubweb
  104. Refactor: migrate breaking change preconditions to return a list of conditions — sarenac.balsa / githubweb
  105. Cleanup: remove unnecessary override — sarenac.balsa / githubweb
  106. Fix: `add:` is not allowed on Array, so using `,` to connect preconditions — sarenac.balsa / githubweb
  107. Fix: fix failing refactoring tests due to new preconditions changes — sarenac.balsa / githubweb
  108. Fix: update tests so they don't use old `preconditions check` but new `checkPreconditions` method — sarenac.balsa / githubweb
  109. Fix: temporary fix of reporting erros from NegatedCondition — sarenac.balsa / githubweb
  110. Fix: merge two instance variables into one since they are the same — sarenac.balsa / githubweb
  111. Fix a small bug with FFI calls when passing 'NULL'  as argument to the C function to call. Now it can infer its type correctly as 'void*' — ignbianchi / githubweb
  112. Changed default value for setting #autoSetCanvasScaleFactor to true. — 1611248+Rinzwind / githubweb
  113. missing stroke paint method — pavel.krivanek / githubweb
  114. add tests for testDoWhileFalse: and testDoWhileTrue: — pavel.krivanek / githubweb
  115. Remove empty Manifests from baseline packages, synchronize on the tag name #Baseline for Baseline methods where the Manifest is useful. — pavel.krivanek / githubweb
  116. Remove the package Deprecated12, introduce package Deprecated13 — pavel.krivanek / githubweb
  117. Refactor: `generateChanges` returns changes by default — sarenac.balsa / githubweb
  118. Fix: failing tests due to new changes to preconditions — sarenac.balsa / githubweb
  119. Fix: tests that expected generateChanges not to return changes — sarenac.balsa / githubweb
  120. fix ZnClientTest>>#testLogging — pavel.krivanek / githubweb
  121. RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment — pavel.krivanek / githubweb
  122. fixing the category deprecation related test — pavel.krivanek / githubweb
  123. Dictionary>>#bindingsDo: were deprecated but not in Deprecated12 package. So the other dictionary-like classes started to complaint about different API after removal of the Deprecated12 package — pavel.krivanek / githubweb
  124. add ReOverridingExtentsionMethod rule — pavel.krivanek / githubweb
  125. Added noInstrumentation pragma — sebastianjmt / githubweb
  126. Taskbar option to close windows hidden behind other windows — pavel.krivanek / githubweb
  127. Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock — macta / githubweb
  128. Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better) — macta / githubweb
  129. remove interactionState: — pavel.krivanek / githubweb
  130. ExteranlAddress>>fromString: converts string to UTF-8 first — pavel.krivanek / githubweb
  131. renaming DebugPointSideEffect into DebugPointMetaBehavior — adrien.vanegue.etu / githubweb
  132. Protect NewSymbols table from concurrent access when internalizing new symbols — carola.hp / githubweb
  133. Allow disabling protection for concurrent access when a new symbol is internalized — carola.hp / githubweb
  134. Disable protection for concurrent access to symbol table while bootstrapping — carola.hp / githubweb
  135. Fixing failing tests — sarenac.balsa / githubweb
  136. Feat: extract set up interval api — sarenac.balsa / githubweb
  137. Enable protection of SymbolTable from concurrent acces during bootstrap's image initialization — carola.hp / githubweb
  138. Fix typo — carola.hp / githubweb
  139. - categorize methods — marcus.denker / githubweb
  140. Fix: testAPI with updates to new API of refactorings/transformations — sarenac.balsa / githubweb
  141. Cleanup: remove unused methods — sarenac.balsa / githubweb
  142. Update CONTRIBUTING.md — github / githubweb
  143. Revert: remove popup from extract set up method refactoring — sarenac.balsa / githubweb
  144. add missing hasBindingOf: to the LessonView — pavel.krivanek / githubweb
  145. better categorization — pavel.krivanek / githubweb
  146. add asAccessor — pavel.krivanek / githubweb
  147. cleanup — pavel.krivanek / githubweb
  148. fix precedence computation — pavel.krivanek / githubweb
  149. refactoring FreeTypeFontProvider>>#updateFromFile: — angel.hely0542 / githubweb
  150. Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods. — 26929529+StevenCostiou / githubweb
  151. Cleanup: TestCase class>>#hasErrorTest — astares / githubweb
  152. Fix also TestCase class>>#hasFailedTest — astares / githubweb
  153. Fix also TestCase class>>#hasPassedTest — astares / githubweb
  154. Cleanup: TestCase class>>#lastRunMethodNamed: — astares / githubweb
  155. fix build "FreeTypeFontProvider(Object)>>doesNotUnderstand: #validEmbeddedCachedInfoFor:index:" — angel.hely0542 / githubweb
  156. Fix: bad merge conflict resolution — sarenac.balsa / githubweb
  157. Update roassal to v1.06d — cyril / githubweb
  158. Fix testCodeCruftLeftInMethods — cyril / githubweb
  159. update parameter name according to the one of `addClassDefinition` — benoit / githubweb
  160. Clean up in SDL_Texture and SDL_Renderer — cyril / githubweb
  161. Simplify Calypso packaging — cyril / githubweb
  162. [Bug]: Date>>#addMonths: should Respect Offset — code / githubweb
  163. change name for methods FreeTypeFontFileInstaller >> failedToOpen:index: and FreeTypeFontFileUpdator >> failedToOpen:from:index: + use #whileTrue instead of #whileTrue: — angel.hely0542 / githubweb
  164. Remove Gofer — cyril / githubweb
  165. Remove also ConfigurationCommandLineHandler that relies on Gofer and was also deprecated — cyril / githubweb
  166. add ReStatementsAfterReturnConditionalRule — angel.hely.etu / githubweb
  167. proposition rule for nil branch — angel.hely.etu / githubweb
  168. proposition for a potential new rule:  useless ifTrue:ifFalse: — angel.hely.etu / githubweb
  169. match the rule with ifFalse: ifTrue: — angel.hely.etu / githubweb
  170. Cleanup: CoverageCollectorTest should be in an own test package — astares / githubweb
  171. Enhancement: Provide a lint rule to check for a "super initialize" call in instance side #initialize methods — astares / githubweb
  172. no changes on ReShouldSendSuperSetUpAsFirstMessage — github / githubweb
  173. Add some tests — astares / githubweb
  174. CommentTestCase should be moved to PharoDocComment-Tests — astares / githubweb
  175. Package "System-DependenciesTests" should be "System-Dependencies-Tests" — astares / githubweb
  176. Simplify script pragma for FinderUI — astares / githubweb
  177. Introduce CompiledMethod>>#isInstanceSide — astares / githubweb
  178. Cleanup: AthensTransformTest>>transformClass should be in accessing — astares / githubweb
  179. [Enhancement] Add a rule ReBaselineOfProperlyPackagedRule — astares / githubweb
  180. Rename from ReBaselineOfProperlyPackagedRule to ReBaselineProperlyPackagedRule — astares / githubweb
  181. [Enhancement] Add a rule ReBaselineWithProperSuperclassRule — astares / githubweb
  182. [Enhancement] Add "copy class name" to extras menu in Calypse — astares / githubweb
  183. Fixed VM 76 parameter — sebastianjmt / githubweb
  184. Update src/System-Support/VirtualMachine.class.st — github / githubweb
  185. Reduce references to Undeclared global variable — cyril / githubweb
  186. Fix lint in ReShouldSendSuperSetUpAsFirstMessage class>>#checksMethod — astares / githubweb
  187. Fix #16616 — astares / githubweb
  188. Add missing RGGlobalVariable>>isInstanceVariable — cyril / githubweb
  189. Add missing method — cyril / githubweb
  190. Improve ReBaselineProperlyPackagedRule and ReBaselineWithProperSuperclassRule and cover with tests — astares / githubweb
  191. Review ReClassNotCategorizedRuleTest>>#testRule — astares / githubweb
  192. SourceFile>>#isOpen should use isNotNil — astares / githubweb
  193. Sindarin/ScriptableDebugger should be listed as external project — astares / githubweb
  194. Cleanup: unnecessary class BlLoadProjectWorldMenu — astares / githubweb
  195. Cleanup: Remove deprecated announcement #SnapshotDone in SnapshotOperation>>#performSnapshot for Pharo 13 — astares / githubweb
  196. Avoid unnecessary IDE dependencies — astares / githubweb
  197. Cleanup of ffi calls by AthensCairoSurface and CairoScaledFont objects. — massimo.nocentini / githubweb
  198. Remove part of ReAsClassRule about #asClass — cyril / githubweb
  199. Update src/Deprecated13/ManifestDeprecated13.class.st — github / githubweb
  200. Remove deprecated aliases of P11 — cyril / githubweb
  201. Fix tests — cyril / githubweb
  202. Use taskbarTask as model for the morph and so re-enable icon in the toolbar — benoit / githubweb
  203. - fix newFrom: — marcus.denker / githubweb
  204. Fix #16495 — tesonep / githubweb
  205. fixes #16610 — kderichs / githubweb
  206. fixes #16608 — kderichs / githubweb
  207. add rule proposition that propose to use deny: instead of assert:equals: — angel.hely.etu / githubweb
  208. add new rule on messages #& and #| — angel.hely.etu / githubweb
  209. remove — angel.hely.etu / githubweb
  210. remove references to RPackage* — cyril / githubweb
  211. Use new version of Roassal — cyril / githubweb
  212. Unifying accessor and inst var  names — 26929529+StevenCostiou / githubweb
  213. Removing strange accesses to internal state  debug points when installing. — 26929529+StevenCostiou / githubweb
  214. renaming "nil" protocol to "utils" — 26929529+StevenCostiou / githubweb
  215. Adding missing comment — 26929529+StevenCostiou / githubweb
  216. Formatting code — 26929529+StevenCostiou / githubweb
  217. Update call to a deprecated class — cyril / githubweb
  218. Fix more references — cyril / githubweb
  219. Deprecate RPackageSet — cyril / githubweb
  220. fixes #16608 — kderichs / githubweb
  221. Restore category of Deprecated13. — massimo.nocentini / githubweb
  222. Fix again ManifestDeprecated13. — massimo.nocentini / githubweb
  223. Missing definition of AthensCairoCanvas>>#getHandle — massimo.nocentini / githubweb
  224. Classification of AthensCairoCanvas>>#getHandle — massimo.nocentini / githubweb
  225. change Rule name, + add case to the rule + add Test — angel.hely.etu / githubweb
  226. Changing #when:do: to #when:do:for: in the announcers. — tesonep / githubweb
  227. Remove VariableLayout from tests — github / githubweb
  228. Update labels used — github / githubweb
  229. Add RBAddNewClassRefactoring and ReAddSubclassDriver — hernan.morales / githubweb
  230. Add StRefactoringAddClassPresenter — hernan.morales / githubweb
  231. Update privateTransform so we don't reparent classes in add subclass. — hernan.morales / githubweb
  232. Refactorings — hernan.morales / githubweb
  233. Enable setting the class comment to the add new class refactoring from the driver. — hernan.morales / githubweb
  234. Remove use of ReClassChainAllowsClassInsertionCondition. — hernan.morales / githubweb
  235. Remove classTraits : '{} + TraitedClass' — hernan.morales / githubweb
  236. Remove commits from other branch accidentally included. — hernan.morales / githubweb
  237. Clean another leftover from another branch — hernan.morales / githubweb
  238. Fix SyntaxError — hernan.morales / githubweb
  239. Fix accidental commit which overwrote #applicabilityPreconditions in RBInsertNewClassRefactoring — hernan.morales / githubweb
  240. Use new StProtocolNameChooserPresenter — cyril / githubweb
  241. Provice classes to know instance and class sides — cyril / githubweb
  242. Moving out logic from Command (part 1) — hernan.morales / githubweb
  243. Refactored #iconButtonCalling:withForm:helpText: to #iconButtonCalling:withFormSet:helpText: on MenuTitleMorph. — 1611248+Rinzwind / githubweb
  244. Made #withCloseBox on MenuTitleMorph to use the FormSet for the icon. — 1611248+Rinzwind / githubweb
  245. Moved send of #scaledByDisplayScaleFactor from #withPinBox on MenuTitleMorph into #pinForm so that it also applies to #updatePinForm. — 1611248+Rinzwind / githubweb
  246. Refactored #pinForm to #pinFormSet on MenuTitleMorph. — 1611248+Rinzwind / githubweb
  247. Removed #iconButtonCalling:withForm:helpText: from MenuTitleMorph (no longer sent). — 1611248+Rinzwind / githubweb
  248. Changed #pinFormSet on MenuTitleMorph to apply the display scale factor to the creation of the morph. — 1611248+Rinzwind / githubweb
  249. Made #pinFormSet on MenuTitleMorph include a Form for scale 2 in the FormSet. — 1611248+Rinzwind / githubweb
  250. Fixing the destroy twin to clean the ast properties — 26929529+StevenCostiou / githubweb
  251. tests — 26929529+StevenCostiou / githubweb
  252. Adapt tests to new changes in the driver. — hernan.morales / githubweb
  253. Minor temp variable rename. — hernan.morales / githubweb
  254. fix Reflectivity API `#link:toAST:` for metaclasses  + adding test for debug points on class-side methods — adrien.vanegue.etu / githubweb
  255. Move group metadate of rules class side — cyril / githubweb
  256. Move name on class side too — cyril / githubweb
  257. Move rationale to class side — cyril / githubweb
  258. Move severity to class side also — cyril / githubweb
  259. Speed up setting browser — cyril / githubweb
  260. It should be possible to reset a ZnCharacterReadStream — astares / githubweb
  261. use proper protocol — github / githubweb
  262. no dot at end — github / githubweb
  263. Cleanup: ZnCharacterEncoder, ZnEncodedStream, ZnEncodedReadStream and ZnEncodedWriteStream should be abstract classes — astares / githubweb
  264. Fix lint issues on ZnEncodedReadStream — astares / githubweb
  265. Fix lint issue on ZnEncodedStream — astares / githubweb
  266. Cleanup ReOverridingExtentsionMethod>>#basicCheck: — astares / githubweb
  267. Cleanup TraitTest>>#testRemovingTraitsRemoveTraitedClassMethodsWithSubclasses — astares / githubweb
  268. Fix tests — cyril / githubweb
  269. Fix another test — cyril / githubweb
  270. Move more metadatas to class side — cyril / githubweb
  271. Simplify conditionals — github / githubweb
  272. Do not break NewTools — cyril / githubweb
  273. Fix metaclass of a class after removing its traits — cyril / githubweb
  274. Update the way to declare a metaclass class and fix some bugs in the metaclass class selected — cyril / githubweb
  275. Fix test — cyril / githubweb
  276. Remove unused var — cyril / githubweb
  277. Refactor: remvoe RBInlineMethodTransformation — sarenac.balsa / githubweb
  278. Refactor: deprecation rewrite `method`->`compiledMethod` in Refactoring-UI — sarenac.balsa / githubweb
  279. Refactor: inline and remove `isPrimitive` method — sarenac.balsa / githubweb
  280. Cleanup: add comments, improve protocols, and remove unused method — sarenac.balsa / githubweb
  281. Refactor: rename `extract:from:to:in:` to `extractSource:from:to:in:` — sarenac.balsa / githubweb
  282. Fix #16718 as suggested in the issue — matboury / githubweb
  283. Moved pragma declaration to top of methods. — sebastianjmt / githubweb
  284. Added new tenured methods — sebastianjmt / githubweb
  285. Fix two critics: — hernan.morales / githubweb
  286. fix issue #16520 — quentin.moutte.etu / githubweb
  287. fix issues random seed float — quentin.moutte.etu / githubweb
  288. add test for float Random seed — quentin.moutte.etu / githubweb
  289. Fix bug causing classes to lose their traits. — cyril / githubweb
  290. Add more tests — cyril / githubweb
  291. fix test — quentin.moutte.etu / githubweb
  292. Add shortcut cmd-v to open a Versions browser while the cursor focus is in the method list in Calypso. Fix by Stephane Ducasse — hernan.morales / githubweb
  293. Feat: testing API for InlineMethodRefactoring — sarenac.balsa / githubweb
  294. Test: Semantics of inline method refactoring tests without control flow checks — sarenac.balsa / githubweb
  295. Refactor: InlineMethodRefactoring tests should always create new bindings for expression arguments or self — sarenac.balsa / githubweb
  296. Refactor: rename `inlineExpression` to `shouldNotCreateExtraBindings` — sarenac.balsa / githubweb
  297. Test: control flow preservation for inline method refactoring — sarenac.balsa / githubweb
  298. Test: inline method refactoring a few more tests — sarenac.balsa / githubweb
  299. Use #update:to: instead of #make: and #fillFor: — cyril / githubweb
  300. settings rules modification — angel.hely.etu / githubweb
  301. correction — angel.hely.etu / githubweb
  302. Added a test to the `reset` method — matboury / githubweb
  303. add comment — angel.hely.etu / githubweb
  304. Update ReRuleManager.class.st — github / githubweb
  305. Update src/Renraku/ReRuleManager.class.st — github / githubweb
  306. use iconName instead of a icon to use finally an `#iconFormSetNamed:`. — benoit / githubweb
  307. Categorization rules tests — angel.hely.etu / githubweb

#3 (Jun 13, 2024, 8:44:48 PM)

  1. fixing recompilation of bloc with home methods that have already been recompiled — adrien.vanegue.etu / githubweb
  2. simplify the fix to be able to recompile obsolete methods in the debugger — adrien.vanegue.etu / githubweb
  3. Announcer: Return early if there isn't any subscriber — tinchodias / githubweb
  4. Make RBAbstractClass match the MOP answering both false by default in #isAbstract. — hernan.morales / githubweb
  5. Update src/Refactoring-UI-Tests/ReMakeClassAbstractDriverTest.class.st — github / githubweb
  6. Update src/Refactoring-UI/RBMakeClassAbstractDriver.class.st — github / githubweb
  7. Use more readable name for unreferenced class, as suggested by @balsa-sarenac — hernan.morales / githubweb
  8. Inform error string if runRefactoring fails. — hernan.morales / githubweb
  9. Revert RBAbstractClass>>isAbstract to be true by default. — hernan.morales / githubweb
  10. Changed 'Transcript show:' construct to 'self trace' — posledniamir / githubweb
  11. Rename SqueakEpoch to Epoch — cyril / githubweb
  12. Changed FreeTypeCache and FreeTypeFont to use a single mutual exclusion semaphore for the cache instead of one per font. — 1611248+Rinzwind / githubweb
  13. Factored out #basicRemoveAll from #removeAll on FreeTypeCache. — 1611248+Rinzwind / githubweb
  14. Made #maximumSize:, #removeAll, #removeAllForFont:, #removeAllForType: and #reportCacheState on FreeTypeCache wait for the semaphore. — 1611248+Rinzwind / githubweb
  15. Fixed #moveDown: on FreeTypeCacheLinkedList to actually swap ‘e2’ and ‘e3’. — 1611248+Rinzwind / githubweb
  16. Factored out #removeEntry: from #removeAllForFont: and #removeAllForType: on FreeTypeCache. — 1611248+Rinzwind / githubweb
  17. Made #atFont:charCode:type:scale:ifAbsentPut: and #removeEntry: on FreeTypeCache remove emptied dictionaries from the ‘fontTable’ (so that fonts for which there are no more entries also get removed). — 1611248+Rinzwind / githubweb
  18. Changed #shrinkTo: on FreeTypeCache to selectively remove entries rather than all of them. — 1611248+Rinzwind / githubweb
  19. Use generateChanges: instead of execute — hernan.morales / githubweb
  20. beginning test for AsClassRule — angel.hely0542 / githubweb
  21. test for rule : ReExcessiveVariablesRule and ReInconsistentMethodClassificationRule — angel.hely0542 / githubweb
  22. Test proposition for 5 rules. — angel.hely0542 / githubweb
  23. deleete ReAsClassRuleTest — angel.hely0542 / githubweb
  24. remove duplicated method from FreeTypeFontProvider class>>registerFont — angel.hely0542 / githubweb
  25. Moving the link count from reflective method to a property of the method node — 26929529+StevenCostiou / githubweb
  26. Forgot to remove the old linkCount variable in the Reflective Method. — 26929529+StevenCostiou / githubweb
  27. refafctoring addFromFileContents:baseName and start refactoring updateFromFile: — angel.hely0542 / githubweb
  28. Changed #pharoItemsOn: for WorldState and #menuCommandOn: for ProfStef to use the icon #smallPharo instead of scaling the icon #pharo. — 1611248+Rinzwind / githubweb
  29. new test methods + improve some tests — angel.hely0542 / githubweb
  30. Add rule for Point x: x y: y -> x@y — angel.hely0542 / githubweb
  31. Reworked #subMenuMarker in the MenuItemMorph hierarchy to #subMenuMarkerFormSet. — 1611248+Rinzwind / githubweb
  32. Made #basicDrawOn: on ToggleMenuItemMorph draw the FormSet for the submenu marker. — 1611248+Rinzwind / githubweb
  33. Replaced use of an array to initialize the ‘bits’ of the ‘SubMenuMarker’ Form in #initialize for MenuItemMorph by the drawing of the corresponding polygon. — 1611248+Rinzwind / githubweb
  34. Replaced shared variables ‘SubMenuMarker’, ‘BottomArrow’, ‘LeftArrow’ and ‘UpArrow’ in MenuItemMorph, which held a Form, by corresponding variables that hold a FormSet. — 1611248+Rinzwind / githubweb
  35. Made #initialize for MenuItemMorph include a Form at scale 2 in each FormSet. — 1611248+Rinzwind / githubweb
  36. improvement rule for Point x:x y:y -> x@y — angel.hely0542 / githubweb
  37. 5 test for rules — angel.hely0542 / githubweb
  38. add rule to avoid that TestCase rely on Initialize — angel.hely0542 / githubweb
  39. add Open as external window option — pavel.krivanek / githubweb
  40. changement for rule ReSetUpRule — angel.hely0542 / githubweb
  41. New pass at removing SystemAnnouncer references — cyril / githubweb
  42. use Pharo13 branches — estebanlm / githubweb
  43. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRuleTest.class.st — github / githubweb
  44. Update src/General-Rules-Tests/ReInconsistentMethodClassificationRuleTest.class.st — github / githubweb
  45. Update src/General-Rules-Tests/ReUseSetUpRuleTest.class.st — github / githubweb
  46. Update src/General-Rules-Tests/ReUseSetUpRuleTest.class.st — github / githubweb
  47. modification ensure part of tests — angel.hely0542 / githubweb
  48. Trying to avoid parentOfTree: — sarenac.balsa / githubweb
  49. Clean useless parenthesis — sarenac.balsa / githubweb
  50. Move utilities methods from ParseTreeRewriter to their only user. — sarenac.balsa / githubweb
  51. Rename calculateTree — sarenac.balsa / githubweb
  52. Adding accessors for driver interaction — sarenac.balsa / githubweb
  53. Just a silly test for selector generation — sarenac.balsa / githubweb
  54. Introduction of a draft driver + exposing command in menu — sarenac.balsa / githubweb
  55. Junk to be cleaned — sarenac.balsa / githubweb
  56. - Remove parentOfSubtree: sine it is not used anymore. — sarenac.balsa / githubweb
  57. simple formating. — sarenac.balsa / githubweb
  58. rescuing the removal of a method — sarenac.balsa / githubweb
  59. Fixing API to accept only class name! — sarenac.balsa / githubweb
  60. remove unnecessary argument emtpy dictionary — sarenac.balsa / githubweb
  61. regrouping needsReturn to the set of analysis. — sarenac.balsa / githubweb
  62. Cleaning messageSendWith: — sarenac.balsa / githubweb
  63. Adding a nice comment to an important place. — sarenac.balsa / githubweb
  64. Adding comment and making RBAbstractClass allMethods nicer — sarenac.balsa / githubweb
  65. Deprecated method as compiledMethod in RBMethod — sarenac.balsa / githubweb
  66. Starting to write tests for a method equivalent tree checker. — sarenac.balsa / githubweb
  67. Remove unused methods and cleanups — sarenac.balsa / githubweb
  68. Cleanup: deprecation use `compiledMethod` instead of `method` — sarenac.balsa / githubweb
  69. Feat: first iteration of equivalent tree checker implementation — sarenac.balsa / githubweb
  70. Refactor: deprecate `whoDefinesMethod:` with `whichClassIncludesSelector:` — sarenac.balsa / githubweb
  71. Refactor: improve naming and add comments to EquivalentTreeChecker — sarenac.balsa / githubweb
  72. Test: data for testing EquivalentTreeChecker — sarenac.balsa / githubweb
  73. Feat: using new EquivalentTreeChecker in ExtractMethodTransformation!!! — sarenac.balsa / githubweb
  74. Cleanup: deprecation rewrites of `whoDefinesMethod:` -> `whichClassIncludesSelector:` — sarenac.balsa / githubweb
  75. Cleanup: deprecation rewrites of `mehtod` -> `compiledMethod` — sarenac.balsa / githubweb
  76. Test: add comments for equivalent tree checker — sarenac.balsa / githubweb
  77. Refactor: rename `checkEquivalentTreeFor:` -> `findEquivalentTreeFor:` — sarenac.balsa / githubweb
  78. Rename: `RBExtractMethodTransformation` -> `ReCompositeExtractMethodRefactoring` — sarenac.balsa / githubweb
  79. Cleanup: remove bunch of dead code in `ReCompositeExtractMethodRefactoring` — sarenac.balsa / githubweb
  80. Refactor: change api of RemoveSubtreeTransformation — sarenac.balsa / githubweb
  81. Refactor: remove popup from extract setUp method refactoring — sarenac.balsa / githubweb
  82. Refactor: rename test class for composite extract method refactoring — sarenac.balsa / githubweb
  83. Refactor: extract code for `addReturnIfNeeded` — sarenac.balsa / githubweb
  84. Feat: custom transformation that adds super call as first statement — sarenac.balsa / githubweb
  85. Docs: comment for add super send — sarenac.balsa / githubweb
  86. Feat: first iteration of extract `setUp` method that can extract statement + tests — sarenac.balsa / githubweb
  87. Feat: enable Mutation operator to set selector for the new method without UI — sarenac.balsa / githubweb
  88. Feat: interval based API for invoking CompositeExtractMethodRefactoring — sarenac.balsa / githubweb
  89. Feat: turn assignment vars into inst vars in setUp method — sarenac.balsa / githubweb
  90. Cleanup: add missing protocol — sarenac.balsa / githubweb
  91. Clenaup: deprecate unused `StRewriteRuleChangesBrowserPresenter` — sarenac.balsa / githubweb
  92. Feat: refactoring change manager new API for performing list of changes — sarenac.balsa / githubweb
  93. Refactor: move `undoLastRefactoring` to instance side — sarenac.balsa / githubweb
  94. Refactor: wrap a list of chagnes in a CompositeChange — sarenac.balsa / githubweb
  95. Test: performing undo on refactoring that has more changes than the UndoSize — sarenac.balsa / githubweb
  96. Feat: API for performing composite change instead of sending the manager a list of changes — sarenac.balsa / githubweb
  97. Refactor: deprecate `performChange:` use either `performCompositeChange:` or `performChanges:` — sarenac.balsa / githubweb
  98. Refactor: migrate senders of `performChange:` to `performChanges:` or `performCompositeChange:` — sarenac.balsa / githubweb
  99. Refactor: use self instead of getting new instance of refactory change manager — sarenac.balsa / githubweb
  100. Refactor: cut duplicate code and reuse `performCompositeChange:` — sarenac.balsa / githubweb
  101. Cleanup: deprecate class side `undoLastRefactoring` — sarenac.balsa / githubweb
  102. Refactor: use new api to check list of preconditions — sarenac.balsa / githubweb
  103. Refactor: migrate all applicability preconditions to return a list — sarenac.balsa / githubweb
  104. Refactor: migrate breaking change preconditions to return a list of conditions — sarenac.balsa / githubweb
  105. Cleanup: remove unnecessary override — sarenac.balsa / githubweb
  106. Fix: `add:` is not allowed on Array, so using `,` to connect preconditions — sarenac.balsa / githubweb
  107. Fix: fix failing refactoring tests due to new preconditions changes — sarenac.balsa / githubweb
  108. Fix: update tests so they don't use old `preconditions check` but new `checkPreconditions` method — sarenac.balsa / githubweb
  109. Fix: temporary fix of reporting erros from NegatedCondition — sarenac.balsa / githubweb
  110. Fix: merge two instance variables into one since they are the same — sarenac.balsa / githubweb
  111. Fix a small bug with FFI calls when passing 'NULL'  as argument to the C function to call. Now it can infer its type correctly as 'void*' — ignbianchi / githubweb
  112. Changed default value for setting #autoSetCanvasScaleFactor to true. — 1611248+Rinzwind / githubweb
  113. missing stroke paint method — pavel.krivanek / githubweb
  114. add tests for testDoWhileFalse: and testDoWhileTrue: — pavel.krivanek / githubweb
  115. Remove empty Manifests from baseline packages, synchronize on the tag name #Baseline for Baseline methods where the Manifest is useful. — pavel.krivanek / githubweb
  116. Remove the package Deprecated12, introduce package Deprecated13 — pavel.krivanek / githubweb
  117. Refactor: `generateChanges` returns changes by default — sarenac.balsa / githubweb
  118. Fix: failing tests due to new changes to preconditions — sarenac.balsa / githubweb
  119. Fix: tests that expected generateChanges not to return changes — sarenac.balsa / githubweb
  120. fix ZnClientTest>>#testLogging — pavel.krivanek / githubweb
  121. RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment — pavel.krivanek / githubweb
  122. fixing the category deprecation related test — pavel.krivanek / githubweb
  123. Dictionary>>#bindingsDo: were deprecated but not in Deprecated12 package. So the other dictionary-like classes started to complaint about different API after removal of the Deprecated12 package — pavel.krivanek / githubweb
  124. add ReOverridingExtentsionMethod rule — pavel.krivanek / githubweb
  125. Added noInstrumentation pragma — sebastianjmt / githubweb
  126. Taskbar option to close windows hidden behind other windows — pavel.krivanek / githubweb
  127. Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock — macta / githubweb
  128. Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better) — macta / githubweb
  129. remove interactionState: — pavel.krivanek / githubweb
  130. ExteranlAddress>>fromString: converts string to UTF-8 first — pavel.krivanek / githubweb
  131. renaming DebugPointSideEffect into DebugPointMetaBehavior — adrien.vanegue.etu / githubweb
  132. Protect NewSymbols table from concurrent access when internalizing new symbols — carola.hp / githubweb
  133. Allow disabling protection for concurrent access when a new symbol is internalized — carola.hp / githubweb
  134. Disable protection for concurrent access to symbol table while bootstrapping — carola.hp / githubweb
  135. Fixing failing tests — sarenac.balsa / githubweb
  136. Feat: extract set up interval api — sarenac.balsa / githubweb
  137. Enable protection of SymbolTable from concurrent acces during bootstrap's image initialization — carola.hp / githubweb
  138. Fix typo — carola.hp / githubweb
  139. - categorize methods — marcus.denker / githubweb
  140. Fix: testAPI with updates to new API of refactorings/transformations — sarenac.balsa / githubweb
  141. Cleanup: remove unused methods — sarenac.balsa / githubweb
  142. Update CONTRIBUTING.md — github / githubweb
  143. Revert: remove popup from extract set up method refactoring — sarenac.balsa / githubweb
  144. add missing hasBindingOf: to the LessonView — pavel.krivanek / githubweb
  145. better categorization — pavel.krivanek / githubweb
  146. add asAccessor — pavel.krivanek / githubweb
  147. cleanup — pavel.krivanek / githubweb
  148. fix precedence computation — pavel.krivanek / githubweb
  149. refactoring FreeTypeFontProvider>>#updateFromFile: — angel.hely0542 / githubweb
  150. Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods. — 26929529+StevenCostiou / githubweb
  151. Cleanup: TestCase class>>#hasErrorTest — astares / githubweb
  152. Fix also TestCase class>>#hasFailedTest — astares / githubweb
  153. Fix also TestCase class>>#hasPassedTest — astares / githubweb
  154. Cleanup: TestCase class>>#lastRunMethodNamed: — astares / githubweb
  155. fix build "FreeTypeFontProvider(Object)>>doesNotUnderstand: #validEmbeddedCachedInfoFor:index:" — angel.hely0542 / githubweb
  156. Fix: bad merge conflict resolution — sarenac.balsa / githubweb
  157. Update roassal to v1.06d — cyril / githubweb
  158. Fix testCodeCruftLeftInMethods — cyril / githubweb
  159. update parameter name according to the one of `addClassDefinition` — benoit / githubweb
  160. Clean up in SDL_Texture and SDL_Renderer — cyril / githubweb
  161. Simplify Calypso packaging — cyril / githubweb
  162. [Bug]: Date>>#addMonths: should Respect Offset — code / githubweb
  163. change name for methods FreeTypeFontFileInstaller >> failedToOpen:index: and FreeTypeFontFileUpdator >> failedToOpen:from:index: + use #whileTrue instead of #whileTrue: — angel.hely0542 / githubweb
  164. Remove Gofer — cyril / githubweb
  165. Remove also ConfigurationCommandLineHandler that relies on Gofer and was also deprecated — cyril / githubweb
  166. add ReStatementsAfterReturnConditionalRule — angel.hely.etu / githubweb
  167. proposition rule for nil branch — angel.hely.etu / githubweb
  168. proposition for a potential new rule:  useless ifTrue:ifFalse: — angel.hely.etu / githubweb
  169. match the rule with ifFalse: ifTrue: — angel.hely.etu / githubweb
  170. Cleanup: CoverageCollectorTest should be in an own test package — astares / githubweb
  171. Enhancement: Provide a lint rule to check for a "super initialize" call in instance side #initialize methods — astares / githubweb
  172. no changes on ReShouldSendSuperSetUpAsFirstMessage — github / githubweb
  173. Add some tests — astares / githubweb
  174. CommentTestCase should be moved to PharoDocComment-Tests — astares / githubweb
  175. Package "System-DependenciesTests" should be "System-Dependencies-Tests" — astares / githubweb
  176. Simplify script pragma for FinderUI — astares / githubweb
  177. Introduce CompiledMethod>>#isInstanceSide — astares / githubweb
  178. Cleanup: AthensTransformTest>>transformClass should be in accessing — astares / githubweb
  179. [Enhancement] Add a rule ReBaselineOfProperlyPackagedRule — astares / githubweb
  180. Rename from ReBaselineOfProperlyPackagedRule to ReBaselineProperlyPackagedRule — astares / githubweb
  181. [Enhancement] Add a rule ReBaselineWithProperSuperclassRule — astares / githubweb
  182. [Enhancement] Add "copy class name" to extras menu in Calypse — astares / githubweb
  183. Fixed VM 76 parameter — sebastianjmt / githubweb
  184. Update src/System-Support/VirtualMachine.class.st — github / githubweb
  185. Reduce references to Undeclared global variable — cyril / githubweb
  186. Fix lint in ReShouldSendSuperSetUpAsFirstMessage class>>#checksMethod — astares / githubweb
  187. Fix #16616 — astares / githubweb
  188. Add missing RGGlobalVariable>>isInstanceVariable — cyril / githubweb
  189. Add missing method — cyril / githubweb
  190. Improve ReBaselineProperlyPackagedRule and ReBaselineWithProperSuperclassRule and cover with tests — astares / githubweb
  191. Review ReClassNotCategorizedRuleTest>>#testRule — astares / githubweb
  192. SourceFile>>#isOpen should use isNotNil — astares / githubweb
  193. Sindarin/ScriptableDebugger should be listed as external project — astares / githubweb
  194. Cleanup: unnecessary class BlLoadProjectWorldMenu — astares / githubweb
  195. Cleanup: Remove deprecated announcement #SnapshotDone in SnapshotOperation>>#performSnapshot for Pharo 13 — astares / githubweb
  196. Avoid unnecessary IDE dependencies — astares / githubweb
  197. Cleanup of ffi calls by AthensCairoSurface and CairoScaledFont objects. — massimo.nocentini / githubweb
  198. Remove part of ReAsClassRule about #asClass — cyril / githubweb
  199. Update src/Deprecated13/ManifestDeprecated13.class.st — github / githubweb
  200. Remove deprecated aliases of P11 — cyril / githubweb
  201. Fix tests — cyril / githubweb
  202. Use taskbarTask as model for the morph and so re-enable icon in the toolbar — benoit / githubweb
  203. - fix newFrom: — marcus.denker / githubweb
  204. Fix #16495 — tesonep / githubweb
  205. fixes #16610 — kderichs / githubweb
  206. fixes #16608 — kderichs / githubweb
  207. add rule proposition that propose to use deny: instead of assert:equals: — angel.hely.etu / githubweb
  208. add new rule on messages #& and #| — angel.hely.etu / githubweb
  209. remove — angel.hely.etu / githubweb
  210. remove references to RPackage* — cyril / githubweb
  211. Use new version of Roassal — cyril / githubweb
  212. Unifying accessor and inst var  names — 26929529+StevenCostiou / githubweb
  213. Removing strange accesses to internal state  debug points when installing. — 26929529+StevenCostiou / githubweb
  214. renaming "nil" protocol to "utils" — 26929529+StevenCostiou / githubweb
  215. Adding missing comment — 26929529+StevenCostiou / githubweb
  216. Formatting code — 26929529+StevenCostiou / githubweb
  217. Update call to a deprecated class — cyril / githubweb
  218. Fix more references — cyril / githubweb
  219. Deprecate RPackageSet — cyril / githubweb
  220. fixes #16608 — kderichs / githubweb
  221. Restore category of Deprecated13. — massimo.nocentini / githubweb
  222. Fix again ManifestDeprecated13. — massimo.nocentini / githubweb
  223. Missing definition of AthensCairoCanvas>>#getHandle — massimo.nocentini / githubweb
  224. Classification of AthensCairoCanvas>>#getHandle — massimo.nocentini / githubweb
  225. change Rule name, + add case to the rule + add Test — angel.hely.etu / githubweb
  226. Changing #when:do: to #when:do:for: in the announcers. — tesonep / githubweb
  227. Remove VariableLayout from tests — github / githubweb
  228. Update labels used — github / githubweb
  229. Add RBAddNewClassRefactoring and ReAddSubclassDriver — hernan.morales / githubweb
  230. Add StRefactoringAddClassPresenter — hernan.morales / githubweb
  231. Update privateTransform so we don't reparent classes in add subclass. — hernan.morales / githubweb
  232. Refactorings — hernan.morales / githubweb
  233. Enable setting the class comment to the add new class refactoring from the driver. — hernan.morales / githubweb
  234. Remove use of ReClassChainAllowsClassInsertionCondition. — hernan.morales / githubweb
  235. Remove classTraits : '{} + TraitedClass' — hernan.morales / githubweb
  236. Remove commits from other branch accidentally included. — hernan.morales / githubweb
  237. Clean another leftover from another branch — hernan.morales / githubweb
  238. Fix SyntaxError — hernan.morales / githubweb
  239. Fix accidental commit which overwrote #applicabilityPreconditions in RBInsertNewClassRefactoring — hernan.morales / githubweb
  240. Use new StProtocolNameChooserPresenter — cyril / githubweb
  241. Provice classes to know instance and class sides — cyril / githubweb
  242. Moving out logic from Command (part 1) — hernan.morales / githubweb
  243. Refactored #iconButtonCalling:withForm:helpText: to #iconButtonCalling:withFormSet:helpText: on MenuTitleMorph. — 1611248+Rinzwind / githubweb
  244. Made #withCloseBox on MenuTitleMorph to use the FormSet for the icon. — 1611248+Rinzwind / githubweb
  245. Moved send of #scaledByDisplayScaleFactor from #withPinBox on MenuTitleMorph into #pinForm so that it also applies to #updatePinForm. — 1611248+Rinzwind / githubweb
  246. Refactored #pinForm to #pinFormSet on MenuTitleMorph. — 1611248+Rinzwind / githubweb
  247. Removed #iconButtonCalling:withForm:helpText: from MenuTitleMorph (no longer sent). — 1611248+Rinzwind / githubweb
  248. Changed #pinFormSet on MenuTitleMorph to apply the display scale factor to the creation of the morph. — 1611248+Rinzwind / githubweb
  249. Made #pinFormSet on MenuTitleMorph include a Form for scale 2 in the FormSet. — 1611248+Rinzwind / githubweb
  250. Fixing the destroy twin to clean the ast properties — 26929529+StevenCostiou / githubweb
  251. tests — 26929529+StevenCostiou / githubweb
  252. Adapt tests to new changes in the driver. — hernan.morales / githubweb
  253. Minor temp variable rename. — hernan.morales / githubweb
  254. fix Reflectivity API `#link:toAST:` for metaclasses  + adding test for debug points on class-side methods — adrien.vanegue.etu / githubweb
  255. Move group metadate of rules class side — cyril / githubweb
  256. Move name on class side too — cyril / githubweb
  257. Move rationale to class side — cyril / githubweb
  258. Move severity to class side also — cyril / githubweb
  259. Speed up setting browser — cyril / githubweb
  260. It should be possible to reset a ZnCharacterReadStream — astares / githubweb
  261. use proper protocol — github / githubweb
  262. no dot at end — github / githubweb
  263. Cleanup: ZnCharacterEncoder, ZnEncodedStream, ZnEncodedReadStream and ZnEncodedWriteStream should be abstract classes — astares / githubweb
  264. Fix lint issues on ZnEncodedReadStream — astares / githubweb
  265. Fix lint issue on ZnEncodedStream — astares / githubweb
  266. Cleanup ReOverridingExtentsionMethod>>#basicCheck: — astares / githubweb
  267. Cleanup TraitTest>>#testRemovingTraitsRemoveTraitedClassMethodsWithSubclasses — astares / githubweb
  268. Fix tests — cyril / githubweb
  269. Fix another test — cyril / githubweb
  270. Move more metadatas to class side — cyril / githubweb
  271. Simplify conditionals — github / githubweb
  272. Do not break NewTools — cyril / githubweb
  273. Fix metaclass of a class after removing its traits — cyril / githubweb
  274. Update the way to declare a metaclass class and fix some bugs in the metaclass class selected — cyril / githubweb
  275. Fix test — cyril / githubweb
  276. Remove unused var — cyril / githubweb
  277. Refactor: remvoe RBInlineMethodTransformation — sarenac.balsa / githubweb
  278. Refactor: deprecation rewrite `method`->`compiledMethod` in Refactoring-UI — sarenac.balsa / githubweb
  279. Refactor: inline and remove `isPrimitive` method — sarenac.balsa / githubweb
  280. Cleanup: add comments, improve protocols, and remove unused method — sarenac.balsa / githubweb
  281. Refactor: rename `extract:from:to:in:` to `extractSource:from:to:in:` — sarenac.balsa / githubweb
  282. Fix #16718 as suggested in the issue — matboury / githubweb
  283. Moved pragma declaration to top of methods. — sebastianjmt / githubweb
  284. Added new tenured methods — sebastianjmt / githubweb
  285. Fix two critics: — hernan.morales / githubweb
  286. fix issue #16520 — quentin.moutte.etu / githubweb
  287. fix issues random seed float — quentin.moutte.etu / githubweb
  288. add test for float Random seed — quentin.moutte.etu / githubweb
  289. Fix bug causing classes to lose their traits. — cyril / githubweb
  290. Add more tests — cyril / githubweb
  291. fix test — quentin.moutte.etu / githubweb
  292. Add shortcut cmd-v to open a Versions browser while the cursor focus is in the method list in Calypso. Fix by Stephane Ducasse — hernan.morales / githubweb
  293. Feat: testing API for InlineMethodRefactoring — sarenac.balsa / githubweb
  294. Test: Semantics of inline method refactoring tests without control flow checks — sarenac.balsa / githubweb
  295. Refactor: InlineMethodRefactoring tests should always create new bindings for expression arguments or self — sarenac.balsa / githubweb
  296. Refactor: rename `inlineExpression` to `shouldNotCreateExtraBindings` — sarenac.balsa / githubweb
  297. Test: control flow preservation for inline method refactoring — sarenac.balsa / githubweb
  298. Test: inline method refactoring a few more tests — sarenac.balsa / githubweb
  299. Use #update:to: instead of #make: and #fillFor: — cyril / githubweb
  300. settings rules modification — angel.hely.etu / githubweb
  301. correction — angel.hely.etu / githubweb
  302. Added a test to the `reset` method — matboury / githubweb
  303. add comment — angel.hely.etu / githubweb
  304. Update ReRuleManager.class.st — github / githubweb
  305. Update src/Renraku/ReRuleManager.class.st — github / githubweb
  306. use iconName instead of a icon to use finally an `#iconFormSetNamed:`. — benoit / githubweb
  307. Categorization rules tests — angel.hely.etu / githubweb

#2 (Apr 30, 2024, 11:06:31 AM)

  1. fix debug points to be able to set a variable breakpoint, scoped to a subclass (excluding all accesses in brother/cousin classes) — adrien.vanegue.etu / githubweb