Skip to content

Dependency loop regressed #4560

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

Closed
Vexu opened this issue Feb 26, 2020 · 2 comments
Closed

Dependency loop regressed #4560

Vexu opened this issue Feb 26, 2020 · 2 comments
Labels
bug Observed behavior contradicts documented or intended behavior stage1 The process of building from source via WebAssembly and the C backend.
Milestone

Comments

@Vexu
Copy link
Member

Vexu commented Feb 26, 2020

const std = @import("std");

const S = struct {
    a: u32,
    b: Map,

    const Map = std.StringHashMap(*S);
};
test "" {
    _ = S;
}

Broken by 8981221 according to git bisect.

@andrewrk andrewrk added this to the 0.6.0 milestone Feb 26, 2020
@andrewrk andrewrk added bug Observed behavior contradicts documented or intended behavior stage1 The process of building from source via WebAssembly and the C backend. labels Feb 26, 2020
andrewrk added a commit that referenced this issue Feb 26, 2020
@andrewrk
Copy link
Member

Thanks for the bisect

@andrewrk
Copy link
Member

the improvement is back in with #4561 without the regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior stage1 The process of building from source via WebAssembly and the C backend.
Projects
None yet
Development

No branches or pull requests

2 participants