Skip to content
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

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

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.

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?

@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 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 10.rebuild-darwin: 0 10.rebuild-linux: 0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants