Skip to content

Commit

Permalink
refactoring execute context
Browse files Browse the repository at this point in the history
  • Loading branch information
KD committed Jul 9, 2024
1 parent 6afc7ab commit 9c36aec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
12 changes: 1 addition & 11 deletions src/SqueakKara-Core/SKExecuteContext.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@ Class {
#'squeak_changestamp' : 'JJG 7/1/2024 15:41'
}

{
#category : #'as yet unclassified',
#'squeak_changestamp' : 'KD 6/12/2024 12:26'
}
SKExecuteContext class >> create: aKara [

self basicNew.
self kara: aKara.
]

{
#category : #initialization,
#'squeak_changestamp' : 'KD 6/12/2024 12:35'
#'squeak_changestamp' : 'KD 7/9/2024 15:26'
}
SKExecuteContext >> initialize [

Expand Down
2 changes: 1 addition & 1 deletion src/SqueakKara-Core/SKExecuter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Class {

{
#category : #execution,
#'squeak_changestamp' : 'JJG 6/17/2024 16:36'
#'squeak_changestamp' : 'KD 7/9/2024 15:26'
}
SKExecuter >> codeContext [

Expand Down
12 changes: 1 addition & 11 deletions src/SqueakKara/SKExecuteContext.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@ Class {
#'squeak_changestamp' : 'JJG 7/1/2024 15:41'
}

{
#category : #'as yet unclassified',
#'squeak_changestamp' : 'KD 6/12/2024 12:26'
}
SKExecuteContext class >> create: aKara [

self basicNew.
self kara: aKara.
]

{
#category : #initialization,
#'squeak_changestamp' : 'KD 6/12/2024 12:35'
#'squeak_changestamp' : 'KD 7/9/2024 15:26'
}
SKExecuteContext >> initialize [

Expand Down
2 changes: 1 addition & 1 deletion src/SqueakKara/SKExecuter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Class {

{
#category : #execution,
#'squeak_changestamp' : 'JJG 6/17/2024 16:36'
#'squeak_changestamp' : 'KD 7/9/2024 15:26'
}
SKExecuter >> codeContext [

Expand Down

0 comments on commit 9c36aec

Please sign in to comment.