- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 48985a7e684f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ziglang/zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1aa93808b18e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 1 file changed
- 2 contributors
Commits on Jun 18, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for e6b6915 - Browse repository at this point
Copy the full SHA e6b6915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0456822 - Browse repository at this point
Copy the full SHA 0456822View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7057bd - Browse repository at this point
Copy the full SHA c7057bdView commit details -
Merge branch 'fix-1117-macos-realpath' of https://github.com/binary13…
…2/zig into binary132-fix-1117-macos-realpath
Configuration menu - View commit details
-
Copy full SHA for c09c390 - Browse repository at this point
Copy the full SHA c09c390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce36a6 - Browse repository at this point
Copy the full SHA 4ce36a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa9380 - Browse repository at this point
Copy the full SHA 1aa9380View commit details
There are no files selected for viewing