Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement @typeInfo for @Frame(func) #3066

Closed
andrewrk opened this issue Aug 15, 2019 · 0 comments
Closed

implement @typeInfo for @Frame(func) #3066

andrewrk opened this issue Aug 15, 2019 · 0 comments
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase. stage1 The process of building from source via WebAssembly and the C backend.
Milestone

Comments

@andrewrk
Copy link
Member

test "hi" {
    @typeInfo(@Frame(func));
}
fn func() void { }
$ zig test test.zig
TODO @typeInfo for async function frames
@andrewrk andrewrk added enhancement Solving this issue will likely involve adding new logic or components to the codebase. stage1 The process of building from source via WebAssembly and the C backend. labels Aug 15, 2019
@andrewrk andrewrk added this to the 0.5.0 milestone Aug 15, 2019
@andrewrk andrewrk modified the milestones: 0.5.0, 0.6.0 Sep 20, 2019
@andrewrk andrewrk modified the milestones: 0.6.0, 0.7.0 Feb 11, 2020
tadeokondrak added a commit to tadeokondrak/zig that referenced this issue Apr 28, 2020
tadeokondrak added a commit to tadeokondrak/zig that referenced this issue Apr 28, 2020
tadeokondrak added a commit to tadeokondrak/zig that referenced this issue Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase. stage1 The process of building from source via WebAssembly and the C backend.
Projects
None yet
Development

No branches or pull requests

1 participant