mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[PR #455] [MERGED] zig-build: lazyPath fixes #499
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#499
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/455
Author: @kassane
Created: 9/12/2024
Status: ✅ Merged
Merged: 12/9/2024
Merged by: @jmcnamara
Base:
main← Head:zig-build📝 Commits (2)
3c98e72zig-build: lazyPath fixes3d258a4switch zig-ci📊 Changes
4 files changed (+41 additions, -32 deletions)
View changed files
📝
.github/workflows/zig_build.yml(+1 -3)📝
.gitignore(+2 -2)📝
build.zig(+32 -23)📝
build.zig.zon(+6 -4)📄 Description
Minor fix: lazyPath
b.path("path")- get src/subpath contents - not allow abspathold
.{ .path = "path" }was renamed to.{ .cwd_relative = "abspath" }- for external path.Works on zig version: v0.12.0 (optional change), v0.12.1, v0.13.0 & v0.14.0-dev (currently master);
Note: old zig version generate
zig-cache, but v013.0 and master rename to.zig-cache!Extra update: replacing zlib-master to release-version
cc: @jmcnamara
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.