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
We can do this back-compatibly. New targets will be saved with qs2::qs_save(). For existing targets, we can first try qs2::qs_read() and then fall back on qs::read(). qs2::qs_read() automatically detects the legacy qs format and throws an informative error.
The text was updated successfully, but these errors were encountered:
c.f. qsbase/qs#103.
We can do this back-compatibly. New targets will be saved with
qs2::qs_save()
. For existing targets, we can first tryqs2::qs_read()
and then fall back onqs::read()
.qs2::qs_read()
automatically detects the legacyqs
format and throws an informative error.The text was updated successfully, but these errors were encountered: