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: mirage/mirage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 79940b25952b
Choose a base ref
...
head repository: mirage/mirage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5b42818afb9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2016

  1. mirage-bootvar-solo5 renamed

    hannesm committed Nov 6, 2016
    Copy the full SHA
    bbc0ace View commit details

Commits on Nov 7, 2016

  1. Merge pull request #659 from hannesm/bootvar

    mirage-bootvar-solo5 renamed
    hannesm authored Nov 7, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c5b4281 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/mirage.ml
2 changes: 1 addition & 1 deletion lib/mirage.ml
Original file line number Diff line number Diff line change
@@ -1025,7 +1025,7 @@ let argv_solo5 = impl @@ object
method name = "argv_solo5"
method module_name = "Bootvar"
method packages = Key.pure [ "mirage-bootvar-solo5" ]
method libraries = Key.pure [ "mirage-bootvar" ]
method libraries = Key.pure [ "mirage-bootvar-solo5" ]
method connect _ _ _ = "Bootvar.argv ()"
end