Fixes and features abandoned on the master branch #879
Unanswered
mrfootoyou
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm concerned there are such huge differences between the
main
branch and themaster
branch. Specifically, development between July 2021 (v13.5.1) thru July 2022 (v19.0.9) has been "abandoned" on the master branch for almost three years. I'm sure many of those fixes/features were manually applied to the main branch, but I did notice at least one significant exception: PR #658 by @danatcofo, which enables the NativeImage API to be used on non-Windows platforms. It was merged into master 3 years ago yet never made its way to main. Themain
build generates hundreds of warnings related to the use of Windows-only .NET APIs, so I can only assume the owners are aware of this issue.Was the omission of #658 intentional, accidental, too much effort to bring forward, or some other reason I'm unaware of? Are there other fixes/features added during that year which have been lost?
Beta Was this translation helpful? Give feedback.
All reactions