Christoph Buchner

Results 643 comments of Christoph Buchner

> I see that Pandoc is written in Haskell and MyST in Python. OMEdit is written in C++. I'm not sure we want to introduce dependencies onto other languages just...

If you end up adding markdown support to the specification, I recommend to specify which dialect/variant you mean (there are several), AFAIK, https://commonmark.org/ is a popular common denominator that is...

> An important point is to support math rendering with LaTeX syntax. Just to get this clarified: Do you mean precisely _LaTeX_ syntax, or do you mean (implicitly) "math typesetting"...

I found an even smaller MWE, turns out that this also happens when both subroutines are in one module. Edited the OP.

> There however a bug with `callstatement` and `--lower` wherein code like this: Yeah, that's basically the #2547 that I mentioned working around in the OP. 👍

> I was thinking about this a bit. I don't really think this is something which F2PY can handle. Basically, when you call `my_abort` in `do_something()` it calls the Fortran...

Thanks a lot for that demo! One thing that's not clear to me is how to achieve this interaction correctly when only using Fortran, i.e. when _not_ involving Python/pytest. As...

Thank you for the pointers :-) , I'll see if i can use either approach.

> However, if you want to compare them, using different prefixes is of course not a good idea, because tau (which is larger) looks much smaller than tauGenerated, and in...

> * one thing is I expect that the voltage which reach 3000 V to _not be converted_ to kV (or else convert all voltages to kV). This is discussed...