-
Notifications
You must be signed in to change notification settings - Fork 61
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dolphinsmalltalk/Dolphin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dolphinsmalltalk/Dolphin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 27 files changed
- 2 contributors
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5c1205c - Browse repository at this point
Copy the full SHA 5c1205cView commit details -
Fix #1319: DB Connection buffer classes must be retained on deployment
DBColAttr class>>#initialize is the only reference in code to the database buffer classes, and so must not be stripped or the buffer classes will be removed. A new package closure test is included, but unfortunately the closure test mechanism isn't sophisticated enough to catch this particular fault because it only finds missing code caused by the calculation of the transitive closure of packages required for an application. It does not account for code removed by the deployment process that iteratively removes (supposedly) unreferenced methods and classes, as this is difficult to simulate. It looks possible to create a better test simulation using RB environments than the simplistic approach currently employed, but it is not easy, and in the meantime this corrects the particular case of the apps using Database Connection not working after deployment.
Configuration menu - View commit details
-
Copy full SHA for c8e46f0 - Browse repository at this point
Copy the full SHA c8e46f0View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dab1ec9 - Browse repository at this point
Copy the full SHA dab1ec9View commit details -
Ensure shift+click multi-select range is correct. Resolves #1329.
Configuration menu - View commit details
-
Copy full SHA for 1dcb67a - Browse repository at this point
Copy the full SHA 1dcb67aView commit details -
Fix owner draw of EditableListView columns with combo box and formatt…
…ed text editors. Resolves #1333.
Configuration menu - View commit details
-
Copy full SHA for 4cd3057 - Browse repository at this point
Copy the full SHA 4cd3057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9931154 - Browse repository at this point
Copy the full SHA 9931154View commit details
Commits on Apr 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c9c9fe2 - Browse repository at this point
Copy the full SHA c9c9fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fefa6d - Browse repository at this point
Copy the full SHA 5fefa6dView commit details
Commits on Jul 20, 2025
-
PostgresDBTest>>#testSpecialColumnsQuery fails on appveyor node
Special columsn query working now, presumably due to a version upgrade
Configuration menu - View commit details
-
Copy full SHA for 9b1bbb7 - Browse repository at this point
Copy the full SHA 9b1bbb7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.2.2...7.2.3