Skip to content

Commit

Permalink
reset metadata changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jan 14, 2024
1 parent 97ec237 commit d5eb761
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
5 changes: 2 additions & 3 deletions repository/BaselineOfSmalltalkCI.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"instance" : {
"setUpSqueakPackages:" : "GOC 10/3/2019 09:36",
"setUpPharo3And4Packages:" : "GOC 10/3/2019 11:30",
"setUpGemStonePackages:" : "GOC 10/3/2019 09:36",
"setUpPharo5AndGreaterPackages:" : "GOC 10/3/2019 11:30",
"baseline:" : "GOC 10/3/2019 11:30"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"commentStamp" : "",
"super" : "BaselineOf",
"category" : "BaselineOfSmalltalkCI",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfSmalltalkCI",
"type" : "normal"
}
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
self packageOrganizer ensurePackage: #BaselineOfSmalltalkCI withTags: #()!
SystemOrganization addCategory: #BaselineOfSmalltalkCI!
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(name 'BaselineOfSmalltalkCI-GOC.1570035213' message 'Fixed baseline groups for old Pharo versions' id 'eac68a31-6450-0d00-8dc2-d01f04c51116' date '3 October 2019' time '11:32:35.36883 am' author 'GOC' ancestors ((name 'BaselineOfSmalltalkCI-GOC.1570035212' message 'Adapt the baseline to exclude coverage support in Pharo 3/4' id '13b839a0-6250-0d00-8dba-57f104c51116' date '3 October 2019' time '9:40:22.393 am' author 'GOC' ancestors ((name 'BaselineOfSmalltalkCI-CompatibleUserName.1570035211' message 'Fix #441 Use #refersToLiteral: method in Pharo to discover methods including the <ignoreForCoverage> pragma
' id 'e397852c-1033-5d7e-b774-5439f09e1d87' date '2 October 2019' time '1:53:31 pm' author 'CompatibleUserName' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
3 changes: 2 additions & 1 deletion repository/BaselineOfSmalltalkCI.package/properties.json
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{ }
{
}

0 comments on commit d5eb761

Please sign in to comment.