Pavel Koneski
Pavel Koneski
With the commit 2572a02 all recipes from Chapter 1 are upgraded. _Note:_ Recipes 3 and 4 need not any changes.
The recipe in Chapter 2 need not any changes.
I have realized that for some people/projects, the official status of a "final" release is important. I know some parties that would not touch "alpha" because of its status. The...
I know that this was done on purpose, but why the full `Lib` is not copied or linked into `bin/Release/*/`?
I always assumed that it was to make the staging build simpler, but since my recent dive into the IronPython MSBuild scripts I don't think it makes much difference. Maybe...
> #1457 adds support to .NET 6.0 (via `System.Half`). I wonder what `Half` will do to the overload resolution rules... Also I see `Half` supported from .NET 5 up. Does...
> I'm not sure if it'll impact overload resolution. Just tested a bit by hacking `BinderTest`. Overloads using `Half` are not accepting any numeric values (float or otherwise). Also, I...
> As for creating instances in IronPython I think you can do a cast like this: `clr.Convert(1.2, System.Half)`. We could potentially add a convenience constructor like we do for other...
Hmm... Seems that `ReflectedProperty.MateGetExpresion` may be missing the `ExplicitCast` expression casting from `instance` to the declaring type of the chosen getter. I've also noticed that while there are extensive tests...
This seems to be easy to fix. @slozier are you working on it or shall I pick it up?