-
Notifications
You must be signed in to change notification settings - Fork 122
Demonstrate hexnumber bug #4420
Demonstrate hexnumber bug #4420
Conversation
There are some commits in this PR that shouldn't be here... As for the |
The bug I have is actually:
When trying to set an hexadecimal value, specified to be |
If unit/base=hex is specified there is another bug when retrieving a value:
The default is 0x21 |
I'm pretty sure this is all still #2723. The libelektra/src/libs/elektra/split.c Lines 183 to 223 in a5b8684
On the |
So let us fix #3626? |
How would fixing the |
I think the fundamental misuse of origvalue (it is designed that only a single plugin does transformations) is the cause of many usability problems in this area. If type takes the full responsibility for all these value transformations&checks such weird problems like rejecting transformed non-hex values that originally have been hex values should be impossible. |
|
Basics
(added as entry in
doc/news/_preparation_next_release.md
whichcontains
_(my name)_
)Please always add something to the release notes.
(first line should have
module: short statement
syntax)close #X
, are in the commit messages.doc/news/_preparation_next_release.md
scripts/dev/reformat-all
Checklist
(not in the PR description)
Review
Labels