Frontmatter
| id | 9239 |
| title | DevIndex: Finish renaming blacklist/whitelist to blocklist/allowlist in Cleanup.mjs |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 1:59 AM |
| updatedAt | Feb 22, 2026, 2:02 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9239 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 22, 2026, 2:02 AM |
DevIndex: Finish renaming blacklist/whitelist to blocklist/allowlist in Cleanup.mjs

tobiu
Feb 22, 2026, 2:01 AM
Input from Gemini 3 Pro:
✦ I have updated
apps/devindex/services/Cleanup.mjsto completely replace all remaining instances ofblacklistandwhitelistwithblocklistandallowlist, ensuring variables and text match the names inStorage.mjs.I also ran
npm run devindex:update -- --limit=10to confirm the fix works and doesn't throw aTypeError. 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
The
devindex-pipelineis failing withTypeError: Storage.getBlacklist is not a function. It seemsapps/devindex/services/Cleanup.mjswas missed in the initial rename effort (Issue #9232).We need to update all remaining occurrences of
blacklisttoblocklistandwhitelisttoallowlistinsideCleanup.mjs.