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

brackets: 1.8 -> 1.9 #24775

Closed
wants to merge 3 commits into from
Closed

brackets: 1.8 -> 1.9 #24775

wants to merge 3 commits into from

Conversation

ndowens
Copy link
Contributor

@ndowens ndowens commented Apr 9, 2017

Motivation for this change
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@ndowens, thanks for your PR! By analyzing the history of the files in this pull request, we identified @matejc, @edolstra and @NeQuissimus to be potential reviewers.

sha256 = "0b2k0vv1qwmsg1wckp71yrb86zp8zisskmzzvx9ir19bma9jzr42";
name = "${name}.deb";
};
stdenv.mkDerivation rec {
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this adds an additional space to each line.

Copy link
Contributor Author

@ndowens ndowens Apr 9, 2017

Choose a reason for hiding this comment

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

Used G=gg in VIM to fix some indent issues I noticed. May be because I used with stdenv.lib at top; look nearly the same if you use split view

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't follow? The patch seems like it shifts everything to the right, including lines which should not be indented.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed it, seen what you were talking about; and also I do not know what is going on with git rebase with me lately, I can't squish the commits. I asked in IRC but no one answered

Copy link
Contributor

Choose a reason for hiding this comment

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

I usually just rebase onto master (or whatever branch I'm targeting), as in git fetch upstream master && git rebase -i upstream/master. That's much easier than having to work out how many steps to jump back &c.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joachifm me neither; as I am in the branch and yours didnt work either; lately it has been doing that for other packages too

Copy link
Contributor

Choose a reason for hiding this comment

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

The only explanation that makes sense to me is that you're rebasing onto the wrong tip somehow. For example, have you verified that the upstream remote points to NixOS/nixpkgs and not your own fork?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

origin git@github.com:ndowens/nixpkgs.git (fetch)
origin git@github.com:ndowens/nixpkgs.git (push)
upstream https://github.com/nixos/nixpkgs (fetch)
upstream https://github.com/nixos/nixpkgs (push)

Copy link
Contributor

Choose a reason for hiding this comment

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

and upstream/master is synchronized with upstream? If so I literally have no idea how it is that rebasing onto it wouldn't work. It certainly does for me ...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

AFAIK it is, I keep my repo up2date from upstream too; so I am unsure what is going on :\

@Mic92 Mic92 closed this in 18f5ba5 Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants