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
Add warning and error manifest keys
These can be used in apps and libs unconditionally:
```
warning: I'm a deprecated lib, please don't use me.
```
```
error: I'm a bad lib, don't use me.
```
Or conditionally:
```
conds:
- when: build_vars.FOO == "BAR"
apply:
error: This won't work, don't do it
```
CL: mos: Add warning and error manifest keys
PUBLISHED_FROM=37dbe88c874610318903157bd952b7a54b6844f3