on Jan 23, 2023 andrewrkadded this to the 0.12.0 milestone on Jan 23, 2023 andrewrkmodified the milestones: 0.13.0, 0.12.0 on Jul 10, 2023 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
modified the milestones:0.6.0,0.7.0on Feb 11, 2020 So you are saying that we need to add a no-safety sub section inhttps://ziglang.org/documentation/master/#Undefined-Behaviorthat will be continuously populated? I believe that the subsection listing all no-safety behavior should be added....
andrewrkmodified the milestones:0.11.1,0.12.0Jan 29, 2024 TSInstall gives error during compilation, but TSInstallSync silently failsnvim-treesitter/nvim-treesitter#1254 Open bdbaddogmentioned this issueFeb 26, 2025 Build zig language errorSCons/scons#4682 ...
See 90a877f for related issues. andrewrk modified the milestones: 0.11.0, 0.12.0 Jul 20, 2023 andrewrk mentioned this issue Oct 18, 2023 sometimes there is an unwanted memcpy when passing large structs by-value #17580 Open Member andrewrk commented Oct 18, 2023 Possible reduction of ...
andrewrkmodified the milestones:0.13.0,0.12.0Aug 5, 2023 leecannonchanged the titlemodules can no longer depend on themselfAug 25, 2023 ContributorAuthor This is possible now after the build system changes in#18160. Sign up for freeto join this conversation on GitHub. Already have an account?
andrewrkmodified the milestones: 0.9.0, 0.10.0 on May 19, 2021 antonmedv commented on Dec 13, 2021 antonmedv on Dec 13, 2021 Still not possible? LaPingvino commented on Dec 13, 2021 LaPingvino on Dec 13, 2021 Probably fixed with Go 1.18, which is not released yet. This also...
andrewrk modified the milestones: 0.9.0, 0.10.0 May 19, 2021 Contributor nektro commented Jul 26, 2021 Could this be done with the WindowsLegacy and MacOSLegacy packages providing an os export than you could then use to incorporate with Zig's BYOS and the root.os export? 👀 1 Sign...
modified the milestones:0.9.0,0.10.0on May 19, 2021 ikskuh commentedon May 30, 2021 ikskuh This seems pretty critical. Pretty much disallows using Zig for building shared libraries. The suggested workaround isn't practical to use since there's no way to pass lld flags from build.zig, ...
andrewrk modified the milestones: 0.10.0, 0.11.0 Apr 16, 2022 Contributor iacore commented Aug 6, 2022 • edited This could be done with "butterfly" data before the pointed address with allocator's help. memory layout: v is pointer address v other data before user data here This ...
Open andrewrk modified the milestones: 0.6.0, 0.7.0 Feb 10, 2020 Copy link Contributor nmeum commented Apr 22, 2020 • edited Loading IMHO the important thing to get right in regards to safety is memory safety. Existing publications on this topic often make a distinction between spatial...