We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For most of our events in Eiffel the user of Eiffel needs only to check for one link type to find the wanted event. This does not hold true for IV.
Forcing the user of Eiffel to follow three different possible links to find the ID from the IV makes the protocol harder to work with.
The user of Eiffel need to follow three different links to find the ID from the IV
FAILED_ISSUE
INCONCLUSIVE_ISSUE
SUCCESSFUL_ISSUE
By changing to one link to find the ID from the IV makes it easier for the user of Eiffel to use the protocol.
This will introduce a backward incompatible change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
For most of our events in Eiffel the user of Eiffel needs only to check for one link type to find the wanted event. This does not hold true for IV.
Motivation
Forcing the user of Eiffel to follow three different possible links to find the ID from the IV makes the protocol harder to work with.
Exemplification
The user of Eiffel need to follow three different links to find the ID from the IV
FAILED_ISSUE
INCONCLUSIVE_ISSUE
SUCCESSFUL_ISSUE
Benefits
By changing to one link to find the ID from the IV makes it easier for the user of Eiffel to use the protocol.
Possible Drawbacks
This will introduce a backward incompatible change.
The text was updated successfully, but these errors were encountered: