List unreported homebrew formulae

This commit is contained in:
Sam Carlton 2020-12-11 13:09:25 -06:00
parent 200fdb4001
commit f02d49a6c3

View file

@ -29,6 +29,7 @@ const statusesTranslations = {
// The formula has been found to need more analysis/work.
'⚠️': 'no',
'': 'unreported'
}
const statusesMessages = {
@ -36,7 +37,8 @@ const statusesMessages = {
'🥈': '✳️ Yes, works via Rosetta 2',
'🥉': '⏹ Known issues on macOS 11, though most features work',
'⚠️': '⏹ No, not yet, support is still in progress',
'🚫': '🚫 No, not yet supported only works on Intel-based Macs'
'🚫': '🚫 No, not yet supported only works on Intel-based Macs',
'': '🔶 Unknown, more info needed'
}
function getStatusText(formula) {
@ -128,7 +130,7 @@ export default async function () {
// If this formulae status is empty
// then skip this formulae
if (formulae.status.length === 0) continue
// if (formulae.status.length === 0) continue
// If this formulae emoji status is not in statusesTranslations
// then skip this formulae