Colin B. Macdonald
Colin B. Macdonald
Cool. I think it will still be slow, because it loops over the doubles to do that "magic_double_str" thing per element. Could look at how `@sym/sym` deals with arrays of...
That summary looks right to me, thanks for writing that down in one place. I guess for vpa, people are more likely to want to take large double arrays and...
its sort of back as of #357. We `raise` in python so the errors appear on the stderr (and thus they are still lost on Windows with popen2, #82). In...
I think this is low priority How's your systems programming? Want to take a look at #82 in core Octave?
TODO: double-check that stderr is shown on screen on Windows with Octave > 4.0.2 (e.g., by raising an exception, we should see Python stacktrace like on GNU/Linux).
Hmm, I cannot even see stacktraces on Windows or GNU/Linux anymore, since 2.2.4: have not looked further yet.
https://savannah.gnu.org/bugs/?43099
If the unicode output does not come from symbolic, does the same happen?
Thanks for all that. Should you re-post all that upstream? Or at least ping there with a link to your sleuthing. FYI: In the upstream bug https://savannah.gnu.org/bugs/?43099, I posted [a...
BTW, re-reading your earlier post, I'm not clear on something: you say "works for me with octave-cli" but then your "steps to reproduce" include `octave.bat --no-gui`. So which is it?...