MCStxStWriter.st
author Jan Vrany <jan.vrany@labware.com>
Thu, 23 Mar 2023 17:21:35 +0000
branchjv
changeset 1166 e9b369305a8d
parent 744 0caa54044783
permissions -rw-r--r--
Transform snapshot just before loading into / just after creating from ...Smalltalk/X. When loading, this commit delays use of snapshot transformations till the very last point just before loading. When creating snapshot from code in image, snapshot is transformed very early on. This sort of makes sense and helps when one wants to load code into RING2 model or similar. In this case, transformation is unwanted.

"
COPYRIGHT (c) 2023 LabWare
"
"{ Package: 'stx:goodies/monticello' }"

"{ NameSpace: Smalltalk }"

MCStWriter subclass:#MCStxStWriter
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-St/X Storing'
!

!MCStxStWriter class methodsFor:'documentation'!

copyright
"
COPYRIGHT (c) 2023 LabWare


"
! !

!MCStxStWriter class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxStWriter.st,v 1.2 2013-03-21 17:25:31 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCStxStWriter.st,v 1.2 2013-03-21 17:25:31 cg Exp $'
!

version_HG

    ^ '$Changeset: <not expanded> $'
! !