Skip to content
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

KVO implementation needs to be portable between compilers #483

Open
rfm opened this issue Jan 5, 2025 · 0 comments
Open

KVO implementation needs to be portable between compilers #483

rfm opened this issue Jan 5, 2025 · 0 comments

Comments

@rfm
Copy link
Contributor

rfm commented Jan 5, 2025

Currently there are two KVO implementations, one for gcc and the gnu runtime, one for clang and the gnustep runtime, and while this gives us a good deal of portability it also gives us two sets of code to maintain and differences between platform which prevent complete portability of code using the library.
The first stop to avoiding this would be to remove the dependency of the new implementation on the use of clang-specific blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant