Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Installer mantis bugsAll
Last updated at 11:10 am UTC on 11 June 2018
To get a list of all cases where Squeak crashes (in the Mantis database, not necessarily updated)
 |date |
 date :=  (DateAndTime fromString: ' 2008-01-01T00:00').
 (Installer mantis bugsAll select: 
       [ :ea | (ea date  date) = false  & ((ea array at: 7) = 'crash') & ((ea array at: 2) = 'Squeak')]
 ) explore.