Siskin-framework/Builder

Not able to build multiple eggs at once

Oldes opened this issue · 0 comments

Oldes commented

In this script I must now use:

/bin/rebol siskin.r3 rebol 1
/bin/rebol siskin.r3 rebol 2
/bin/rebol siskin.r3 rebol 3

but it should be possible to use just:

/bin/rebol siskin.r3 rebol [1 2 3]

But currently the compilation fails when building 2nd egg - some state is not reset correctly.