-
### What Happened?
In the list view, Typst files (.typ) are recognized as Objective-C files sometimes, rather than always falling back to a generic text file
### Steps to Reproduce
1. Open a direct…
-
C++20 has introduced new keywords, including "requires".
I have seen j2objc generate code with the "requires" symbol in a situation that fails C++20 compilation.
The error message (from Clang) is "…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.6304-dev (65f49c87)
- OS: macOS
- OS Version: 15.0
- CPU Architecture: M1
**Bug Description:**
Sometimes loading a certain imag…
-
Why are the sections used internally by Objective-C marked by Clang with `no_dead_strip`?
For example `__DATA,__objc_classrefs,regular,no_dead_strip` in [here](https://github.com/llvm/llvm-project/…
-
### **Description**
When PLCrashReporter is being set up during framework loading (through NSObject+load) it will lead to freezing the entire application indefinitely once an uncaught Objective-C exce…
-
I'm using this pattern a lot in ffigen tests:
```Dart
final pool = lib.objc_autoreleasePoolPush();
// Do stuff ...
lib.objc_autoreleasePoolPop(pool);
```
Should we expose this capability in …
-
### **Description**
We are using C++ library in our swift project which has below functions
+ (void)setCplusplusTerminateHandler:(CPPExceptionHandler)handler {
CPPTerminateSetHandler(handle…
-
I see a pull request for Objective-C request from 2021.
Is there any chance it can get merged in?
-
### What problem or need do you have?
We currently don't generate resource bundle accessors for internal targets that purely include Objective C sources.
We used to do that but had to revert that …
-
**Describe the bug**
Some of the files like MSNotificationHub.m and MSNotificationHub.h use "template" as the name for properties which is a reserved keyword in Objective C++, this essentially preven…