Skip to content

KVO implementation needs to be portable between compilers #483

@rfm

Description

@rfm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions