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
The value here is a Float and not String. Either fixing it there or converting the text of Links always to string before forwarding it to the super constructor would help.
def initialize(href = '', text = href)
super(text)
@href = href
end
Issue
Following the full stack trace of one of my tests (sorry not suitable for here :( )
offending(cause?) code from
lib/roo/excelx/cell/datetime.rb
from here
The
value
here is a Float and not String. Either fixing it there or converting thetext
ofLinks
always to string before forwarding it to the super constructor would help.from here
System configuration
Roo version:
2.8.7; 2.10.
Ruby version:
3.1.0
The text was updated successfully, but these errors were encountered: