-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disallow empty Identifiers
#2000
Comments
@mversic @appetrosyan could you clarify this issue?
So |
To me it seems that the sole purpose of the |
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
* [feature] #2000: Disallow empty names Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] #2000: Remove dead code Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] #2000: Fix grammar mistakes Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] #2000: Update Name tests Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
* [feature] #2000: Disallow empty names Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] #2000: Remove dead code Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] #2000: Fix grammar mistakes Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] #2000: Update Name tests Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com>
…roha#2403) * [feature] hyperledger-iroha#2000: Disallow empty names Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] hyperledger-iroha#2000: Remove dead code Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] hyperledger-iroha#2000: Fix grammar mistakes Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> * [feature] hyperledger-iroha#2000: Update Name tests Signed-off-by: Ales Tsurko <ales.tsurko@gmail.com> Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
At the moment it is allowed to create empty
Name
,DomainId
,AccountId
, etc. Should we continue to allow empty string identifiers or should we forbid them. What about usingOption
?It should be noted that empty string is a well defined identifier
The text was updated successfully, but these errors were encountered: