Markus Reiter

Results 208 comments of Markus Reiter

Alternatively, we could add `:bundle_id(s)` to existing stanzas, this way we automatically know what we should do with it. ``` pkg 'GISLook_GISMeta.pkg', bundle_ids: [ 'ch.bernhardjenny.gislook.pkg', 'ch.bernhardjenny.gismeta.pkg', ] # uninstall pkgutil:...

We don't need `*_calls_gui`, because with `installer/uninstall gui:`, we already know this.

@yurikoles, if you decide to tackle this, we will certainly provide some guidance.

`depends_on formula: 'openjdk'` does not install it globally, i.e. link it to `/Library/Java/JavaVirtualMachines` which most GUI apps probably depend on.

There is now an `openjdk` formula and `depends_on :java` in formulae is deprecated if not already removed.

Yes. You should always depend on the latest version unless an older version is actually necessary.

Thanks, @quinnzbellz!

@adamgreig, I extracted the unrelated changes from this PR. Should be easier to review now.

I guess in this case we need three things: - `interrupt::free` which does not pass a `bare_metal::CriticalSection` section. - Implementation of `critical_section::CriticalSection` for single and multi-core. - Some function which...