Niels Buwen

Results 11 comments of Niels Buwen

I should adjust my terminal color settings. I barely noticed the assertion line. It turns out my example was too minimal. This one segfaults: ``` #define CATCH_CONFIG_MAIN #include TEST_CASE("Empty Generator")...

Throwing inside the constructor looks good to me. I probably missed that in the reference. However, in my case the test case should not fail when the generator is empty....

Hi, thank you for the bug report. We will investigate it.

Thank you for the additional information. We mainly use the skillbridge for Virtuoso so it will take us a while to set up an Allegro environment. Sorry for the delay....

Hi, i got the chance to debug the windows-channel implementation. Unfortunately i could not reproduce your problem. How big is the data you are sending? Did you try to cancel...

Good hint, i will try it out in PyCharm and its debugger when i get a chance

I found out, how to delegate the `__dict__` access to the underlying object. This brings a new problem: `foo.__dict__` contains the keys `__doc__`, `__module__` and `__annotations__` in RustPython, but not...

I was able to remove `__module__` and `__annotations__` from the function `__dict__`, but the `__doc__` does not go away, even if i implement a "pygetset" for it. The functions are...

@youknowone here you go: #5392

Hi, can you share the exact code that is making problems? Both SKILL and Python. I can then take a look if something went wrong while translating.