-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
loaOf deprecation warnings or errors #77189
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken3.skill: sprintableA larger issue which is split into distinct actionable tasksA larger issue which is split into distinct actionable tasks3.skill: trivialThis is trivial to complete (typically find-and-replace)This is trivial to complete (typically find-and-replace)6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Milestone
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken3.skill: sprintableA larger issue which is split into distinct actionable tasksA larger issue which is split into distinct actionable tasks3.skill: trivialThis is trivial to complete (typically find-and-replace)This is trivial to complete (typically find-and-replace)6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The type
loaOfwas deprecated and its use will spring up evaluation warnings likeThis was done in #63103, but because the scope of the change
it wasn't feasible to get them all in one go and there was a few syntax related errors #77177.
rg "loaOf"returned this for me at the time of writingand it appears some modules were probably added while the PR was opened used the old format.
What to do if encountered
Duplicate such changes like in:
Here's the PR that added the release note, with details about the change #77109.