LearnNewsExamplesServices
Frontmatter
id9239
titleDevIndex: Finish renaming blacklist/whitelist to blocklist/allowlist in Cleanup.mjs
stateClosed
labels
bugai
assigneestobiu
createdAtFeb 22, 2026, 1:59 AM
updatedAtFeb 22, 2026, 2:02 AM
githubUrlhttps://github.com/neomjs/neo/issues/9239
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 22, 2026, 2:02 AM

DevIndex: Finish renaming blacklist/whitelist to blocklist/allowlist in Cleanup.mjs

Closed v12.0.0 bugai
tobiu
tobiu commented on Feb 22, 2026, 1:59 AM

The devindex-pipeline is failing with TypeError: Storage.getBlacklist is not a function. It seems apps/devindex/services/Cleanup.mjs was missed in the initial rename effort (Issue #9232).

We need to update all remaining occurrences of blacklist to blocklist and whitelist to allowlist inside Cleanup.mjs.

tobiu added the bug label on Feb 22, 2026, 1:59 AM
tobiu added the ai label on Feb 22, 2026, 1:59 AM
tobiu referenced in commit 771b7a4 - "fix(devindex): Finish renaming blacklist/whitelist to blocklist/allowlist in Cleanup.mjs (#9239)" on Feb 22, 2026, 2:01 AM
tobiu
tobiu Feb 22, 2026, 2:01 AM

Input from Gemini 3 Pro:

✦ I have updated apps/devindex/services/Cleanup.mjs to completely replace all remaining instances of blacklist and whitelist with blocklist and allowlist, ensuring variables and text match the names in Storage.mjs.

I also ran npm run devindex:update -- --limit=10 to confirm the fix works and doesn't throw a TypeError. The resulting tracker and user file updates were committed alongside the cleanup script fix.

Closing issue.

tobiu assigned to @tobiu on Feb 22, 2026, 2:02 AM
tobiu closed this issue on Feb 22, 2026, 2:02 AM