-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Hello!
So, I am well aware that special characters in Windows are a gigantic pain to deal with, be it in C or in Zig.
But I believe there might be something to be done in this lib, to fix the fact that it prints this:
interface:487:21: error: Type 'interface.ClassC' does not implement interface 'interface.Interface(.{ .foo = fn (anytype) void, .bar = fn (anytype) void },null)':
1. Missing required method: foo
ÔööÔöÇ Add the method with the correct signature to your implementation
instead of this:
interface:487:21: error: Type 'interface.ClassC' does not implement interface 'interface.Interface(.{ .foo = fn (anytype) void, .bar = fn (anytype) void },null)':
1. Missing required method: foo
└─ Add the method with the correct signature to your implementation
Metadata
Metadata
Assignees
Labels
No labels