Skip to content

nix-gitignore: update to v3.0.2 (mostly compatible changes) #78371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

siers
Copy link
Member

@siers siers commented Jan 23, 2020

Taken from the main repo, changes have been published for a while now, with nothing major having been done. Everything seems to be working.

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Jan 23, 2020
Comment on lines +150 to +153
withGitIgnoredFilesAndDirs = patterns: root:
lib.toList patterns ++ [(root + "/.gitignore") (".git")];

withRecursiveGitignoreFile = patterns: root:
withRecursiveGitIgnoredFilesAndDirs = patterns: root:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these renames necessary? To me, it feels like that would break compatibility with existing code for no good reason.

But since you already renamed them in the repo, maybe it would be good to rename for consistency. Perhaps we could at least add an alias for some time, with a warning (using lib.warn) to make transitioning easier?

@blitz
Copy link
Contributor

blitz commented Jul 6, 2020

@bennofs @siers How can we move this forward?

@SuperSandro2000 SuperSandro2000 marked this pull request as draft November 29, 2020 01:44
@SuperSandro2000 SuperSandro2000 added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jan 18, 2021
@tfc
Copy link
Contributor

tfc commented Feb 3, 2021

hi there. what's the status here, what can we do to get this through?

@stale
Copy link

stale bot commented Aug 2, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 2, 2021
@Artturin Artturin closed this Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants