Skip to content

Commit

Permalink
Merge pull request #10 from hpi-swa/master-squot
Browse files Browse the repository at this point in the history
Master squot
  • Loading branch information
marceltaeumel authored Feb 17, 2020
2 parents 6418a7e + b3b85c1 commit 152b269
Show file tree
Hide file tree
Showing 90 changed files with 252 additions and 114 deletions.
8 changes: 8 additions & 0 deletions .squot
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OrderedDictionary {
'repository\/BaselineOfWidgets.package' : #SquotCypressCodeSerializer,
'repository\/WidgetPharoPlatform.package' : nil,
'repository\/WidgetSqueakPlatform.package' : #SquotCypressCodeSerializer,
'repository\/WidgetTools.package' : #SquotCypressCodeSerializer,
'repository\/Widgets.package' : #SquotCypressCodeSerializer,
'repository\/WidgetTests.package' : #SquotCypressCodeSerializer
}
4 changes: 4 additions & 0 deletions repository/BaselineOfWidgets.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SquotTrackedObjectMetadata {
#serializer : #SquotCypressCodeSerializer,
#objectClassName : #PackageInfo
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"baseline:" : "mt 10/26/2015 10:14:23.751",
"baseline:" : "mt 2/17/2020 13:17",
"postLoad" : "mt 12/2/2013 17:01:19.13" } }

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions repository/WidgetSqueakPlatform.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SquotTrackedObjectMetadata {
#serializer : #SquotCypressCodeSerializer,
#objectClassName : #PackageInfo
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
string: aString includesSubstring: anotherString

^ aString includesSubString: anotherString
^ aString includesSubstring: anotherString
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"standardCodeFont" : "mt 7/8/2013 16:33:48.827",
"standardDefaultTextFont" : "mt 7/8/2013 16:33:55.805",
"standardListFont" : "mt 7/8/2013 16:33:40.187",
"string:includesSubstring:" : "mt 7/9/2013 09:49:52.4",
"string:includesSubstring:" : "mt 2/6/2019 16:42",
"textEditorPointBlock:" : "mt 7/9/2013 10:52:36.894",
"textPrintHtmlString:" : "mt 7/9/2013 10:52:35.332" } }

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions repository/WidgetTests.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SquotTrackedObjectMetadata {
#serializer : #SquotCypressCodeSerializer,
#objectClassName : #PackageInfo
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test11NodesDoAggregation
10 -> {}}}.
expected := (1 to: 10) sum.

sut nodesDo: [:node | node data: (node nodes
sut allNodesUpwardsDo: [:node | node data: (node nodes
inject: (node data ifNil: 0)
into: [:sum :each | sum + each data])].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"test08Groups" : "mt 1/25/2013 15:32:03.411",
"test09PropertyChanged" : "mt 1/25/2013 15:37:03.586",
"test10DeferredAddition" : "mt 1/25/2013 17:00:57.951",
"test11NodesDoAggregation" : "mt 7/14/2015 15:57",
"test11NodesDoAggregation" : "mt 5/8/2019 16:23",
"test12Aggregation" : "mt 7/14/2015 16:23" } }
1 change: 0 additions & 1 deletion repository/WidgetTests.package/monticello.meta/package

This file was deleted.

1 change: 0 additions & 1 deletion repository/WidgetTests.package/monticello.meta/version

This file was deleted.

4 changes: 4 additions & 0 deletions repository/WidgetTools.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SquotTrackedObjectMetadata {
#serializer : #SquotCypressCodeSerializer,
#objectClassName : #PackageInfo
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ initializePanel
panel position: (0@0).
panel hResizing: (#rigid).
panel vResizing: (#rigid).
panel cellInset: (4).
panel cellGap: (4).
panel cellPositioning: (#center).
panel cellSpacing: (#none).
panel layoutInset: (4).
Expand Down Expand Up @@ -59,7 +59,7 @@ initializePanel
unnamedMorph1 position: (4@123).
unnamedMorph1 hResizing: (#spaceFill).
unnamedMorph1 vResizing: (#shrinkWrap).
unnamedMorph1 cellInset: (4).
unnamedMorph1 cellGap: (4).
unnamedMorph1 cellPositioning: (#center).
unnamedMorph1 cellSpacing: (#none).
unnamedMorph1 layoutInset: (0).
Expand All @@ -83,7 +83,7 @@ initializePanel
unnamedMorph2 position: (4@124).
unnamedMorph2 hResizing: (#spaceFill).
unnamedMorph2 vResizing: (#rigid).
unnamedMorph2 cellInset: (4).
unnamedMorph2 cellGap: (4).
unnamedMorph2 cellPositioning: (#center).
unnamedMorph2 cellSpacing: (#none).
unnamedMorph2 layoutInset: (4).
Expand All @@ -110,7 +110,7 @@ initializePanel
okButton position: (69@123).
okButton hResizing: (#shrinkWrap).
okButton vResizing: (#shrinkWrap).
okButton cellInset: (4).
okButton cellGap: (4).
okButton cellPositioning: (#center).
okButton cellSpacing: (#none).
okButton layoutInset: (2@0 corner: 2@0).
Expand Down Expand Up @@ -140,7 +140,7 @@ initializePanel
cancelButton position: (117@123).
cancelButton hResizing: (#shrinkWrap).
cancelButton vResizing: (#shrinkWrap).
cancelButton cellInset: (4).
cancelButton cellGap: (4).
cancelButton cellPositioning: (#center).
cancelButton cellSpacing: (#none).
cancelButton layoutInset: (2@0 corner: 2@0).
Expand Down Expand Up @@ -169,7 +169,7 @@ initializePanel
unnamedMorph3 position: (185@124).
unnamedMorph3 hResizing: (#spaceFill).
unnamedMorph3 vResizing: (#rigid).
unnamedMorph3 cellInset: (4).
unnamedMorph3 cellGap: (4).
unnamedMorph3 cellPositioning: (#center).
unnamedMorph3 cellSpacing: (#none).
unnamedMorph3 layoutInset: (4).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
},
"instance" : {
"cancelButton" : "mt 10/30/2010 18:40:00.302",
"initializePanel" : "mt 1/27/2013 19:28:56.575",
"initializePanel" : "mt 8/21/2019 17:25",
"messageList" : "mt 10/30/2010 18:40:00.183",
"okButton" : "mt 10/30/2010 18:40:00.266" } }
4 changes: 2 additions & 2 deletions repository/WidgetTools.package/monticello.meta/categories.st
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SystemOrganization addCategory: #WidgetTools!
SystemOrganization addCategory: #'WidgetTools-Documentation'!
SystemOrganization addCategory: #'WidgetTools-Examples'!
SystemOrganization addCategory: #'WidgetTools-IconPicker'!
SystemOrganization addCategory: #'WidgetTools-MessageListDialog'!
SystemOrganization addCategory: #'WidgetTools-ResourceMonitor'!
SystemOrganization addCategory: #'WidgetTools-Sandbox'!
SystemOrganization addCategory: #'WidgetTools-Scripts'!
SystemOrganization addCategory: #'WidgetTools-SystemProgress'!
SystemOrganization addCategory: #'WidgetTools-SystemSearch'!
SystemOrganization addCategory: #'WidgetTools-UnanticipatedProgress'!
SystemOrganization addCategory: #'WidgetTools-WorldToolbar'!
SystemOrganization addCategory: #WidgetTools!
SystemOrganization addCategory: #'WidgetTools-Scripts'!
1 change: 0 additions & 1 deletion repository/WidgetTools.package/monticello.meta/package

This file was deleted.

Loading

0 comments on commit 152b269

Please sign in to comment.