Skip to content
Started 12 days ago
Took 35 min
Unstable

Build #10 (Apr 27, 2024, 1:43:58 AM)

Build Artifacts
Changes
  1. Changed FreeTypeCache and FreeTypeFont to use a single mutual exclusion semaphore for the cache instead of one per font. (details / githubweb)
  2. Factored out #basicRemoveAll from #removeAll on FreeTypeCache. (details / githubweb)
  3. Made #maximumSize:, #removeAll, #removeAllForFont:, #removeAllForType: and #reportCacheState on FreeTypeCache wait for the semaphore. (details / githubweb)
  4. Fixed #moveDown: on FreeTypeCacheLinkedList to actually swap ‘e2’ and ‘e3’. (details / githubweb)
  5. Factored out #removeEntry: from #removeAllForFont: and #removeAllForType: on FreeTypeCache. (details / githubweb)
  6. 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)
  7. Changed #shrinkTo: on FreeTypeCache to selectively remove entries rather than all of them. (details / githubweb)
  8. 5 test for rules (details / githubweb)
  9. modification ensure part of tests (details / githubweb)

Push event to branch Pharo13 at 1:21:37 AM on Apr 27, 2024

Push event to branch Pharo13 at 1:22:24 AM on Apr 27, 2024

This run spent:

  • 22 min waiting;
  • 35 min build duration;
  • 58 min total from scheduled to completion.
Revision: 8cc083ebf6ca9d882aea1cea9dc8896d5de0e93e
Repository: https://github.com/pharo-project/pharo.git
  • Pharo13
Test Result (2 failures / ±0)Show all failed tests >>>