summaryrefslogtreecommitdiff
path: root/docs/roadmap.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2024-08-22 11:41:04 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2024-08-22 11:45:37 -0500
commitea3e2bf07939926e43c7abe3fd13a7c4e93f69d1 (patch)
tree958c97f05c2830aefef45f6882ba688694480b55 /docs/roadmap.org
parent43e3b70003fdda6f2ccdd2471e3ee3f97ad50ada (diff)
Show unit/dim file errors as popup
Previously, any error in the unit or dimension file(s) crashes the program. Instead, 7Units now ignores any invalid lines, still parsing the correct ones, and shows a popup in case any errors happen.
Diffstat (limited to 'docs/roadmap.org')
-rw-r--r--docs/roadmap.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/roadmap.org b/docs/roadmap.org
index bd0ccee..04ea0a5 100644
--- a/docs/roadmap.org
+++ b/docs/roadmap.org
@@ -5,9 +5,8 @@ These requirements are subject to change. I intend to finish version 1.0.0 by [
Feature Requirements:
- 7Units should be able to parse unit files from [[https://www.gnu.org/software/units/][GNU Units]], the program that inspired it.
- (It should not be required to handle features that aren't in 7Units; those definitions should be ignored with a warning)
- 7Units's expression converter should support most or all of the conversion features supported by GNU Units:
- - Converting to sums of units (it should also be possible to do this in the unit converter with preset combinations)
+ - (/Mostly Done/) Converting to sums of units (it should also be possible to do this in the unit converter with preset combinations)
- (/Optional/) Inverse nonlinear conversion with the tilde prefix
- (/Optional/) Nonlinear units should be specifiable in unit files.
- /Any other feature not listed should be considered optional./