Skip to content

Error string looks funky on Windows #4

Description

@TotoShampoin

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions