Benedikt Reinartz

Results 150 comments of Benedikt Reinartz

TODO: - [ ] Add `load_from` back to side-step the whole recompilation process - [x] Allow overriding the default env-dependent `is_release` per module

As a first step, I'll rebase it. Maybe we could have a call on this to talk about the next steps?

Also, the direct functions are internal only, but `Term` has a `list_get_cell` method that you can use instead. With this, you should be able to build your own iterator. This...

The `set_print` is also unstable. Maybe we should just document that using `print!` etc. is a bad idea and people should use the `log` crate instead.

It's not entirely impossible. If the DLL is accompanied by an XML file one can get the XML doc comments from that one, e.g. http://jolt.codeplex.com/wikipage?title=Jolt.XmlDocComments&referringTitle=Jolt

@JG145 That's an entirely different case. The problem with your case is that you are running the `setup.py` from a different working directory. Not sure whether that is supported in...

@kem1 This is not the same issue: ``` 21-May-2021 12:31:46 | FileNotFoundError: [Errno 2] No such file or directory: 'clang': 'clang' ``` @ everyone Please only comment if your issue...

The actual message was: > This is related to previous investigation of inheriting from .NET > interface class to create WPF MVVM structure. As now I believe it has >...

It would be even better to have an import hook that installs the extension-functions automatically. I guess the over-loading is the biggest problem here (i.e. we already have a function...

According to this http://stackoverflow.com/questions/299515/reflection-to-identify-extension-methods it's quite easy to at least find the correct `MethodInfo` objects. From skimming the Python.NET code I'd guess that we'd have to rebuild the method objects...