Jan Ph. H.
Jan Ph. H.
Superseded by #15991, because the spawned process can not be handled by the server.
> The purpose of this field is only so that a downstream package can identify when a forbidden license is found in the dependency tree. The package manager can only...
> Comparing SPDX fields is ad-hoc and inflexible. It's prone to forgery, misrepresentation, and depreciation of compliance. I am aware of the technical drawbacks, in particular missing annotation of multiple...
Sporadic failure observed on a CI run mac-debug (https://github.com/ziglang/zig/pull/15285#issuecomment-1513290585). Not sure, if fixed by #15307 in 40e1fca. ```txt 2023-04-18T08:30:11.3938460Z Install the project... 2023-04-18T08:30:11.4063650Z -- Install configuration: "Debug" 2023-04-18T08:57:06.4523620Z ++ pwd...
> So __udivei4 is present (unsigned integer?) but not __divei4. Yes, see https://github.com/ziglang/zig/pull/14023#issuecomment-1361724961: "Yes, the signed versions will follow [..]". Some more context https://github.com/ziglang/zig/pull/14609.
Likely introduced by https://github.com/ziglang/zig/pull/14872 as unintended side effect (I did not bisect this).
Question: Is the approach lit? Should I include it like this in Server with test code or are there any concerns? ```zig // testfile.zig const std = @import("std"); const testing...
later after design issues resolved or approach clarified: - [x] move into function - [ ] server integration - [ ] clarify how the server logic should work * must...
This ~~is~~ ~~was~~ is hitting x86_64 backend missing feature[s]: ``` test transitive failure +- test-behavior transitive failure | +- run test behavior-x86_64-windows-gnu-Debug-selfhosted-no-lld transitive failure | +- zig test Debug x86_64-windows-gnu...
> are you game to add these to compiler-rt? Can do. I wonder though, why I am unable to find search results to the ppc runtime abi functions and the...