You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user tries to input foo where Blueprint expects a capitalized name they get
Error: Cannot create a contract with the name 'foo'
which often times leaves the users confused, see issue #105, for instance.
The error message should state the reason why it is rejected. An alternative would be to state the reason and offer to input the contract name once again in the interactive mode.
The text was updated successfully, but these errors were encountered:
If the user tries to input
foo
where Blueprint expects a capitalized name they getwhich often times leaves the users confused, see issue #105, for instance.
The error message should state the reason why it is rejected. An alternative would be to state the reason and offer to input the contract name once again in the interactive mode.
The text was updated successfully, but these errors were encountered: