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: ziglang/zig
base: 48985a7e684f
Choose a base ref
...
head repository: ziglang/zig
compare: 1aa93808b18e
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 18, 2018

  1. Fix 1117: Use realpath in stage1 Darwin os_self_exe_path

    Issue: #1117
    
    The macOS stage1 Zig compiler should look in Zig's real absolute path
    for the Zig stdlib, but os_self_exe_path looks in its path as returned
    by _NSGetExecutablePath, which may be a symlink.  This means that a
    symlinked Zig cannot find the Zig stdlib.
    
    This patch fixes the issue by resolving the _NSGetExecutablePath result
    to the real path using realpath() before copying the result to the
    output path.
    jbsolomon committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    e6b6915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0456822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7057bd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-1117-macos-realpath' of https://github.com/binary13…

    …2/zig into binary132-fix-1117-macos-realpath
    andrewrk committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    c09c390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ce36a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aa9380 View commit details
    Browse the repository at this point in the history