Skip to content

Don't use usingnamespace #7

Closed
Closed
@alichraghi

Description

@alichraghi

There's a single usage of usingnamespace in here

pub usingnamespace @import("zmath.zig");

usingnamespace isn't supported by incremental compilation and is likely going to be removed.
also the possible solutions are pretty trivial. e.g. we can move util.zig content into zmath.zig

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions