Skip to content
Started 27 days ago
Took 1 hr 48 min
Success

Build #7 (May 19, 2025, 2:18:27 PM)

Build Artifacts
Changes
  1. Cleanup Shout (details / githubweb)
  2. add an environment variable to be able to specify the driver I want to run. (details / githubweb)
  3. Improve FLBasicSerializationTest>>#testWideStringClassName (details / githubweb)
  4. Push up #classInstaller (details / githubweb)
  5. Branch: CoStaticBenchmarksV2,  Adding the working version of CoStaticBenchmarks; all the maetrics ;with heuristcs ; with green tests (details / githubweb)
  6. Improve the default comparision value (details / githubweb)
  7. Better comments for Beacon (details / githubweb)
  8. Improve precision of some assertions (details / githubweb)
  9. Improve comment (details / githubweb)
  10. Fix #15183: Ineffective formatting does not update code editor (details / githubweb)
  11. Fix equality check + Restore selection/Keep cursor at end, after formatting (details / githubweb)
  12. Remove `aBoolean = true` checks in RubAbstractTextArea (details / githubweb)
  13. Fix keeping cursor at end + Selection was already being restored (details / githubweb)
  14. Branch: CoStaticBenchmarksV2,  Fixing a test + adding some comments in the benchs (details / githubweb)
  15. Branch: CoStaticBenchmarksV2,  Fixing tests about the NDCG metric (details / githubweb)
  16. Branch: CoStaticBenchmarksV2,  Another commit for fixing the NDCG tests (details / githubweb)
  17. Adding a announcement to be able to monitor what the user picked in the completion menu (details / githubweb)
  18. recategorising class (details / githubweb)
  19. 17895-Better-hook-for-completion-engine-in-RubSmalltalkTextEditor (details / githubweb)
  20. Fixing the problem with CoCompletion (details / githubweb)
  21. Adding a couple of tests. (details / githubweb)
  22. OCFormatterTest cleaning. (details / githubweb)
  23. testTransform (details / githubweb)
  24. Cleaning OCIRBuilderTest dependency to superclass. (details / githubweb)
  25. Less formatted code (details / githubweb)
  26. Move addNodeLast: to the package Refactoring-Transformations (details / githubweb)
  27. Move addSelfReturn as extension (details / githubweb)
  28. Move extractSubtreeWith:  as extension of Refactoring (details / githubweb)
  29. Branch: adding-isValid-for-SDLWindows (details / githubweb)
  30. Rewrite testIsPrimitive (details / githubweb)
  31. Move isEssential to Refactoring-Core (details / githubweb)
  32. Cleaning OCArrayLiteralTest (details / githubweb)
  33. Better testLiteralVariableGlobale (details / githubweb)
  34. Migrate testCase. (details / githubweb)
  35. Remove generate method and unclassified one. (details / githubweb)
  36. One more self contained reference (details / githubweb)
  37. Removing useless pragma compilation methods (details / githubweb)
  38. Much better OCSimpleFormatter tests. Less duplication more self contained. No we should not send formattedCode to Node! (details / githubweb)
  39. Less spurious formattedCode. It does not make sense to ask the formatter to format just one variable! (details / githubweb)
  40. Removing misplaced browing methods,  Fixes # 17396 (details / githubweb)
  41. Properly update the AST when the method editor gets its text changed (details / githubweb)
  42. Fixes # 17891 (details / githubweb)
  43. Branch: Fix-Baseline-CoStaticBenchmarks,  Adding the `HeuristicCompletion-Benchmarks-Tests` to the baseline ( it was already there ) just we need the code that loads the package (details / githubweb)
  44. Branch: Fix-Baseline-CoStaticBenchmarks,  Fixe the classification of message `run` in `CoStaticBenchmarksVariables` (details / githubweb)
  45. Branch: fixIssue17908,  Fixes # 17908 use  string instead of an RBArgumentName (details / githubweb)
  46. fixed #17568 (details / githubweb)
  47. Fix issue #7908, fix method definition refactoring preconditions (details / githubweb)
  48. Styling and simplifying (details / githubweb)
  49. Fix #6528: do not skip closing characters (details / githubweb)
  50. Do not remove matching closing character when removing opening character literal (details / githubweb)
  51. 17916-Adding-deprecated-binding-to-IR (details / githubweb)
  52. Branch: 17225-Progress-Bar-in-Dark-Theme-does-not-have-a-good-contrast2,  Fixes #17225 (details / githubweb)
  53. IRBuilder -> OCIRBuilder in sampleBytecodeMethodWithArg: (details / githubweb)
  54. Branch: Fix-Baseline-CoStaticBenchmarks,  Some modifications on the comments (details / githubweb)
  55. Improve secondary selection color for light theme (details / githubweb)
  56. Push up #removeFromTree (details / githubweb)
  57. Fix bug with obsolete classes and extension methods (details / githubweb)
  58. Branch: addInspectOnPackages,  Fixes #17911 (details / githubweb)
  59. Improve ReRefersToClassRule name (details / githubweb)
  60. [Foward port] RGGlobalVariable should be a RGVariable (details / githubweb)
  61. Speedup Random initialization from seed (details / githubweb)
  62. Fix the logic of the extra commands on methods (details / githubweb)
  63. Added 2 metaclass variables to remember last text to find and last text used to replace (details / githubweb)
  64. Remove the Transcript stepGlobal call. Better integrate it once the new transcript is on. (details / githubweb)
  65. Remove dependency analyser, moved to newtools (details / githubweb)
  66. Rename dependency analyser classes (details / githubweb)
  67. Remove ExternalProjectLoader (details / githubweb)
  68. Fix 8 Dictionary tests to make them inheritable (details / githubweb)
  69. Add key type check in `SystemEnvironment>>#at:update:initial` (details / githubweb)
  70. Fixing dependency analyser opening (details / githubweb)
  71. CleaningNautilusRefactoring (details / githubweb)
  72. - Remove from nautiluse and AbatsrctTransformation the question to search or not in the hierarchy when doing an extract method. (details / githubweb)
  73. - inline handleMethodNameRequest: since it got only one sender in the same class. (details / githubweb)
  74. chore: (details / githubweb)
  75. chore: replace the only user of RBMethodEditor by StMethodEditorPresenter (details / githubweb)
  76. chore: Remove unused RBMethodNameEditor (details / githubweb)
  77. test: Adding tests for ClassesAreNotMetaclassCondition (details / githubweb)
  78. feat: add message to ReClassesAreNotMetaclass for better feedback (details / githubweb)
  79. test: Add two simple tests for messages (details / githubweb)
  80. Better tests for movetoclasside (not changing its wrong semantics for now) (details / githubweb)
  81. Renaming some temps for better understanding code. (details / githubweb)
  82. tests: define some tests for DefinesSelectorCondition (details / githubweb)
  83. With metaclasses (details / githubweb)
  84. Better name and accesspor for RBMoveMethodToClassRefactoring (details / githubweb)
  85. Add choices for RemoveMethodsToClassSide Driver (details / githubweb)
  86. Remove old driver and introduce new one with the new architecture (details / githubweb)
  87. Branch: temp,  Fixes # changes (details / githubweb)
  88. Remove ReIsNotAMetaclass and replace with ReClassesAreNotMetaClassCondition (details / githubweb)
  89. Fix system dependency tests (details / githubweb)
  90. Should not implement `SystemEnvironment>>#at:update:initial:` (details / githubweb)
  91. Clean BaselineOfClap (details / githubweb)
  92. Move HashTesterTest to SUnit-Tests (details / githubweb)
  93. Refactor OCMessageNode>>isInlineToDo to remove OCParseTreeSearcher (details / githubweb)
  94. Remove some dead references to SmalltalkHub (details / githubweb)
  95. Format the code changes (details / githubweb)
  96. Implemented new menu to show pool users (details / githubweb)
  97. Pharo13.0.0: (details / githubweb)
  98. Pharo13.0.0: (details / githubweb)
  99. #Branch: 17903-Using-Windows-key--click-to-find-implementors-has-side-effects Fixes #17903 (details / githubweb)
  100. Fix testTranscriptDebugPoint to avoid using Transcript>>stepGlobal (details / githubweb)
  101. Removed wrong comment in SourceFile Class (details / githubweb)
  102. chore: Removing OldDeprecated Driver+ Refactoring + tests + commands (details / githubweb)
  103. chore: remove SplitClassRefactoring and tests (details / githubweb)
  104. chore: Remove SpoitClassTransformation and tests -- Pharo13.0.0 (details / githubweb)
  105. Cleaning simple left over (details / githubweb)
  106. categorizing initialize (details / githubweb)
  107. Fixing DA references (details / githubweb)
  108. Moving methods and classes around to cleanup Collections-Abstract (details / githubweb)
  109. Strangely enough I do not get why these tests did not pass. Probably another issue left some tests failing (details / githubweb)
  110. Deprecating overly specific collection methods (details / githubweb)
  111. Replace DADependencyChecker with StDependencyChecker in PharoBootstrapRule (details / githubweb)
  112. Fix #17997 (details / githubweb)
  113. Adding a setting to disable the halos, also making it work for real (details / githubweb)
  114. Fix Pharo build (details / githubweb)
  115. Refactorings: Remove choices that are not used anymore (details / githubweb)
  116. Fix failing tests about #print:delimiterOn: (details / githubweb)
  117. Fixed bug to allow multiple package selection in coverage tool (details / githubweb)
  118. Fixed SystemEnvironment tests by initializing testingEnvironment with Smalltalk globals (details / githubweb)
  119. Created  TestObject class using ShiftClassBuilder (details / githubweb)
  120. add mew process browser (in preview menu entry) (details / githubweb)
  121. fix undeclared DAPackageDependenciesPresenter (details / githubweb)
  122. fix unifeid diff broken in e5f54f0b22f26fd4d9bd41e42e45fa2927a41058 (details / githubweb)
  123. add 'NewTools-Transcript' as known dependency (details / githubweb)
  124. Cleaning the benchmarks (details / githubweb)
  125. Remove transcript from Smalltalk tools (finally) (details / githubweb)
  126. Remove tool registration and installation (details / githubweb)
  127. Remove the installation of the old transcript. (details / githubweb)
  128. feature: reimplement Halt once and once without the need to rely on the compiler, parse, semantic analysis and the rest (details / githubweb)
  129. tests: now we have tests that really test call sites. (details / githubweb)
  130. no semantic change: recategorisation of test protocols (details / githubweb)
  131. Make compiled block class parametrizable (details / githubweb)
  132. Improval of auto pairing in code editor (details / githubweb)
  133. adding annotation to once (details / githubweb)
  134. Clean: protocol sorting + initialize split + remove dead code (details / githubweb)
  135. All the tests pass except containsHalt. (details / githubweb)
  136. New version. Now indeed the tests requires Halt initializeOnCount. "This is mandatory else running twice the test will fail." (details / githubweb)
  137. Fixing containsHalt (it is based on the method protocol :( what a brittle idea!)) (details / githubweb)
  138. Fixing testHaltFromCount (details / githubweb)
  139. Improved ReSearchingLiteralRule by giving an example in description & added automatic transformation (details / githubweb)
  140. Split one test into several ones (details / githubweb)
  141. Improving tests (details / githubweb)
  142. Improving tests (details / githubweb)
  143. Rename internal method (details / githubweb)
  144. Adding haltUpTo: and tests (details / githubweb)
  145. Revising implementation and adding comments in class (details / githubweb)
  146. FIxing a test using an old version of the API (details / githubweb)
  147. Removing haltCountUpTo: (details / githubweb)
  148. Improve packaging of Ston (details / githubweb)
  149. Fixed failing test by adding transformation rule for empty collection comparison (details / githubweb)
  150. Remove Toto (details / githubweb)
  151. Added a test for smartbackspace with spaces and removed temps (details / githubweb)
  152. Protecting tests so that their execution is independant (details / githubweb)
  153. Initialize deprecated Morphic package (details / githubweb)
  154. Start to deprecate some unused parts of morphic (details / githubweb)
  155. Fix #isDeprecated logic of CompiledMethod (details / githubweb)
  156. support old logic to set the new transcript (details / githubweb)
  157. Fixes of two cases on shortcut block identation (details / githubweb)
  158. fixes #17641 (details / githubweb)
  159. Fixing almost all tests (details / githubweb)
  160. fix last test (details / githubweb)
  161. Removed reference of GT package from Beacon baseline (details / githubweb)
  162. Added Examples (details / githubweb)
  163. Remove what seems to be a hack in runTest.sh (details / githubweb)
  164. Improve the printing of errors on executable comments (details / githubweb)
  165. Corrected Style (details / githubweb)
  166. Fix missing `"` (details / githubweb)
  167. fix: GIFReadWriter does not write local color tables (details / githubweb)
  168. Deprecate ThreadSafeTranscript (details / githubweb)
  169. Deprecate Morphic TickList (details / githubweb)
  170. CodeImporter should close the stream it is reading after importing (details / githubweb)
  171. Fix equality between MCClassDefinition and MCTraitDefinition (details / githubweb)
  172. Morphic: Deprecate examples and some pluggable lists (details / githubweb)
  173. use clap v.0.1 (details / githubweb)
  174. remove dead code (details / githubweb)
  175. Remove dependency from Athens to Deprecated morphs (details / githubweb)
  176. Formating Correction (details / githubweb)
  177. Clean and minor fixes for GIFReadWriter (details / githubweb)
  178. Added tests for logger (details / githubweb)
  179. Added #open as an extension method of Cavrois Window Profiles package (details / githubweb)
  180. Allowing to set the default dialogs from outiside. Allowing us to give mocks when using refactorings. (details / githubweb)
  181. made extension clean changes (details / githubweb)
  182. Move the #flushClassNameCache to the pviate method that does the change. this way we will flush the cache, too, when using #add: to add to the environment. (details / githubweb)
  183. make sure to return the cached node if we find one (details / githubweb)
  184. Changing the Sorter to nosorter (details / githubweb)
  185. With deprecated methods rewritten. (details / githubweb)
  186. Adding a test for runFor: (details / githubweb)
  187. Nicer ones (details / githubweb)
  188. Adding StackSignal and a little test to show that we pill the stack (details / githubweb)
  189. Fix #18034 (details / githubweb)
  190. Improve test (details / githubweb)
  191. Implementing Equals and Hash in the RBBrowserEnvironments, so we can compare it and have them once in the list of scopes (details / githubweb)
  192. adding doc (not finished) to /doc/Beacon (details / githubweb)
  193. Make Zinc tests open a random port (details / githubweb)
  194. Rename argument following conventions and avoiding shadowing (details / githubweb)
  195. Rename last shadowed variable (details / githubweb)
  196. Fix last shadowed (details / githubweb)
  197. Removing outerMostContext whose sole user was Sindarin. (details / githubweb)
  198. Cleaning (details / githubweb)
  199. Resolving failing test (details / githubweb)
  200. Resolved comment errors (details / githubweb)
  201. Removed . (details / githubweb)
  202. make OSWindowDriver class>>driverClass: configurable through environment with the PHARO_WINDOW_DRIVER variable. (details / githubweb)
  203. Fix tests (details / githubweb)
  204. Reburc should not depend on Athens (details / githubweb)
  205. (details / githubweb)
  206. (details / githubweb)
  207. Morphic: Deprecate some polymorph widgets (details / githubweb)
  208. Fix bug: changed #rowser to #browser in RubSmalltalkEditor (details / githubweb)
  209. inspection usage without builder has been deprecated (details / githubweb)
  210. Move some extensions methods of Iceberg into Pharo (details / githubweb)
  211. Replace the process browser (details / githubweb)
  212. Remove dependency of Network-Mail to Morphic (details / githubweb)
  213. Update error message for FFICalloutAPI class >> new (details / githubweb)
  214. Update doc for FFIArray class (details / githubweb)
  215. Remove call to the old process browser API (details / githubweb)
  216. Dprecate more Morphic widgets (details / githubweb)
  217. Prevent renaming the accessors when renaming an instance variable (details / githubweb)
  218. Fix ast mapping of constant blocks (details / githubweb)
  219. IRPushLiteral should only be quick if the values are those of quick methods or special case bytecode (details / githubweb)
  220. Fix OCIRPrinterTest (details / githubweb)
  221. Removed Shout presenter as it should belong to NewTools repo and not Pharo (details / githubweb)
  222. Updated baseline (details / githubweb)
  223. Rename DateAndTime>>#fromMethodTimeStamp: to #fromMethodTimestamp: and implement it correctly (details / githubweb)
  224. added transcript workerProcess to knownProcesses in ReleaseTest (details / githubweb)
  225. Make the timestamp format of method changes and class comment changes in the change file consistent with the timestamp format for snapshot and quit entries. (details / githubweb)
  226. Adapt tests after changing the timestamp format (details / githubweb)
  227. Adapt tests that with timestamps (details / githubweb)
  228. adding a first list of authors. (details / githubweb)
  229. Fixing picture reference (details / githubweb)
  230. Adding core classes (details / githubweb)
  231. Fixing filename of inspector (details / githubweb)
  232. Update ReleaseTest.class.st (details / githubweb)
  233. oops, this is a symbol (details / githubweb)
  234. Update Beacon.md (details / githubweb)
  235. Fix bug when adding an extension method overriding a trait method (details / githubweb)
  236. move Spec to v2.0.0 (details / githubweb)
  237. move it now to 2.0.1 (details / githubweb)
  238. Roassal moved to v1.7.0 (details / githubweb)
  239. move microdown to v2.8.2 (details / githubweb)
  240. typo (details / githubweb)
  241. fix typo (details / githubweb)
Changes
  1. Cleanup Shout (details / githubweb)
  2. add an environment variable to be able to specify the driver I want to run. (details / githubweb)
  3. Improve FLBasicSerializationTest>>#testWideStringClassName (details / githubweb)
  4. Push up #classInstaller (details / githubweb)
  5. Branch: CoStaticBenchmarksV2,  Adding the working version of CoStaticBenchmarks; all the maetrics ;with heuristcs ; with green tests (details / githubweb)
  6. Improve the default comparision value (details / githubweb)
  7. Better comments for Beacon (details / githubweb)
  8. Improve precision of some assertions (details / githubweb)
  9. Improve comment (details / githubweb)
  10. Fix #15183: Ineffective formatting does not update code editor (details / githubweb)
  11. Fix equality check + Restore selection/Keep cursor at end, after formatting (details / githubweb)
  12. Remove `aBoolean = true` checks in RubAbstractTextArea (details / githubweb)
  13. Fix keeping cursor at end + Selection was already being restored (details / githubweb)
  14. Branch: CoStaticBenchmarksV2,  Fixing a test + adding some comments in the benchs (details / githubweb)
  15. Branch: CoStaticBenchmarksV2,  Fixing tests about the NDCG metric (details / githubweb)
  16. Branch: CoStaticBenchmarksV2,  Another commit for fixing the NDCG tests (details / githubweb)
  17. Adding a announcement to be able to monitor what the user picked in the completion menu (details / githubweb)
  18. recategorising class (details / githubweb)
  19. 17895-Better-hook-for-completion-engine-in-RubSmalltalkTextEditor (details / githubweb)
  20. Fixing the problem with CoCompletion (details / githubweb)
  21. Adding a couple of tests. (details / githubweb)
  22. OCFormatterTest cleaning. (details / githubweb)
  23. testTransform (details / githubweb)
  24. Cleaning OCIRBuilderTest dependency to superclass. (details / githubweb)
  25. Less formatted code (details / githubweb)
  26. Move addNodeLast: to the package Refactoring-Transformations (details / githubweb)
  27. Move addSelfReturn as extension (details / githubweb)
  28. Move extractSubtreeWith:  as extension of Refactoring (details / githubweb)
  29. Branch: adding-isValid-for-SDLWindows (details / githubweb)
  30. Rewrite testIsPrimitive (details / githubweb)
  31. Move isEssential to Refactoring-Core (details / githubweb)
  32. Cleaning OCArrayLiteralTest (details / githubweb)
  33. Better testLiteralVariableGlobale (details / githubweb)
  34. Migrate testCase. (details / githubweb)
  35. Remove generate method and unclassified one. (details / githubweb)
  36. One more self contained reference (details / githubweb)
  37. Removing useless pragma compilation methods (details / githubweb)
  38. Much better OCSimpleFormatter tests. Less duplication more self contained. No we should not send formattedCode to Node! (details / githubweb)
  39. Less spurious formattedCode. It does not make sense to ask the formatter to format just one variable! (details / githubweb)
  40. Removing misplaced browing methods,  Fixes # 17396 (details / githubweb)
  41. Properly update the AST when the method editor gets its text changed (details / githubweb)
  42. Fixes # 17891 (details / githubweb)
  43. Branch: Fix-Baseline-CoStaticBenchmarks,  Adding the `HeuristicCompletion-Benchmarks-Tests` to the baseline ( it was already there ) just we need the code that loads the package (details / githubweb)
  44. Branch: Fix-Baseline-CoStaticBenchmarks,  Fixe the classification of message `run` in `CoStaticBenchmarksVariables` (details / githubweb)
  45. Branch: fixIssue17908,  Fixes # 17908 use  string instead of an RBArgumentName (details / githubweb)
  46. fixed #17568 (details / githubweb)
  47. Fix issue #7908, fix method definition refactoring preconditions (details / githubweb)
  48. Styling and simplifying (details / githubweb)
  49. Fix #6528: do not skip closing characters (details / githubweb)
  50. Do not remove matching closing character when removing opening character literal (details / githubweb)
  51. 17916-Adding-deprecated-binding-to-IR (details / githubweb)
  52. Branch: 17225-Progress-Bar-in-Dark-Theme-does-not-have-a-good-contrast2,  Fixes #17225 (details / githubweb)
  53. IRBuilder -> OCIRBuilder in sampleBytecodeMethodWithArg: (details / githubweb)
  54. Branch: Fix-Baseline-CoStaticBenchmarks,  Some modifications on the comments (details / githubweb)
  55. Improve secondary selection color for light theme (details / githubweb)
  56. Push up #removeFromTree (details / githubweb)
  57. Fix bug with obsolete classes and extension methods (details / githubweb)
  58. Branch: addInspectOnPackages,  Fixes #17911 (details / githubweb)
  59. Improve ReRefersToClassRule name (details / githubweb)
  60. [Foward port] RGGlobalVariable should be a RGVariable (details / githubweb)
  61. Speedup Random initialization from seed (details / githubweb)
  62. Fix the logic of the extra commands on methods (details / githubweb)
  63. Added 2 metaclass variables to remember last text to find and last text used to replace (details / githubweb)
  64. Remove the Transcript stepGlobal call. Better integrate it once the new transcript is on. (details / githubweb)
  65. Remove dependency analyser, moved to newtools (details / githubweb)
  66. Rename dependency analyser classes (details / githubweb)
  67. Remove ExternalProjectLoader (details / githubweb)
  68. Fix 8 Dictionary tests to make them inheritable (details / githubweb)
  69. Add key type check in `SystemEnvironment>>#at:update:initial` (details / githubweb)
  70. Fixing dependency analyser opening (details / githubweb)
  71. CleaningNautilusRefactoring (details / githubweb)
  72. - Remove from nautiluse and AbatsrctTransformation the question to search or not in the hierarchy when doing an extract method. (details / githubweb)
  73. - inline handleMethodNameRequest: since it got only one sender in the same class. (details / githubweb)
  74. chore: (details / githubweb)
  75. chore: replace the only user of RBMethodEditor by StMethodEditorPresenter (details / githubweb)
  76. chore: Remove unused RBMethodNameEditor (details / githubweb)
  77. test: Adding tests for ClassesAreNotMetaclassCondition (details / githubweb)
  78. feat: add message to ReClassesAreNotMetaclass for better feedback (details / githubweb)
  79. test: Add two simple tests for messages (details / githubweb)
  80. Better tests for movetoclasside (not changing its wrong semantics for now) (details / githubweb)
  81. Renaming some temps for better understanding code. (details / githubweb)
  82. tests: define some tests for DefinesSelectorCondition (details / githubweb)
  83. With metaclasses (details / githubweb)
  84. Better name and accesspor for RBMoveMethodToClassRefactoring (details / githubweb)
  85. Add choices for RemoveMethodsToClassSide Driver (details / githubweb)
  86. Remove old driver and introduce new one with the new architecture (details / githubweb)
  87. Branch: temp,  Fixes # changes (details / githubweb)
  88. Remove ReIsNotAMetaclass and replace with ReClassesAreNotMetaClassCondition (details / githubweb)
  89. Fix system dependency tests (details / githubweb)
  90. Should not implement `SystemEnvironment>>#at:update:initial:` (details / githubweb)
  91. Clean BaselineOfClap (details / githubweb)
  92. Move HashTesterTest to SUnit-Tests (details / githubweb)
  93. Refactor OCMessageNode>>isInlineToDo to remove OCParseTreeSearcher (details / githubweb)
  94. Remove some dead references to SmalltalkHub (details / githubweb)
  95. Format the code changes (details / githubweb)
  96. Implemented new menu to show pool users (details / githubweb)
  97. Pharo13.0.0: (details / githubweb)
  98. Pharo13.0.0: (details / githubweb)
  99. #Branch: 17903-Using-Windows-key--click-to-find-implementors-has-side-effects Fixes #17903 (details / githubweb)
  100. Fix testTranscriptDebugPoint to avoid using Transcript>>stepGlobal (details / githubweb)
  101. Removed wrong comment in SourceFile Class (details / githubweb)
  102. chore: Removing OldDeprecated Driver+ Refactoring + tests + commands (details / githubweb)
  103. chore: remove SplitClassRefactoring and tests (details / githubweb)
  104. chore: Remove SpoitClassTransformation and tests -- Pharo13.0.0 (details / githubweb)
  105. Cleaning simple left over (details / githubweb)
  106. categorizing initialize (details / githubweb)
  107. Fixing DA references (details / githubweb)
  108. Moving methods and classes around to cleanup Collections-Abstract (details / githubweb)
  109. Strangely enough I do not get why these tests did not pass. Probably another issue left some tests failing (details / githubweb)
  110. Deprecating overly specific collection methods (details / githubweb)
  111. Replace DADependencyChecker with StDependencyChecker in PharoBootstrapRule (details / githubweb)
  112. Fix #17997 (details / githubweb)
  113. Adding a setting to disable the halos, also making it work for real (details / githubweb)
  114. Fix Pharo build (details / githubweb)
  115. Refactorings: Remove choices that are not used anymore (details / githubweb)
  116. Fix failing tests about #print:delimiterOn: (details / githubweb)
  117. Fixed bug to allow multiple package selection in coverage tool (details / githubweb)
  118. Fixed SystemEnvironment tests by initializing testingEnvironment with Smalltalk globals (details / githubweb)
  119. Created  TestObject class using ShiftClassBuilder (details / githubweb)
  120. add mew process browser (in preview menu entry) (details / githubweb)
  121. fix undeclared DAPackageDependenciesPresenter (details / githubweb)
  122. fix unifeid diff broken in e5f54f0b22f26fd4d9bd41e42e45fa2927a41058 (details / githubweb)
  123. add 'NewTools-Transcript' as known dependency (details / githubweb)
  124. Cleaning the benchmarks (details / githubweb)
  125. Remove transcript from Smalltalk tools (finally) (details / githubweb)
  126. Remove tool registration and installation (details / githubweb)
  127. Remove the installation of the old transcript. (details / githubweb)
  128. feature: reimplement Halt once and once without the need to rely on the compiler, parse, semantic analysis and the rest (details / githubweb)
  129. tests: now we have tests that really test call sites. (details / githubweb)
  130. no semantic change: recategorisation of test protocols (details / githubweb)
  131. Make compiled block class parametrizable (details / githubweb)
  132. Improval of auto pairing in code editor (details / githubweb)
  133. adding annotation to once (details / githubweb)
  134. Clean: protocol sorting + initialize split + remove dead code (details / githubweb)
  135. All the tests pass except containsHalt. (details / githubweb)
  136. New version. Now indeed the tests requires Halt initializeOnCount. "This is mandatory else running twice the test will fail." (details / githubweb)
  137. Fixing containsHalt (it is based on the method protocol :( what a brittle idea!)) (details / githubweb)
  138. Fixing testHaltFromCount (details / githubweb)
  139. Improved ReSearchingLiteralRule by giving an example in description & added automatic transformation (details / githubweb)
  140. Split one test into several ones (details / githubweb)
  141. Improving tests (details / githubweb)
  142. Improving tests (details / githubweb)
  143. Rename internal method (details / githubweb)
  144. Adding haltUpTo: and tests (details / githubweb)
  145. Revising implementation and adding comments in class (details / githubweb)
  146. FIxing a test using an old version of the API (details / githubweb)
  147. Removing haltCountUpTo: (details / githubweb)
  148. Improve packaging of Ston (details / githubweb)
  149. Fixed failing test by adding transformation rule for empty collection comparison (details / githubweb)
  150. Remove Toto (details / githubweb)
  151. Added a test for smartbackspace with spaces and removed temps (details / githubweb)
  152. Protecting tests so that their execution is independant (details / githubweb)
  153. Initialize deprecated Morphic package (details / githubweb)
  154. Start to deprecate some unused parts of morphic (details / githubweb)
  155. Fix #isDeprecated logic of CompiledMethod (details / githubweb)
  156. support old logic to set the new transcript (details / githubweb)
  157. Fixes of two cases on shortcut block identation (details / githubweb)
  158. fixes #17641 (details / githubweb)
  159. Fixing almost all tests (details / githubweb)
  160. fix last test (details / githubweb)
  161. Removed reference of GT package from Beacon baseline (details / githubweb)
  162. Added Examples (details / githubweb)
  163. Remove what seems to be a hack in runTest.sh (details / githubweb)
  164. Improve the printing of errors on executable comments (details / githubweb)
  165. Corrected Style (details / githubweb)
  166. Fix missing `"` (details / githubweb)
  167. fix: GIFReadWriter does not write local color tables (details / githubweb)
  168. Deprecate ThreadSafeTranscript (details / githubweb)
  169. Deprecate Morphic TickList (details / githubweb)
  170. CodeImporter should close the stream it is reading after importing (details / githubweb)
  171. Fix equality between MCClassDefinition and MCTraitDefinition (details / githubweb)
  172. Morphic: Deprecate examples and some pluggable lists (details / githubweb)
  173. use clap v.0.1 (details / githubweb)
  174. remove dead code (details / githubweb)
  175. Remove dependency from Athens to Deprecated morphs (details / githubweb)
  176. Formating Correction (details / githubweb)
  177. Clean and minor fixes for GIFReadWriter (details / githubweb)
  178. Added tests for logger (details / githubweb)
  179. Added #open as an extension method of Cavrois Window Profiles package (details / githubweb)
  180. Allowing to set the default dialogs from outiside. Allowing us to give mocks when using refactorings. (details / githubweb)
  181. made extension clean changes (details / githubweb)
  182. Move the #flushClassNameCache to the pviate method that does the change. this way we will flush the cache, too, when using #add: to add to the environment. (details / githubweb)
  183. make sure to return the cached node if we find one (details / githubweb)
  184. Changing the Sorter to nosorter (details / githubweb)
  185. With deprecated methods rewritten. (details / githubweb)
  186. Adding a test for runFor: (details / githubweb)
  187. Nicer ones (details / githubweb)
  188. Adding StackSignal and a little test to show that we pill the stack (details / githubweb)
  189. Fix #18034 (details / githubweb)
  190. Improve test (details / githubweb)
  191. Implementing Equals and Hash in the RBBrowserEnvironments, so we can compare it and have them once in the list of scopes (details / githubweb)
  192. adding doc (not finished) to /doc/Beacon (details / githubweb)
  193. Make Zinc tests open a random port (details / githubweb)
  194. Rename argument following conventions and avoiding shadowing (details / githubweb)
  195. Rename last shadowed variable (details / githubweb)
  196. Fix last shadowed (details / githubweb)
  197. Removing outerMostContext whose sole user was Sindarin. (details / githubweb)
  198. Cleaning (details / githubweb)
  199. Resolving failing test (details / githubweb)
  200. Resolved comment errors (details / githubweb)
  201. Removed . (details / githubweb)
  202. make OSWindowDriver class>>driverClass: configurable through environment with the PHARO_WINDOW_DRIVER variable. (details / githubweb)
  203. Fix tests (details / githubweb)
  204. Reburc should not depend on Athens (details / githubweb)
  205. (details / githubweb)
  206. (details / githubweb)
  207. Morphic: Deprecate some polymorph widgets (details / githubweb)
  208. Fix bug: changed #rowser to #browser in RubSmalltalkEditor (details / githubweb)
  209. inspection usage without builder has been deprecated (details / githubweb)
  210. Move some extensions methods of Iceberg into Pharo (details / githubweb)
  211. Replace the process browser (details / githubweb)
  212. Remove dependency of Network-Mail to Morphic (details / githubweb)
  213. Update error message for FFICalloutAPI class >> new (details / githubweb)
  214. Update doc for FFIArray class (details / githubweb)
  215. Remove call to the old process browser API (details / githubweb)
  216. Dprecate more Morphic widgets (details / githubweb)
  217. Prevent renaming the accessors when renaming an instance variable (details / githubweb)
  218. Fix ast mapping of constant blocks (details / githubweb)
  219. IRPushLiteral should only be quick if the values are those of quick methods or special case bytecode (details / githubweb)
  220. Fix OCIRPrinterTest (details / githubweb)
  221. Removed Shout presenter as it should belong to NewTools repo and not Pharo (details / githubweb)
  222. Updated baseline (details / githubweb)
  223. Rename DateAndTime>>#fromMethodTimeStamp: to #fromMethodTimestamp: and implement it correctly (details / githubweb)
  224. added transcript workerProcess to knownProcesses in ReleaseTest (details / githubweb)
  225. Make the timestamp format of method changes and class comment changes in the change file consistent with the timestamp format for snapshot and quit entries. (details / githubweb)
  226. Adapt tests after changing the timestamp format (details / githubweb)
  227. Adapt tests that with timestamps (details / githubweb)
  228. adding a first list of authors. (details / githubweb)
  229. Fixing picture reference (details / githubweb)
  230. Adding core classes (details / githubweb)
  231. Fixing filename of inspector (details / githubweb)
  232. Update ReleaseTest.class.st (details / githubweb)
  233. oops, this is a symbol (details / githubweb)
  234. Update Beacon.md (details / githubweb)
  235. Fix bug when adding an extension method overriding a trait method (details / githubweb)
  236. move Spec to v2.0.0 (details / githubweb)
  237. move it now to 2.0.1 (details / githubweb)
  238. Roassal moved to v1.7.0 (details / githubweb)
  239. move microdown to v2.8.2 (details / githubweb)
  240. typo (details / githubweb)
  241. fix typo (details / githubweb)
Changes
  1. Cleanup Shout (details / githubweb)
  2. add an environment variable to be able to specify the driver I want to run. (details / githubweb)
  3. Improve FLBasicSerializationTest>>#testWideStringClassName (details / githubweb)
  4. Push up #classInstaller (details / githubweb)
  5. Branch: CoStaticBenchmarksV2,  Adding the working version of CoStaticBenchmarks; all the maetrics ;with heuristcs ; with green tests (details / githubweb)
  6. Improve the default comparision value (details / githubweb)
  7. Better comments for Beacon (details / githubweb)
  8. Improve precision of some assertions (details / githubweb)
  9. Improve comment (details / githubweb)
  10. Fix #15183: Ineffective formatting does not update code editor (details / githubweb)
  11. Fix equality check + Restore selection/Keep cursor at end, after formatting (details / githubweb)
  12. Remove `aBoolean = true` checks in RubAbstractTextArea (details / githubweb)
  13. Fix keeping cursor at end + Selection was already being restored (details / githubweb)
  14. Branch: CoStaticBenchmarksV2,  Fixing a test + adding some comments in the benchs (details / githubweb)
  15. Branch: CoStaticBenchmarksV2,  Fixing tests about the NDCG metric (details / githubweb)
  16. Branch: CoStaticBenchmarksV2,  Another commit for fixing the NDCG tests (details / githubweb)
  17. Adding a announcement to be able to monitor what the user picked in the completion menu (details / githubweb)
  18. recategorising class (details / githubweb)
  19. 17895-Better-hook-for-completion-engine-in-RubSmalltalkTextEditor (details / githubweb)
  20. Fixing the problem with CoCompletion (details / githubweb)
  21. Adding a couple of tests. (details / githubweb)
  22. OCFormatterTest cleaning. (details / githubweb)
  23. testTransform (details / githubweb)
  24. Cleaning OCIRBuilderTest dependency to superclass. (details / githubweb)
  25. Less formatted code (details / githubweb)
  26. Move addNodeLast: to the package Refactoring-Transformations (details / githubweb)
  27. Move addSelfReturn as extension (details / githubweb)
  28. Move extractSubtreeWith:  as extension of Refactoring (details / githubweb)
  29. Branch: adding-isValid-for-SDLWindows (details / githubweb)
  30. Rewrite testIsPrimitive (details / githubweb)
  31. Move isEssential to Refactoring-Core (details / githubweb)
  32. Cleaning OCArrayLiteralTest (details / githubweb)
  33. Better testLiteralVariableGlobale (details / githubweb)
  34. Migrate testCase. (details / githubweb)
  35. Remove generate method and unclassified one. (details / githubweb)
  36. One more self contained reference (details / githubweb)
  37. Removing useless pragma compilation methods (details / githubweb)
  38. Much better OCSimpleFormatter tests. Less duplication more self contained. No we should not send formattedCode to Node! (details / githubweb)
  39. Less spurious formattedCode. It does not make sense to ask the formatter to format just one variable! (details / githubweb)
  40. Removing misplaced browing methods,  Fixes # 17396 (details / githubweb)
  41. Properly update the AST when the method editor gets its text changed (details / githubweb)
  42. Fixes # 17891 (details / githubweb)
  43. Branch: Fix-Baseline-CoStaticBenchmarks,  Adding the `HeuristicCompletion-Benchmarks-Tests` to the baseline ( it was already there ) just we need the code that loads the package (details / githubweb)
  44. Branch: Fix-Baseline-CoStaticBenchmarks,  Fixe the classification of message `run` in `CoStaticBenchmarksVariables` (details / githubweb)
  45. Branch: fixIssue17908,  Fixes # 17908 use  string instead of an RBArgumentName (details / githubweb)
  46. fixed #17568 (details / githubweb)
  47. Fix issue #7908, fix method definition refactoring preconditions (details / githubweb)
  48. Styling and simplifying (details / githubweb)
  49. Fix #6528: do not skip closing characters (details / githubweb)
  50. Do not remove matching closing character when removing opening character literal (details / githubweb)
  51. 17916-Adding-deprecated-binding-to-IR (details / githubweb)
  52. Branch: 17225-Progress-Bar-in-Dark-Theme-does-not-have-a-good-contrast2,  Fixes #17225 (details / githubweb)
  53. IRBuilder -> OCIRBuilder in sampleBytecodeMethodWithArg: (details / githubweb)
  54. Branch: Fix-Baseline-CoStaticBenchmarks,  Some modifications on the comments (details / githubweb)
  55. Improve secondary selection color for light theme (details / githubweb)
  56. Push up #removeFromTree (details / githubweb)
  57. Fix bug with obsolete classes and extension methods (details / githubweb)
  58. Branch: addInspectOnPackages,  Fixes #17911 (details / githubweb)
  59. Improve ReRefersToClassRule name (details / githubweb)
  60. [Foward port] RGGlobalVariable should be a RGVariable (details / githubweb)
  61. Speedup Random initialization from seed (details / githubweb)
  62. Fix the logic of the extra commands on methods (details / githubweb)
  63. Added 2 metaclass variables to remember last text to find and last text used to replace (details / githubweb)
  64. Remove the Transcript stepGlobal call. Better integrate it once the new transcript is on. (details / githubweb)
  65. Remove dependency analyser, moved to newtools (details / githubweb)
  66. Rename dependency analyser classes (details / githubweb)
  67. Remove ExternalProjectLoader (details / githubweb)
  68. Fix 8 Dictionary tests to make them inheritable (details / githubweb)
  69. Add key type check in `SystemEnvironment>>#at:update:initial` (details / githubweb)
  70. Fixing dependency analyser opening (details / githubweb)
  71. CleaningNautilusRefactoring (details / githubweb)
  72. - Remove from nautiluse and AbatsrctTransformation the question to search or not in the hierarchy when doing an extract method. (details / githubweb)
  73. - inline handleMethodNameRequest: since it got only one sender in the same class. (details / githubweb)
  74. chore: (details / githubweb)
  75. chore: replace the only user of RBMethodEditor by StMethodEditorPresenter (details / githubweb)
  76. chore: Remove unused RBMethodNameEditor (details / githubweb)
  77. test: Adding tests for ClassesAreNotMetaclassCondition (details / githubweb)
  78. feat: add message to ReClassesAreNotMetaclass for better feedback (details / githubweb)
  79. test: Add two simple tests for messages (details / githubweb)
  80. Better tests for movetoclasside (not changing its wrong semantics for now) (details / githubweb)
  81. Renaming some temps for better understanding code. (details / githubweb)
  82. tests: define some tests for DefinesSelectorCondition (details / githubweb)
  83. With metaclasses (details / githubweb)
  84. Better name and accesspor for RBMoveMethodToClassRefactoring (details / githubweb)
  85. Add choices for RemoveMethodsToClassSide Driver (details / githubweb)
  86. Remove old driver and introduce new one with the new architecture (details / githubweb)
  87. Branch: temp,  Fixes # changes (details / githubweb)
  88. Remove ReIsNotAMetaclass and replace with ReClassesAreNotMetaClassCondition (details / githubweb)
  89. Fix system dependency tests (details / githubweb)
  90. Should not implement `SystemEnvironment>>#at:update:initial:` (details / githubweb)
  91. Clean BaselineOfClap (details / githubweb)
  92. Move HashTesterTest to SUnit-Tests (details / githubweb)
  93. Refactor OCMessageNode>>isInlineToDo to remove OCParseTreeSearcher (details / githubweb)
  94. Remove some dead references to SmalltalkHub (details / githubweb)
  95. Format the code changes (details / githubweb)
  96. Implemented new menu to show pool users (details / githubweb)
  97. Pharo13.0.0: (details / githubweb)
  98. Pharo13.0.0: (details / githubweb)
  99. #Branch: 17903-Using-Windows-key--click-to-find-implementors-has-side-effects Fixes #17903 (details / githubweb)
  100. Fix testTranscriptDebugPoint to avoid using Transcript>>stepGlobal (details / githubweb)
  101. Removed wrong comment in SourceFile Class (details / githubweb)
  102. chore: Removing OldDeprecated Driver+ Refactoring + tests + commands (details / githubweb)
  103. chore: remove SplitClassRefactoring and tests (details / githubweb)
  104. chore: Remove SpoitClassTransformation and tests -- Pharo13.0.0 (details / githubweb)
  105. Cleaning simple left over (details / githubweb)
  106. categorizing initialize (details / githubweb)
  107. Fixing DA references (details / githubweb)
  108. Moving methods and classes around to cleanup Collections-Abstract (details / githubweb)
  109. Strangely enough I do not get why these tests did not pass. Probably another issue left some tests failing (details / githubweb)
  110. Deprecating overly specific collection methods (details / githubweb)
  111. Replace DADependencyChecker with StDependencyChecker in PharoBootstrapRule (details / githubweb)
  112. Fix #17997 (details / githubweb)
  113. Adding a setting to disable the halos, also making it work for real (details / githubweb)
  114. Fix Pharo build (details / githubweb)
  115. Refactorings: Remove choices that are not used anymore (details / githubweb)
  116. Fix failing tests about #print:delimiterOn: (details / githubweb)
  117. Fixed bug to allow multiple package selection in coverage tool (details / githubweb)
  118. Fixed SystemEnvironment tests by initializing testingEnvironment with Smalltalk globals (details / githubweb)
  119. Created  TestObject class using ShiftClassBuilder (details / githubweb)
  120. add mew process browser (in preview menu entry) (details / githubweb)
  121. fix undeclared DAPackageDependenciesPresenter (details / githubweb)
  122. fix unifeid diff broken in e5f54f0b22f26fd4d9bd41e42e45fa2927a41058 (details / githubweb)
  123. add 'NewTools-Transcript' as known dependency (details / githubweb)
  124. Cleaning the benchmarks (details / githubweb)
  125. Remove transcript from Smalltalk tools (finally) (details / githubweb)
  126. Remove tool registration and installation (details / githubweb)
  127. Remove the installation of the old transcript. (details / githubweb)
  128. feature: reimplement Halt once and once without the need to rely on the compiler, parse, semantic analysis and the rest (details / githubweb)
  129. tests: now we have tests that really test call sites. (details / githubweb)
  130. no semantic change: recategorisation of test protocols (details / githubweb)
  131. Make compiled block class parametrizable (details / githubweb)
  132. Improval of auto pairing in code editor (details / githubweb)
  133. adding annotation to once (details / githubweb)
  134. Clean: protocol sorting + initialize split + remove dead code (details / githubweb)
  135. All the tests pass except containsHalt. (details / githubweb)
  136. New version. Now indeed the tests requires Halt initializeOnCount. "This is mandatory else running twice the test will fail." (details / githubweb)
  137. Fixing containsHalt (it is based on the method protocol :( what a brittle idea!)) (details / githubweb)
  138. Fixing testHaltFromCount (details / githubweb)
  139. Improved ReSearchingLiteralRule by giving an example in description & added automatic transformation (details / githubweb)
  140. Split one test into several ones (details / githubweb)
  141. Improving tests (details / githubweb)
  142. Improving tests (details / githubweb)
  143. Rename internal method (details / githubweb)
  144. Adding haltUpTo: and tests (details / githubweb)
  145. Revising implementation and adding comments in class (details / githubweb)
  146. FIxing a test using an old version of the API (details / githubweb)
  147. Removing haltCountUpTo: (details / githubweb)
  148. Improve packaging of Ston (details / githubweb)
  149. Fixed failing test by adding transformation rule for empty collection comparison (details / githubweb)
  150. Remove Toto (details / githubweb)
  151. Added a test for smartbackspace with spaces and removed temps (details / githubweb)
  152. Protecting tests so that their execution is independant (details / githubweb)
  153. Initialize deprecated Morphic package (details / githubweb)
  154. Start to deprecate some unused parts of morphic (details / githubweb)
  155. Fix #isDeprecated logic of CompiledMethod (details / githubweb)
  156. support old logic to set the new transcript (details / githubweb)
  157. Fixes of two cases on shortcut block identation (details / githubweb)
  158. fixes #17641 (details / githubweb)
  159. Fixing almost all tests (details / githubweb)
  160. fix last test (details / githubweb)
  161. Removed reference of GT package from Beacon baseline (details / githubweb)
  162. Added Examples (details / githubweb)
  163. Remove what seems to be a hack in runTest.sh (details / githubweb)
  164. Improve the printing of errors on executable comments (details / githubweb)
  165. Corrected Style (details / githubweb)
  166. Fix missing `"` (details / githubweb)
  167. fix: GIFReadWriter does not write local color tables (details / githubweb)
  168. Deprecate ThreadSafeTranscript (details / githubweb)
  169. Deprecate Morphic TickList (details / githubweb)
  170. CodeImporter should close the stream it is reading after importing (details / githubweb)
  171. Fix equality between MCClassDefinition and MCTraitDefinition (details / githubweb)
  172. Morphic: Deprecate examples and some pluggable lists (details / githubweb)
  173. use clap v.0.1 (details / githubweb)
  174. remove dead code (details / githubweb)
  175. Remove dependency from Athens to Deprecated morphs (details / githubweb)
  176. Formating Correction (details / githubweb)
  177. Clean and minor fixes for GIFReadWriter (details / githubweb)
  178. Added tests for logger (details / githubweb)
  179. Added #open as an extension method of Cavrois Window Profiles package (details / githubweb)
  180. Allowing to set the default dialogs from outiside. Allowing us to give mocks when using refactorings. (details / githubweb)
  181. made extension clean changes (details / githubweb)
  182. Move the #flushClassNameCache to the pviate method that does the change. this way we will flush the cache, too, when using #add: to add to the environment. (details / githubweb)
  183. make sure to return the cached node if we find one (details / githubweb)
  184. Changing the Sorter to nosorter (details / githubweb)
  185. With deprecated methods rewritten. (details / githubweb)
  186. Adding a test for runFor: (details / githubweb)
  187. Nicer ones (details / githubweb)
  188. Adding StackSignal and a little test to show that we pill the stack (details / githubweb)
  189. Fix #18034 (details / githubweb)
  190. Improve test (details / githubweb)
  191. Implementing Equals and Hash in the RBBrowserEnvironments, so we can compare it and have them once in the list of scopes (details / githubweb)
  192. adding doc (not finished) to /doc/Beacon (details / githubweb)
  193. Make Zinc tests open a random port (details / githubweb)
  194. Rename argument following conventions and avoiding shadowing (details / githubweb)
  195. Rename last shadowed variable (details / githubweb)
  196. Fix last shadowed (details / githubweb)
  197. Removing outerMostContext whose sole user was Sindarin. (details / githubweb)
  198. Cleaning (details / githubweb)
  199. Resolving failing test (details / githubweb)
  200. Resolved comment errors (details / githubweb)
  201. Removed . (details / githubweb)
  202. make OSWindowDriver class>>driverClass: configurable through environment with the PHARO_WINDOW_DRIVER variable. (details / githubweb)
  203. Fix tests (details / githubweb)
  204. Reburc should not depend on Athens (details / githubweb)
  205. (details / githubweb)
  206. (details / githubweb)
  207. Morphic: Deprecate some polymorph widgets (details / githubweb)
  208. Fix bug: changed #rowser to #browser in RubSmalltalkEditor (details / githubweb)
  209. inspection usage without builder has been deprecated (details / githubweb)
  210. Move some extensions methods of Iceberg into Pharo (details / githubweb)
  211. Replace the process browser (details / githubweb)
  212. Remove dependency of Network-Mail to Morphic (details / githubweb)
  213. Update error message for FFICalloutAPI class >> new (details / githubweb)
  214. Update doc for FFIArray class (details / githubweb)
  215. Remove call to the old process browser API (details / githubweb)
  216. Dprecate more Morphic widgets (details / githubweb)
  217. Prevent renaming the accessors when renaming an instance variable (details / githubweb)
  218. Fix ast mapping of constant blocks (details / githubweb)
  219. IRPushLiteral should only be quick if the values are those of quick methods or special case bytecode (details / githubweb)
  220. Fix OCIRPrinterTest (details / githubweb)
  221. Removed Shout presenter as it should belong to NewTools repo and not Pharo (details / githubweb)
  222. Updated baseline (details / githubweb)
  223. Rename DateAndTime>>#fromMethodTimeStamp: to #fromMethodTimestamp: and implement it correctly (details / githubweb)
  224. added transcript workerProcess to knownProcesses in ReleaseTest (details / githubweb)
  225. Make the timestamp format of method changes and class comment changes in the change file consistent with the timestamp format for snapshot and quit entries. (details / githubweb)
  226. Adapt tests after changing the timestamp format (details / githubweb)
  227. Adapt tests that with timestamps (details / githubweb)
  228. adding a first list of authors. (details / githubweb)
  229. Fixing picture reference (details / githubweb)
  230. Adding core classes (details / githubweb)
  231. Fixing filename of inspector (details / githubweb)
  232. Update ReleaseTest.class.st (details / githubweb)
  233. oops, this is a symbol (details / githubweb)
  234. Update Beacon.md (details / githubweb)
  235. Fix bug when adding an extension method overriding a trait method (details / githubweb)
  236. move Spec to v2.0.0 (details / githubweb)
  237. move it now to 2.0.1 (details / githubweb)
  238. Roassal moved to v1.7.0 (details / githubweb)
  239. move microdown to v2.8.2 (details / githubweb)
  240. typo (details / githubweb)
  241. fix typo (details / githubweb)

Branch indexing

This run spent:

  • 1 hr 44 min waiting;
  • 1 hr 48 min build duration;
  • 1 hr 48 min total from scheduled to completion.
Revision: 38dca388f04295136d2b9f7e8cb5ec0bcce3cc31
Repository: https://github.com/pharo-project/pharo.git
  • PR-17879
Test Result (no failures)
    Revision: 148a913511c16357670e240aac3cf9e8abcdbbb7
    Repository: https://github.com/pharo-project/pharo.git
    • PR-17879
    Revision: 940fe0937f664a925a11a98a1efd0393e588e169
    Repository: https://github.com/pharo-project/pharo.git
    • PR-17879