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
ModernMAK
changed the title
SGA Core lacks a delegate for saving a FileDef to a file's metadata
SGA Core naming inconsistency meta2def vs build_file_metaNov 3, 2022
Callables are nice; but having a proper protocol class would make things easier, something like InfoConverter (T <-> Dict[str,Object])? Since FS internally refers to the files' / filesystems' metadata as Info.
Also standardizing the nomenclature for these files' layout would be helpful; but that deserves its own issue.
When writing we havemeta2def
but reading lacks adef2meta
handler.This currently prevents any SGA aside from V2 from creating proper EssenceFS objects.Two separate naming conventions, one should be refactored to match the other.
Alternatively, using a class to group the strategies together, which would make it easier to create the serializers.
The text was updated successfully, but these errors were encountered: