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

adjusted saveImage for Pharo11 as it returns a SnapshotOperation instead #634

Merged
merged 2 commits into from
Feb 16, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
overrides
saveImage
^ super saveImage isImageStarting
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"class" : {
"getEnv:" : "EstebanLorenzano 7/22/2021 09:54",
"isPlatformCompatible" : "EstebanLorenzano 7/22/2021 09:54",
"newTravisID" : "EstebanLorenzano 4/13/2022 21:23",
"saveImage" : "noha 2/15/2024 23:22",
"testRunnerClass" : "EstebanLorenzano 7/22/2021 09:55" },
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"class" : {
"isPlatformCompatible" : "CyrilFerlicot 4/17/2023 13:59" },
"allCategoryNames" : "MaxLeske 9/30/2023 9:20",
"classesInCategory:" : "MaxLeske 9/23/2023 10:06",
"codeCoverageClass" : "MaxLeske 9/30/2023 9:20",
"isPlatformCompatible" : "CyrilFerlicot 4/17/2023 13:59",
"setAuthor:" : "MaxLeske 2/9/2024 7:25",
"timeToRun:" : "JohanBrichau 1/14/2024 9:46" },
"instance" : {
} }
Loading