Seaside icon indicating copy to clipboard operation
Seaside copied to clipboard

WASelectionDateTableFunctionalTest depends on WASelectionDateTable which requires Chronology classes

Open eMaringolo opened this issue 3 years ago • 2 comments

The WASelectionDateTableFunctionalTest uses a WASelectionDateTable, but this class depends on classes such as Month that are not available in dialects such as VAST.

Since this is in the Widgets package that should be dialect neutral, should this be moved to another package?

eMaringolo avatar Jul 13 '21 20:07 eMaringolo

I skimmed through the code but it's a bit hard to asses which methods do not exist or do not have a valid counterpart in VAST. Could you change the code so it works in VAST and we can see to find an implementation that matches all supported platforms (which is easy: Pharo, GemStone and VAST ;-) )

jbrichau avatar Jul 20 '21 18:07 jbrichau

I wonder whether this widget is used at all, that's why I thought about moving it to a separate package. But reimplementing it in a "neutral" way would be a workaround... that will certainly not be done soon :-)

eMaringolo avatar Jul 20 '21 18:07 eMaringolo