| Summary: | Octave warnings break cantor output | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | avlas <jsardid> |
| Component: | octave-backend | Assignee: | Nikita Sirgienko <warquark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexanderrieder, warquark |
| Priority: | NOR | ||
| Version First Reported In: | 19.04 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/cantor/5dc8af2afd7e7669b43497b58815596c0b7f2c82 | Version Fixed/Implemented In: | 19.04.1 |
| Sentry Crash Report: | |||
|
Description
avlas
2019-04-22 15:46:39 UTC
As i mentioned in another thread, in this moment, we treat warnings as error messages, and Cantor, if error occurs, show only error message and don't show output. It's simple, actually, change this behavior, show output too for warnings, I will do it, because, as I see, a current behaviour gives problems to user. (In reply to Nikita Sirgienko from comment #1) > As i mentioned in another thread, in this moment, we treat warnings as error > messages, and Cantor, if error occurs, show only error message and don't > show output. > It's simple, actually, change this behavior, show output too for warnings, I > will do it, because, as I see, a current behaviour gives problems to user. That would be great, thank you! Git commit 5dc8af2afd7e7669b43497b58815596c0b7f2c82 by Nikita Sirgienko. Committed on 23/04/2019 at 12:03. Pushed by sirgienko into branch 'Applications/19.04'. [Octave] Fix expression logic: don't treats warnings from octave as error FIXED-IN: 19.04.1 M +13 -5 src/backends/octave/octaveexpression.cpp https://commits.kde.org/cantor/5dc8af2afd7e7669b43497b58815596c0b7f2c82 (In reply to Nikita Sirgienko from comment #3) > Git commit 5dc8af2afd7e7669b43497b58815596c0b7f2c82 by Nikita Sirgienko. > Committed on 23/04/2019 at 12:03. > Pushed by sirgienko into branch 'Applications/19.04'. > > [Octave] Fix expression logic: don't treats warnings from octave as error > FIXED-IN: 19.04.1 > > M +13 -5 src/backends/octave/octaveexpression.cpp > > https://commits.kde.org/cantor/5dc8af2afd7e7669b43497b58815596c0b7f2c82 Thank you, it's very much appreciated! |