calvin2021y

Results 106 issues of calvin2021y

### Zig Version 0.10.0-dev.2981+7090f0471 ### Steps to Reproduce ndk version 24. ```sh zig cc -target aarch64-linux-android --sysroot=/ndk/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -I/ndk/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include -Iinclude -c utf8_range/range2-neon.c -o range2-neon.c.o ``` ### Expected Behavior expect it work...

bug
zig cc
os-android

### Zig Version 0.10.0-dev.2981+7090f0471 ### Steps to Reproduce build with this command: ```sh zig cc -target aarch64-ios -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -Ithird_party/utf8_range -c utf8_range/range2-neon.c -o ./range2-neon.c.o ``` If I add `--target=arm64-apple-ios9.0`, get...

bug
zig cc
os-ios

### Zig Version 0.10.0-dev.2880+6f0807f50 ### Steps to Reproduce try cross build project for android with libc.txt file. use `zig cc` as clang. ### Expected Behavior expect there is crt_dir and...

bug
zig cc
os-android

./build.zig:24:13: error: no member named 'path' in struct 'std.build.Pkg' .path = std.build.FileSource{.path = "src/protobuf.zig"}

please consider add simple c interface for dashmap. ```c typedef uintptr_t HandleT; typedef uint64_t KeyT; typedef uint64_t ValT; HandleT dashmap_new(void); ValT dashmap_get(HandleT handle, KeyT key); ValT dashmap_insert(HandleT handle, KeyT key,...

I test the tls client key and cert with vhost, get this error: ```sh E: SSL error: unable to get local issuer certificate ``` curl conform the key is work...

I try use HSL with [this example](https://github.com/ivancorrales/hcl-by-example/blob/main/dsl/schema.go), find out I can only use block label with extract number I defined. for example: ```go jobLabels = []string{"name", "description"} ``` ```hcl job...

### 使用的 Kraken 版本 0.10.5 fluter 2.8.1 ### 重现步骤 step1: flutter create myapp step2: add `kraken: '>= 0.0.1'` step3: flutter pub get step4: flutter build apk --target-platform android-arm64 **重现代码** ```dart...

bug

```d import core.attribute : selector; extern (Objective-C) interface Class { NSString alloc() @selector("alloc") @nogc nothrow ; } extern (Objective-C) interface NSString { NSString initWithUTF8String(in char* str) @selector("initWithUTF8String:") @nogc nothrow ;...

sanitizers

please add libuv support and example