Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f96bf5bb2e80
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: eda2463c4d96
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 14, 2019

  1. Copy the full SHA
    f84594c View commit details
    Browse the repository at this point in the history
  2. luaPackages: rename std._debug to std__debug

    Similarly rename std.normalize to std_normalize.
    Having a dot in the name prevents some changes to the lua infrastructure,
    for instance passing attribute names { std._debug }: to a function would fail with
    `syntax error, unexpected ',', expecting '.' or '=',`
    teto committed Apr 14, 2019
    Copy the full SHA
    e195a37 View commit details
    Browse the repository at this point in the history
  3. buildLuarocksPackage: forcefully create $out

    Allows to work around luarocks/luarocks#988 on darwin
    teto committed Apr 14, 2019
    Copy the full SHA
    612c816 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Merge pull request #57945 from teto/lua/std_rename

    lua: std._debug / std.normalize rename + move to automated.
    7c6f434c committed Apr 27, 2019
    Copy the full SHA
    eda2463 View commit details
    Browse the repository at this point in the history