Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Loading changes from the inbox (example)
Last updated at 8:39 am UTC on 3 March 2017
The following code example shows how a sequence of changes in the Inbox may be loaded into an image for testing.


(MCConfiguration fromArray: #(
repository ('http://source.squeak.org/inbox')
dependency ('Compiler' 'Compiler-jr.329' '6053da84-5a5b-b043-8dcc-019bc75762df')
dependency ('Kernel' 'Kernel-jr.1061' 'acd952fb-8e90-e940-8d2e-6c1a9e3a7d3f')
dependency ('System' 'System-jr.928' '3b79a197-c860-eb40-8f04-645f64bc7988')
dependency ('ToolBuilder-Kernel' 'ToolBuilder-Kernel-jr.109' 'edda3c34-f8df-fc4f-b6a5-6404053750f1')
dependency ('Tools' 'Tools-jr.745' 'c3e3bfae-ac2c-0d4e-a606-c41b7d388d67')
dependency ('ToolsTests' 'ToolsTests-jr.79' '633800f6-1e23-1744-8e1a-01ecd6e88cd2')
dependency ('Environments' 'Environments-jr.71' 'a50d4dbb-f587-6d46-bd22-bfcba43c4187')
dependency ('Traits' 'Traits-jr.309' '32a4e214-747f-cc42-8b8d-a95182963d05')
dependency ('Monticello' 'Monticello-jr.664' '5f7f61e8-c5f7-7749-8d7f-c39b5b4584fb')
dependency ('Tests' 'Tests-jr.366' 'a91286d9-df10-e24e-b128-dc03557db77a')
dependency ('PackageInfo-Base' 'PackageInfo-Base-jr.70' '4eaf925f-ff65-7647-8ef5-f9d0c9f7b58c')
dependency ('SUnit' 'SUnit-jr.106' '675e77ab-782e-2c47-a754-a9d1ca6f9c03')
dependency ('SUnitGUI' 'SUnitGUI-jr.65' '2fc0a490-bd92-cc43-96c7-ede4b233243d')
dependency ('Morphic' 'Morphic-jr.1325' 'ec6312f8-a496-fe46-8c4e-e1ca155b499d')
)) upgrade


The code shown is from the thread Environment changes in the Inbox