Pavel Koneski
Pavel Koneski
No problem! I wouldn't be able to get at it till tonight at best. Will review your PR instead, hopefully this time pushing all the right buttons... 😄
After giving it some thought I am now becoming more convinced that #1297 is not the way to go here. In the coming days I will do some experiments for...
You have also reformatted the example by adding some whitespace at the beginning of the lines. After you resolve the linking problem, the example will still fail. In Python, there...
Possibly. Will look into it.
> For example: Hmm, the example given above works for me (after adding `import System` at the top) across all supported frameworks, using the latest commit from _master_. Am I...
Thanks. First bad commit is 3ed501b6b2e74d9284ee213db2753614e102144b (it's mine indeed).
The cause for this regression is that in beta subclasses of `int` are derived from `BigInteger`, while it was `Int32` in alpha. The issue is not specific to sublasses of...
The fix would be to modify `generate_alltypes.py` to generate overloads in `Int32Ops` accepting `BigInteger`, `Int64`, and `UInt64` as the second argument for all reversible operators. I don't think it would...
Strange that the package is being pulled in to the main bin directory. Would it help to replace the DLR package reference with regular references to the individual DLR DLLs...
Related issues: IronLanguages/ironpython3#64, IronLanguages/ironpython3#1024, IronLanguages/ironpython3#1312. One possibility would be to check for a cancellation toke state at the beginning of each interpreted frame run. Ctrl-C would cancel the token and...