Sha256: ff5e6a9bcd0f866655ef081d5a111732caaa5a0be94c099c4914233c16e36cbd

Contents?: true

Size: 1.71 KB

Versions: 3

Compression:

Stored size: 1.71 KB

Contents

errorCount
output push webtools.out only
errorCount
ifErr 1 stk
! ifErr 2 logout
run
| name userProfile symbolDictionary |
name := #'WebTools'.
userProfile := GsSession currentSession userProfile.
symbolDictionary := userProfile objectNamed: name.
symbolDictionary isNil ifTrue: [
	symbolDictionary := SymbolDictionary new name: name; yourself.
] ifFalse: [
	symbolDictionary keys do: [:each | 
		(symbolDictionary at: each) isClass ifTrue: [
			symbolDictionary removeKey: each.
		].
	].
].
userProfile insertDictionary: symbolDictionary at: 1.
%
input $GEMSTONE/examples/www/src/StatProcess.gs
errorCount
input $GEMSTONE/examples/www/src/StatStatistic.gs
errorCount
input $GEMSTONE/examples/www/src/StatProcessType.gs
errorCount
input $GEMSTONE/examples/www/src/Statmonitor.gs
errorCount
input $GEMSTONE/examples/www/src/Tool.gs
errorCount
input $GEMSTONE/examples/www/src/Server.gs
errorCount
input $GEMSTONE/examples/www/src/VersionReport.gs
errorCount
input $GEMSTONE/examples/www/src/SessionList.gs
errorCount
input $GEMSTONE/examples/www/src/CodeBrowser.gs
errorCount
input $GEMSTONE/examples/www/src/Statistics.gs
errorCount
input $GEMSTONE/examples/www/src/MethodList.gs
errorCount
input $GEMSTONE/examples/www/src/Workspace.gs
errorCount
input $GEMSTONE/examples/www/src/ObjectLog.gs
errorCount
input $GEMSTONE/examples/www/src/Debugger.gs
errorCount
input $GEMSTONE/examples/www/src/SharedPageCache.gs
errorCount
run
| symbolList symbolDictionary |
symbolList := GsSession currentSession userProfile symbolList.
symbolDictionary := symbolList at: 1.
symbolList removeAtIndex: 1.
(symbolList includes: symbolDictionary) ifFalse: [
	symbolList addLast: symbolDictionary.
].
%
commit
errorCount
output pop
! return from webtools.out
errorCount

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maglev-webtools-1.0.2 public/install.tpz
maglev-webtools-1.0.1 public/install.tpz
maglev-webtools-1.0 public/install.tpz