Skip to content

Commit

Permalink
set metacello to load incoming version on version conflict; this will…
Browse files Browse the repository at this point in the history
… allow to load another version in the baseline
  • Loading branch information
Johan Brichau committed Feb 4, 2024
1 parent 8b727f4 commit ff24305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SmalltalkCISpec {
#baseline : 'Seaside3',
#directory : 'repository',
#load : [ 'CI' ],
#onConflict : #useLoaded,
#onConflict : #useIncoming,
#useLatestMetacello : false,
#onWarningLog : true,
#platforms : [ #pharo ]
Expand All @@ -13,7 +13,7 @@ SmalltalkCISpec {
#baseline : 'Seaside3',
#directory : 'repository',
#load : [ 'CI' ],
#onConflict : #useLoaded,
#onConflict : #useIncoming,
#useLatestMetacello : true,
#onWarningLog : true,
#platforms : [ #squeak ]
Expand All @@ -22,7 +22,7 @@ SmalltalkCISpec {
#baseline : 'Seaside3',
#directory : 'repository',
#onWarningLog : true,
#onConflict : #useLoaded,
#onConflict : #useIncoming,
#load : [ 'CI' ],
#platforms : [ #gemstone ]
}
Expand Down

0 comments on commit ff24305

Please sign in to comment.