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

Increase robustness of environment detection in changes chooser #373

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/Squot.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#id : UUID [ '7e0624d4d6eca84f879c365f65ae74be' ],
#objectsReplacedByNames : true,
#slotOverrides : { },
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Smalltalk tools
environment
self selectedNode ifNil: [^ super environment].
^ PackageInfo squotEnvironmentOf:
(self workingCopy artifactAt: self selectedNode artifactDiff path
(self workingCopy artifactAt: (self selectedNode artifactDiff ifNil: [^ super environment]) path
ifAbsent: [^ super environment])
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"diffNodeMenu:shifted:" : "jr 9/25/2020 18:27",
"diffNodeMenuHook:" : "jr 11/18/2020 15:26",
"diffText" : "jr 9/25/2020 18:27",
"environment" : "jr 11/1/2020 20:13",
"environment" : "ct 12/29/2021 20:35",
"excludeMethodsWithOnlyTimestampChanges:" : "jr 3/8/2022 20:28",
"excludePackagesWithoutActiveChanges:" : "jr 3/8/2022 20:28",
"hasChildren:" : "jr 9/25/2020 18:27",
Expand Down