#49113 ENUM for error return codes and definitions.
Closed: wontfix 3 years ago by spichugi. Opened 7 years ago by firstyear.

SSSD and others use enums for result types rather than ints. This limits the scope of what can be returned, and also gives us proper consistent type checking in our system. We can assert what is returned really is an enum rather than just random garbage.

This eliminates macros, and helps improve our future portability.


Metadata Update from @firstyear:
- Issue assigned to firstyear
- Issue set to the milestone: FUTURE

7 years ago

Metadata Update from @firstyear:
- Issue close_status updated to: None
- Issue tagged with: RFE

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2172

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata