Skip to content

khitiara changes diff #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

khitiara changes diff #6

wants to merge 4 commits into from

Conversation

ikskuh
Copy link
Contributor

@ikskuh ikskuh commented Mar 4, 2025

No description provided.

.url = "https://github.com/ZigEmbeddedGroup/zfat/archive/68dbbe19258b174fe4f374a91b4cc939019d9fe7.tar.gz",
.hash = "1220963601b9bc8dacc422d098368567e5c7b84d21f9ae73067fe3eb9c566aea02fd",
.path = "../../libs/zfat"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part is obviously not meant to be upstreamed

Comment on lines -99 to +105
var file = try std.fs.cwd().openFile(src, .{});
var file = std.fs.cwd().openFile(src, .{}) catch |err| switch (err) {
error.FileNotFound => {
std.log.err("file not found: {s}", .{src});
return err;
},
else => return err,
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was just for trying to trace an error i had, not necessary or worth forwarding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants