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
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
The compiler update resulted in a few project format changes that need migrations in place:
NumValues no longer have an active property, so this should be ignored in older projects.
History action for setting code has changed, previously it was a CompositeAction containing a SetCodeAction and several control creation/deletion actions - now it is a SetCodeAction which contains those control creation/deletion actions inside.
#35 would be useful to aid history migrations in the future, too.
The text was updated successfully, but these errors were encountered:
cpdt
changed the title
Project loading backwards-compatability after compiler update
Project loading backwards-compatibility after compiler update
Jul 21, 2018
The compiler update resulted in a few project format changes that need migrations in place:
NumValue
s no longer have an active property, so this should be ignored in older projects.CompositeAction
containing aSetCodeAction
and several control creation/deletion actions - now it is aSetCodeAction
which contains those control creation/deletion actions inside.#35 would be useful to aid history migrations in the future, too.
The text was updated successfully, but these errors were encountered: