-
Notifications
You must be signed in to change notification settings - Fork 748
Release 3.0 meta-issue #1860
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
Comments
@lostmsu From my point of view, we are done and ready to release. Basic documentation for I will be of limited availability for about two weeks from the 30th onward, so it would be great if we could discuss any blockers beforehand. If there are no blockers until Wednesday, I will tag and release this version as is. |
@filmor we just made a breaking change with float conversions. Not sure about Unity, but I would have to ensure it does not break anything. Probably will be able to do it until then. |
Heads up: I run the full test suite we have on rc6 and it seems to be working without issues. |
So, what do you say? I could release tonight (European time), but I'd only have tomorrow morning to handle any potential issues. If that is fine with you, I'll do it, otherwise release will be on 2022-10-10. |
Go for it @filmor |
IntPtr
andUIntPtr
are not right now, work in Fix (U)IntPtr constructionΒ #1861String
can be called, work in Fix string constructionΒ #1862__doc__
for (at least?) primitive types, work in Fix docstring for directly constructed typesΒ #1865__file__
if__doc__
is not defined (should be fixed with 1865 as well, only happens if__doc__
does not exist for some type)runtimeconfig.json
is automatically added tosys.path
? Decided against this, asruntime_config
is now an optional parameter.import clr
with no .NET runtime should give a helpful messageΒ #1868)clr-loader
(see Add a.info
attribute to runtimes and drop the wrappers where possibleΒ clr-loader#28)release
branch back intomaster
docs
workflow to publish frommaster
instead ofrelease
3.1.0-dev
The text was updated successfully, but these errors were encountered: