Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Pharo12 builds failing due to removal of Time>>millisecondsToRun: #624

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions repository/SmalltalkCI-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "SCIPlatformDependent",
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"configName" ],
"configName"
],
"name" : "SCIAbstractConfig",
"pools" : [
],
"super" : "SCIPlatformDependent",
"type" : "normal" }
"type" : "normal"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "SCIAbstractLoadSpec",
"pools" : [
],
"super" : "SCIPlatformDependent",
"type" : "normal" }
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "SCIAbstractLoadSpec",
"type" : "normal"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "SCIAbstractLoadSpec",
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"user",
"password",
"usernameEnvVar",
"passwordEnvVar" ],
"passwordEnvVar"
],
"name" : "SCIAbstractLoadSpecWithCredentials",
"pools" : [
],
"super" : "SCIAbstractLoadSpec",
"type" : "normal" }
"type" : "normal"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "SCIAbstractLoadSpec",
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"path" ],
"path"
],
"name" : "SCICustomScript",
"pools" : [
],
"super" : "SCIAbstractLoadSpec",
"type" : "normal" }
"type" : "normal"
}

This file was deleted.

19 changes: 8 additions & 11 deletions repository/SmalltalkCI-Core.package/SCIError.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "SCIError",
"pools" : [
],
"super" : "Error",
"type" : "normal" }
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "SCIError",
"type" : "normal"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"commentStamp" : "",
"super" : "SCIAbstractConfig",
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"DefaultSessionName" ],
"commentStamp" : "",
"DefaultSessionName"
],
"instvars" : [
"defaultSessionName",
"stoneConfPath",
"gemConfPath",
"timeZone" ],
"timeZone"
],
"name" : "SCIGemStoneServerConfigSpec",
"pools" : [
],
"super" : "SCIAbstractConfig",
"type" : "normal" }
"type" : "normal"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "SCIAbstractLoadSpecWithCredentials",
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"url",
"packages",
"versions",
"loadedClasses" ],
"loadedClasses"
],
"name" : "SCIGoferLoadSpec",
"pools" : [
],
"super" : "SCIAbstractLoadSpecWithCredentials",
"type" : "normal" }
"type" : "normal"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"category" : "SmalltalkCI-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "SCIAbstractLoadSpecWithCredentials",
"category" : "SmalltalkCI-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"baseline",
"configuration",
Expand All @@ -16,10 +16,9 @@
"onUpgrade",
"repository",
"version",
"useLatestMetacello",
"ignoreImage" ],
"useLatestMetacello",
"ignoreImage"
],
"name" : "SCIMetacelloLoadSpec",
"pools" : [
],
"super" : "SCIAbstractLoadSpecWithCredentials",
"type" : "normal" }
"type" : "normal"
}

This file was deleted.

Loading
Loading