DESCRIPTION
Describe, what you observe or want to be changed:
We have a dictstruct object but that has the limitation of having string keys. Mapping arbitrary key types to arbitrary values does not really work with this kind of object.
Describe, what you expect to happen:
Provide a dict object, which can be thought of as a parent to dictstruct() sharing some of the methods.
DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
- Implement the necessary changes in a new branch created here on GitHub
- Test your implementation
DOCUMENTATION STEPS
(see also our Wiki for further information)
- Update the changes log
- Add comments to your implementation
- Add Doxygen documentation comments- Create or update the documentation articles (
*.NHLP and *.NDB files, if needed)
- Update the language strings (
*.NLNG files, if needed)
PULL REQUEST
- Create a pull request for your changes
- Fill out the template
- Assign @numere-org/maintainers as reviewers
DESCRIPTION
Describe, what you observe or want to be changed:
We have a
dictstructobject but that has the limitation of having string keys. Mapping arbitrary key types to arbitrary values does not really work with this kind of object.Describe, what you expect to happen:
Provide a
dictobject, which can be thought of as a parent todictstruct()sharing some of the methods.DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLPand*.NDBfiles, if needed)*.NLNGfiles, if needed)PULL REQUEST