Marcel Stimberg

Results 242 comments of Marcel Stimberg

@thesamovar I think this is more or less ready to go – not quite mergeable yet, since the C++ code is still a bit convoluted, but let's make sure that...

> I like the idea of autogenerating the documentation from the code. If it's autogenerated -- should it go in a wiki or should it rather be generated via sphinx...

Sounds good in general -- but let's postpone this decision for a while. I'm a bit worried that we'll end up with a well engineered (not to say: over-engineered) system...

Actually, I think we already do and they are included in the generated code: #261

> They don't work on a line on their own though: perhaps that's worth adding? Yes I agree that might be useful, e.g. to structure long blocks of code.

I had a quick look at this and it takes a decent amount of refactoring of the `make_statements` function (which _does_ need some refactoring anyway...) to support lines without statements....

I like the idea in principle, but I'd say for now this is a low priority (we'd also need to wait until we completely drop Python 2 support, I think?)....

This would indeed be a nice feature. If anyone wants to work on this, please let us know – I think this is a great issue for external contributors, since...

Hi @MunozatABI Apologies for the very late reply! It would be great if you could work on it. The first step would be to fork the repository and start working...

Hi. You should be able to run `test_monitors.py` directly, it will call all the test functions. What kind of error do you get when you try that? This way of...