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
Please provide a succinct description of the issue.
Repro steps
Consider the following code:
openSystem[<Measure; Obsolete("Use cm2")>]typecmletmyCm=3<cm>// cm should warn/error as obsolete[<Measure>]typeml= cm^3// cm should warn/error as obsolete[<Measure; Obsolete("Use kg2")>]typekg[<Measure>]typem[<Measure; Obsolete("Use s2")>]types// Force, Newtons.[<Measure>]typeN= kg m / s^2// // `kg` and `s` should warn/error as obsolete
If possible attach a zip file with the repro case. This often makes it easier for others to reproduce.
The zip file should ideally represent the situation just before the call/step that is problematic.
Expected behavior
Warning/Error should be shown when using obsolete UOM
Actual behavior
No Warning/Error are shown when using obsolete UOM
Provide a description of the actual behaviour observed.
Known workarounds
N/A
The text was updated successfully, but these errors were encountered:
Please provide a succinct description of the issue.
Repro steps
Consider the following code:
If possible attach a zip file with the repro case. This often makes it easier for others to reproduce.
The zip file should ideally represent the situation just before the call/step that is problematic.
Expected behavior
Warning/Error
should be shown when using obsolete UOMActual behavior
No
Warning/Error
are shown when using obsolete UOMProvide a description of the actual behaviour observed.
Known workarounds
N/A
The text was updated successfully, but these errors were encountered: