Changes

Summary

  1. add some helpers to find libraries according to platforms. This should (details)
  2. Fixes: #5584 like that we can start differentiating 8.0 from 9.0! (details)
  3. Do not use #originalSource when pretty printing with SimpleFormatter. (details)
  4. do not use originalSource for printing comments. fixes #5595 (details)
  5. fix #5597: do not use orginalSource to print comments. This way we can (details)
  6. need to print the " (details)
  7. fix: print " (details)
  8. fix: print " (details)
  9. ups, wrong method edited (details)
  10. Changing the baseline of Spec2 to include Pharo9 (details)
Commit 4d903cda1fa489c54aa8bd53b63743ecccf1e93a by estebanlm
add some helpers to find libraries according to platforms. This should
easy the lookup of libraries specially on linux, but also others.
The file was modifiedsrc/Athens-Cairo/CairoLibrary.class.st (diff)
The file was addedsrc/UnifiedFFI/FFILibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIUnixLibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIMacLibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIUnix64LibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIWindowsLibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIUnix32LibraryFinder.class.st
Commit 9e1808e1b939f02a269aed4e62445ab3202a8f8d by stephane.ducasse
Fixes: #5584 like that we can start differentiating 8.0 from 9.0!
The file was modifiedsrc/System-Support/SmalltalkImage.class.st (diff)
Commit 562861a40f57c398e4940283be78925438c8ee07 by marcus.denker
Do not use #originalSource when pretty printing with SimpleFormatter.
Fixes #5587
The file was modifiedsrc/AST-Core/RBSimpleFormatter.class.st (diff)
Commit dc09da5ef828e4272f0f3f9e536ea0557e7ace22 by marcus.denker
do not use originalSource for printing comments. fixes #5595
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
Commit a36a4f21615e61b87ace6181c3fea9a36cbce347 by marcus.denker
fix #5597: do not use orginalSource to print comments. This way we can
print comments even when we do not have source originally
The file was modifiedsrc/EnlumineurFormatter/EFFormatter.class.st (diff)
The file was modifiedsrc/AST-Core/RBSimpleFormatter.class.st (diff)
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
Commit a1a8c1e37fa8eb60d83c17b2444e48d596e2e0a6 by marcus.denker
ups, wrong method edited
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
The file was modifiedsrc/EnlumineurFormatter/EFFormatter.class.st (diff)
Commit 1e927d06272be36413aa25a5f6bb3540f63818ca by tesonep
Changing the baseline of Spec2 to include Pharo9
The file was modifiedsrc/BaselineOfSpec2/BaselineOfSpec2.class.st (diff)

Summary

  1. add some helpers to find libraries according to platforms. This should (details)
  2. Fixes: #5584 like that we can start differentiating 8.0 from 9.0! (details)
  3. Do not use #originalSource when pretty printing with SimpleFormatter. (details)
  4. do not use originalSource for printing comments. fixes #5595 (details)
  5. fix #5597: do not use orginalSource to print comments. This way we can (details)
  6. need to print the " (details)
  7. fix: print " (details)
  8. fix: print " (details)
  9. ups, wrong method edited (details)
  10. Changing the baseline of Spec2 to include Pharo9 (details)
Commit 4d903cda1fa489c54aa8bd53b63743ecccf1e93a by estebanlm
add some helpers to find libraries according to platforms. This should
easy the lookup of libraries specially on linux, but also others.
The file was addedsrc/UnifiedFFI/FFILibraryFinder.class.st
The file was modifiedsrc/Athens-Cairo/CairoLibrary.class.st (diff)
The file was addedsrc/UnifiedFFI/FFIMacLibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIUnix32LibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIUnix64LibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIUnixLibraryFinder.class.st
The file was addedsrc/UnifiedFFI/FFIWindowsLibraryFinder.class.st
Commit 9e1808e1b939f02a269aed4e62445ab3202a8f8d by stephane.ducasse
Fixes: #5584 like that we can start differentiating 8.0 from 9.0!
The file was modifiedsrc/System-Support/SmalltalkImage.class.st (diff)
Commit 562861a40f57c398e4940283be78925438c8ee07 by marcus.denker
Do not use #originalSource when pretty printing with SimpleFormatter.
Fixes #5587
The file was modifiedsrc/AST-Core/RBSimpleFormatter.class.st (diff)
Commit dc09da5ef828e4272f0f3f9e536ea0557e7ace22 by marcus.denker
do not use originalSource for printing comments. fixes #5595
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
Commit a36a4f21615e61b87ace6181c3fea9a36cbce347 by marcus.denker
fix #5597: do not use orginalSource to print comments. This way we can
print comments even when we do not have source originally
The file was modifiedsrc/EnlumineurFormatter/EFFormatter.class.st (diff)
The file was modifiedsrc/AST-Core/RBSimpleFormatter.class.st (diff)
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
Commit a1a8c1e37fa8eb60d83c17b2444e48d596e2e0a6 by marcus.denker
ups, wrong method edited
The file was modifiedsrc/BlueInk-Core/BIConfigurableFormatter.class.st (diff)
The file was modifiedsrc/EnlumineurFormatter/EFFormatter.class.st (diff)
Commit 1e927d06272be36413aa25a5f6bb3540f63818ca by tesonep
Changing the baseline of Spec2 to include Pharo9
The file was modifiedsrc/BaselineOfSpec2/BaselineOfSpec2.class.st (diff)