chore(release): 1.11.0-flybot4 - #38
Merged
Merged
Conversation
skydread1
marked this pull request as draft
September 1, 2026 07:46
The fp-str entry links its PR, and the release docs name the assets the workflow attaches and the changelog heading it reads.
skydread1
force-pushed
the
chore/release-flybot4
branch
from
September 2, 2026 09:23
0e2c10d to
49eb042
Compare
skydread1
marked this pull request as ready for review
September 2, 2026 09:28
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.
Fixes
file-modeopens a plain write withFileMode/Createand:appendwithFileMode/Appendinstead ofFileMode/OpenOrCreatefor every write, sospitandwritertruncate the file they overwrite and:appendappends, like JVM Clojure, instead of writing at position 0 and dropping the optionfp-strformats Double and Single with"R"and the invariant culture instead ofstr, so on .NET Framework and Mono, where the default format emits 15 significant digits, a printed double reads back equal instead of losing its last digitsRT.longCast(object)converts the matchedulonglocal instead of unboxing theUInt64box asInt64, which the CLR rejects, so(long x)and(int x)on a boxedUInt64convert instead of throwingInvalidCastExceptionBackports
Stack frame printing (#40)
print-methodandStackTraceElement->vecread the declaring type of the frame's method, through a newstack-frame-info, instead of(.GetType o), which is alwaysSystem.Diagnostics.StackFrame, so a printed frame and everyThrowable->map:atand:traceentry name the code that ran<Unknown type>instead of throwingNullReferenceException