Skip to content
Started 5 days 0 hr ago
Took 38 min
Unstable

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

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

Pull request #16549 event at 8:44:31 PM on Jun 13, 2024

This run spent:

  • 9.6 sec waiting;
  • 38 min build duration;
  • 39 min total from scheduled to completion.
Revision: 443bdc329435b5ed7f7fbd255a9f51292b4307e1
Repository: https://github.com/pharo-project/pharo.git
  • PR-16549
Test Result (54 failures / +46)Show all failed tests >>>
Revision: d5d69b828476de76ffc4383c1e7d17c028e5da70
Repository: https://github.com/pharo-project/pharo.git
  • PR-16549
Revision: 6d319f3a2772bc892b69a96f7db2bf543ebce671
Repository: https://github.com/pharo-project/pharo.git
  • PR-16549