wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Is this library safe to use on Linux? #79

Closed ata-peppered closed 3 years ago

ata-peppered commented 3 years ago

I know this is a place for issues but couldn't find any better place to ask this question.

This library is great and I would like to use for one of my projects which runs on Linux - I believe at this time ABI stability is limited to systems running Darwin. I could be wrong about this. My question is - has this library been tested and is it safe to use on Linux?

Thanks

wickwirew commented 3 years ago

Yes it is safe/tested to use on linux. The PR checks actually check both linux and macos

ata-peppered commented 3 years ago

Wonderful! Thanks!