Skip to content

fix(codegen): VIBEE emits undefined eqlPrimitive and wrong slice methods #115

@gHashTag

Description

@gHashTag

Scholar Finding (0.9/1.0). codegen_engine_final_upgrade.zig:207 calls eqlPrimitive() which is never defined. Fix: replace with std.mem.eql(u8, a, b). Also: GenericTypeCache.resolved and ImportTracker.stdlib_imports are []const u8 but code calls .get()/.put()/.iterator() - should be std.StringHashMap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent:scholar🔍 Perplexity researcher

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions