Changes between Version 14 and Version 15 of signals


Ignore:
Timestamp:
12/01/2010 10:24:50 AM (13 years ago)
Author:
marcel.taeumel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • signals

    v14 v15  
    3131}}}
    3232
    33 Just load the ''Signals'' package from the Monticello HTTP repository.
    34 
    35 If you do not have `OmniBrowser` installed, just skip the ''SI-OB-Morphic'' package. You will not have a visual indicator in front of your method list in the code browser.
    36 
    37 There is some benchmark code in ''SI-Benchmarks'' that compares different callback mechanisms. If you do not have `AXAnnouncements` in your system, just ignore the warning on package loading.
    38 
    39 If you want to use ''wrapped signals'', you should have installed [wiki:methodwrappers Method Wrappers] first.
    40 
    41 After the installation has finished, start the Test-Runner and run all tests you find in ''Signals-Tests''. They should all pass.
    42 
    43 The ''Signals'' package contains several sub-packages:
     33Using Metacello, just run the following code in your workspace:
     34{{{
     35(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
     36   project: 'MetacelloRepository';
     37   install: 'ConfigurationOfSignals'.
     38"Last stable version"
     39ConfigurationOfSignals load.
     40"Latest head version"
     41(ConfigurationOfSignals project version: 'head') load.
     42}}}
     43
     44The ''Signals'' project contains several sub-packages:
    4445
    4546 * `Signals-Core` ... main signals implementation