Skip to content

Conversation

@ikskuh
Copy link
Contributor

@ikskuh ikskuh commented Mar 4, 2025

No description provided.

build.zig.zon Outdated
.zfat = .{
.url = "https://github.com/ZigEmbeddedGroup/zfat/archive/68dbbe19258b174fe4f374a91b4cc939019d9fe7.tar.gz",
.hash = "1220963601b9bc8dacc422d098368567e5c7b84d21f9ae73067fe3eb9c566aea02fd",
.path = "../../libs/zfat"
Copy link
Collaborator

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

src/shared.zig Outdated
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,
};
Copy link
Collaborator

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

@ikskuh ikskuh merged commit 481e0ce into zig-osdev:main Jul 9, 2025
3 checks passed
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