Skip to content

Commit

Permalink
Issue #4: a couple of more classes along for the ride
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Jun 6, 2023
1 parent 16352d0 commit 8b3ef45
Show file tree
Hide file tree
Showing 26 changed files with 136 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "GsDevKit_stones-Tode",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GsErrorNotification",
"pools" : [
],
"super" : "GsRuntimeExceptionNotification",
"type" : "normal" }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
contextAsOopType
^ self gciErrSType context
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
convertTDEvaluateTokenResponseToText: objectSerializer
^ self convertTDEvaluateTokenResponseToText
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
convertTDEvaluateTokenResponseToText
^ self description
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
customDefaultAction
^ {#logStack.
(self description)}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
defaultAction
self topez exception: self exceptionAsOopType context: self contextAsOopType.
^ self customDefaultAction
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
description
^ self gciErrSType message
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
errorNumber
^ self gciErrSType number
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
exceptionAsOopType
^ self gciErrSType exceptionObj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
gciErrSType: anObject
gciErrSType := anObject
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
gciErrSType
^ gciErrSType
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
gciLocalForLibrary: ignored
^self
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
topez: anObject
topez := anObject
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
topez
^ topez
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"class" : {
},
"instance" : {
"contextAsOopType" : "dkh 3/29/2013 13:45",
"convertTDEvaluateTokenResponseToText" : "dkh 3/29/2013 13:56",
"convertTDEvaluateTokenResponseToText:" : "dkh 4/30/2016 07:50",
"customDefaultAction" : "dkh 10/18/2015 08:04",
"defaultAction" : "dkh 3/29/2013 14:08",
"description" : "dkh 3/29/2013 13:16",
"errorNumber" : "dkh 3/30/2013 16:27",
"exceptionAsOopType" : "dkh 3/29/2013 13:26",
"gciErrSType" : "dkh 3/29/2013 13:05",
"gciErrSType:" : "dkh 3/29/2013 13:05",
"gciLocalForLibrary:" : "dkh 7/14/2013 17:14",
"topez" : "dkh 3/29/2013 13:35",
"topez:" : "dkh 3/29/2013 13:43" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"category" : "GsDevKit_stones-Tode",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
"topez",
"gciErrSType" ],
"name" : "GsRuntimeExceptionNotification",
"pools" : [
],
"super" : "Notification",
"type" : "normal" }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
as yet unclassified
customDefaultAction
true
ifTrue: [ ^ super customDefaultAction ].
^ {#'debug'.
self}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"customDefaultAction" : "dkh 3/29/2013 13:40" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "GsDevKit_stones-Tode",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "GsTopezCommandErrorNotification",
"pools" : [
],
"super" : "GsErrorNotification",
"type" : "normal" }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "GsDevKit_stones-Tode",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "TDRestoreFromBackupComplete",
"pools" : [
],
"super" : "Notification",
"type" : "normal" }

0 comments on commit 8b3ef45

Please sign in to comment.