mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
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#500
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/466
Author: @zigster64
Created: 12/24/2024
Status: ✅ Merged
Merged: 12/24/2024
Merged by: @jmcnamara
Base:
main← Head:fix-add-c-macro📝 Commits (1)
f460f5fchange from defineCMacro to addCMacro📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
build.zig(+3 -3)📄 Description
Small change to build.zig due to change in the zig build system, in the way it passes C Macros from the Zig build system to the target
defineCMacro() -> deprecated in favour of -> root_lib.addCMacro()
Recently deprecated & removed from the zig compiler
142471fcc4This change has no effect on libxlswriter itself - its a zig issue, no a libxlswriter issue
Tested - built using a patched zig-libxlswriter, and added to my app for end 2 end test to generate spreadsheets.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.