This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Unify type system #1092
Milestone
Comments
|
Expected outcome is:
|
Closed
To be fully compatible with CORBA types, we should:
|
2 tasks
@kodebach is this still open? src/plugins/yajl might be fixed already. Please reopen if something is missing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, Elektra does not provide a single type system, but different plugins and bindings use different data types and different metadata for describing them (
check/type
vs.type
).Some places where currently types are used:
check/type
via CORBA data typestype
(see yajl: Elektra's boolean not supported #2571)parse*
functions (not checking or storing metadata)obsolete
Could you check/fix these places for consistency (value ranges, sign, ...) and document the type system at a single place? (So that the next plugins/bindings can simply implement what the document says)
The text was updated successfully, but these errors were encountered: