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
Whilst migrating the Data object itself from LAMA to Dask (notably migrating the methods in #295), we left various TODODASK markers. This is a bumper issue to record that these should be addressed for us to have considered #182 closable (addressing may in some cases mean converting to a standard TODO if that feels appropriate).
At the time of commenting, we have ~250 cases to resolve:
These have been classified as one of the following via a TODODASK<optional marker> searchable form (copied from #437 (comment)):
TODODASKVER for cases of placeholders for the final version for the release with the Dask migration which can now be sorted easily in a targeted way via a single sed or similar command;
TODODASKDOCS for required docstring or documentation updates;
TODODASKMSG for use-facing messages e.g. error messages;
TODODASKAPI for API changes or considerations (potentially to bump to the release after Dask as per recent versioning discussions);
TODODASKDEPR for anything deprecation related;
anything else presently left as-is with TODODASK (miscellaneous etc.), these probably being the most meatly/difficult TODOs of all.
(Note that cases of one particular item can be found via something like (without the final pipe to wc -l):
Whilst migrating the Data object itself from LAMA to Dask (notably migrating the methods in #295), we left various
TODODASK
markers. This is a bumper issue to record that these should be addressed for us to have considered #182 closable (addressing may in some cases mean converting to a standardTODO
if that feels appropriate).At the time of commenting, we have ~250 cases to resolve:
These have been classified as one of the following via a
TODODASK<optional marker>
searchable form (copied from #437 (comment)):TODODASKVER
for cases of placeholders for the final version for the release with the Dask migration which can now be sorted easily in a targeted way via a single sed or similar command;TODODASKDOCS
for required docstring or documentation updates;TODODASKMSG
for use-facing messages e.g. error messages;TODODASKAPI
for API changes or considerations (potentially to bump to the release after Dask as per recent versioning discussions);TODODASKDEPR
for anything deprecation related;TODODASK
(miscellaneous etc.), these probably being the most meatly/difficult TODOs of all.(Note that cases of one particular item can be found via something like (without the final pipe to
wc -l
):)
Please add any notes and discussion points regarding these to this thread.
The text was updated successfully, but these errors were encountered: