Some bug fixes back-ported from Dolphin8#1257
Merged
blairmcg merged 9 commits intorelease/7.1from Dec 23, 2023
Merged
Conversation
IDispatch can be registered as the interface class for multiple IIDs.
Windows PathIsRelative API is not long filename aware. Replace with a Smalltalk implementation. Similarly for File class>>composePath:subPath: and File class>>isRootPath: Fix trailing nulls bug in File class>>fullPathOf:. Add File class>>canonicalizePath:
The breakWhen condition is left behind from the Debug/Continue, and prevents the debugger stopping on break instructions until cleared, e.g. by doing a single step. This bug is not new - present in D7.1
Setting empty set of ticks should not turn on hasTicks. Also allow the slider range to be empty.
If renaming an inst var with accessors, a dialog is show offering the user the opportunity to rename any accessors. Popping this dialog while the list view still has capture causes the mouse cursor to disappear.
Primitive 173 can be used for FileStream nextPutAll in-page writes, which can improve stream write performance considerably for common text output to file operations (e.g. writing source code files).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A bunch of minor fixes and one small enhancement (to FileStream performance) that are self-contained enough to port easily from Dolphin 8