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
Other getters like Logic.valueInt and Logic.valueBigInt have been deprecated already since they just relay information from Logic.value. We should follow the same approach for other things like hasValidValue and isFloating. Users can just access value themselves to check.
Desired solution
Deprecate Logic.hasValidValue
Deprecate Logic.isFloating
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Motivation
Other getters like
Logic.valueInt
andLogic.valueBigInt
have been deprecated already since they just relay information fromLogic.value
. We should follow the same approach for other things likehasValidValue
andisFloating
. Users can just accessvalue
themselves to check.Desired solution
Logic.hasValidValue
Logic.isFloating
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: