Skip to content

Commit

Permalink
Move SmalltalkInteropScope back into code package
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jun 28, 2021
1 parent d6d241d commit 3c25d71
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"class" : {
},
"instance" : "fn 3/9/2021 15:09" },
"instance" : {
"allMembers" : "fn 6/27/2021 13:28",
"explorerContents" : "fn 6/27/2021 13:39",
"hasContentsInExplorer" : "fn 6/27/2021 13:37",
"interopGetMembers:" : "fn 6/27/2021 13:28",
"interopInvokeMember:and:" : "fn 3/9/2021 15:06",
"interopIsMemberInvocable:" : "fn 3/9/2021 15:06",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"category" : "TruffleSqueak-Support",
"category" : "TruffleSqueak-Core",
"classinstvars" : [
],
"classvars" : [
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
binding
initializeBindings

"pretend bindings is already available"
bindings := Dictionary new at: 'bindings' put: nil; yourself
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"evaluateExpression:" : "fn 6/27/2021 12:38",
"helpText" : "fn 6/25/2021 17:55",
"initialize" : "fn 6/25/2021 22:50",
"initializeBindings" : "fn 6/27/2021 13:23",
"initializeBindings" : "fn 6/28/2021 12:38",
"labelString" : "fn 1/26/2021 15:53",
"languageId" : "fn 6/25/2021 13:55",
"languageInfo" : "fn 6/25/2021 22:50",
Expand Down

0 comments on commit 3c25d71

Please sign in to comment.