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
Create a Homebrew bottle for mos and mos-latest
Installation is faster when a bottle is available (binary instead of building from source).
Currently we only provide bottles for Mojave (latest Mac OS).
CL: mos: Create a Homebrew bottle for mos and mos-latest, make installation faster.
PUBLISHED_FROM=d2bdd3d646099ba9e401845d0dcd9c8a17783c11