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: 3f324aa0cd51
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c93123afb628
Choose a head ref
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 3, 2018

  1. init: holochain-go at 0.1.0-alpha

    Holochain is a platform for creating an unenclosable carrier upon which
    highly-scalable dApps and smart contracts can be built. This is the holochain
    team's initial implimentation in go. A rust version is under development.
    Gavin Rogers committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    9a9539d View commit details
    Browse the repository at this point in the history
  2. Cleanup: remove autogenerated line

    Agree with @Mic92: "Since this was manually edited, we should not claim it was
    auto generated.
    Gavin Rogers committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c50f7a3 View commit details
    Browse the repository at this point in the history
  3. Cleanup: remove line left over from template

    As per @Mic92: can be removed
    Gavin Rogers committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    4c497d5 View commit details
    Browse the repository at this point in the history
  4. Cleanup: remove v from version and use fetchFromGithub

    More housecleaning, also as per @Mic92. He's right, as it says in the manual, to
    use fetchFromGithub instead of fetchgit
    
    > Best: Fetches a snapshot archive and you get the rev you want.
    Gavin Rogers committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    93a7c5d View commit details
    Browse the repository at this point in the history
  5. Fix: Capitalisation of downloadPage

    Gavin Rogers committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    f59e6b4 View commit details
    Browse the repository at this point in the history
  6. Fix: switch expression to use fetchFromGitHub

    Gavin Rogers committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    0090b88 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Fix: remove platform declaration, add eventfd

    "if platforms is not set it will default to go.meta.platforms which is probably
    what you want" And that does sound like what we want. Also, the linux build was
    complaining about eventfd, or the lack thereof.
    Gavin Rogers committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    6c857b7 View commit details
    Browse the repository at this point in the history
  2. Add: GoEndian dependancy

    I'm a little confused as to why this buils and runs on darwin, but fails to
    build without it on linux. The error was:
    
    ```go/src/github.com/gxed/eventfd/eventfd.go:17:2: cannot find package "github.com/gxed/GoEndian" in any of:```
    Gavin Rogers committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    f917b15 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Merge pull request #42937 from gavinrogers/init_holochain

    holochain-go: init at 0.1.0-alpha
    edolstra committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    c93123a View commit details
    Browse the repository at this point in the history