toppers / asp3_in_zig

TOPPERS/ASP3 Kernel written in Zig Programming Language
15 stars 4 forks source link

Waiting for the fix of Zig : return type of a function having a comptime parameter becomes `anytype` #11

Open hiroakitakada opened 4 years ago

hiroakitakada commented 4 years ago

Zigにcomptimeを引数に持つ関数の返り値がanytypeになるという制限(https://github.com/ziglang/zig/issues/4984 )があるため,genConfigをkernel_cfg.zigで定義する方法がとれず,コンフィギュレーション記述中で定義している。