replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

Converted to Swift 3 syntax #109

Closed bspaulding closed 6 years ago

mfikes commented 7 years ago

Hi @bspaulding thanks for the PR!

I suspect that this change may result in odd behavior when you hit return in the UI (#105), and, as far as I can tell, it is related to the need to compile against the newer SDKs. Is this the case for you?

bspaulding commented 6 years ago

Hmm, I hadn't noticed that in my, albeit quick, manual test. Will take a look.

bspaulding commented 6 years ago

Ah, I am seeing this yes. Do we know what's going on there, and is there a known fix?

mfikes commented 6 years ago

@bspaulding No, I haven't sorted out what the root cause is.

bspaulding commented 6 years ago

Sorry for leaving this open, closing until I have time to investigate the return/layout issue. :/