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
When I first added the new unit tests (in read-{subscripts,variables,equations}.spec.ts), the tests that check the output of those phases for the sample tests have the variables in the order produced by the legacy preprocessor at that time, which sorted variables roughly by LHS variable name.
Now that the #575 has been merged (which removed the legacy preprocessor), it's no longer necessary to have those tests compare to the sorted items. It would be more consistent to compare to the definitions in the original order from the source model.
This change only affects the tests, no change in behavior of the compiler.
The text was updated successfully, but these errors were encountered:
When I first added the new unit tests (in
read-{subscripts,variables,equations}.spec.ts
), the tests that check the output of those phases for the sample tests have the variables in the order produced by the legacy preprocessor at that time, which sorted variables roughly by LHS variable name.Now that the #575 has been merged (which removed the legacy preprocessor), it's no longer necessary to have those tests compare to the sorted items. It would be more consistent to compare to the definitions in the original order from the source model.
This change only affects the tests, no change in behavior of the compiler.
The text was updated successfully, but these errors were encountered: