Skip to content
demarey edited this page May 28, 2021 · 2 revisions

Welcome to the pakbot wiki!

Development considerations:

Load order

A project has to be loaded atomically

Platform attributes

Here is an example of expressions one can use with Pakbot for conditional loading:

  • requires: ‘OperatingSystem::Windows’
  • requires: ‘OperatingSystem::Mac Os::1014.6’
  • requires: ’Smalltalk::Pharo''
  • requires: ’Smalltalk::Pharo::8.0’'

For a next step, it would be nice to allow requirements like ’>Smalltalk::Pharo::8.0’’, ’<Smalltalk::Pharo::7.0’’, ’Smalltalk::Pharo::6.0 to: 9.0’'

Clone this wiki locally