Scott Wolchok
Scott Wolchok
FYI, `sel_registerName` takes a lock internally. The internal dyld codepath that registers selectors on startup batches the lock (see https://opensource.apple.com/source/objc4/objc4-723/runtime/objc-runtime-new.mm.auto.html, search for `// Fix up @selector references`). You might see...
> even with that solved, rustc has no ability to combine the `__objc_methname` sections of downstream crates with upstream rlibs. Would it work if you just threw the selector names...
Oh yeah, dyld3, and then who knows what Mojave/iOS 12 is going to bring? `__objc_methname` would be best, for sure. However, I suspect that anything would be better than taking...
(I'm fairly sure that that dyld3 code path is not live for things other than Apple libraries, at least on iOS 11 and below.)
My workaround was to switch to the [term](https://crates.io/crates/term) crate, sorry.
Makes sense, the schema definition language support was based off a proposal and hasn't been updated to reflect the June 2018 edition of the spec. I need to take a...
It's not compliant with the June 2018 spec. It reflects the RFC as it was on the date when it was committed. https://github.com/graphql/libgraphqlparser/pull/45 added it based on https://github.com/facebook/graphql/pull/90 as it...
You may find #35 useful. I had some concerns with it in particular, but I'm not opposed to merging a maintainable PR for Windows support in general.
> Is there any CI setup on this repo? Travis is supposed to be setup, but it doesn't seem to be working at this precise moment, which is odd.
(Sorry for the delay in responding!) Isn't it possible to write code that works under both Python 2 and Python 3? I don't mind supporting Python 3, but I would...