Ryan Lovelett

Results 49 comments of Ryan Lovelett

https://github.com/apple/swift-corelibs-foundation/pull/1427 The author should stop being lazy and finish the requested feedback. 😏

> PS: I edited the original to-do list so that it's easier to follow, how's it look? LGTM 👍 > How're we doing logging? Because tracelog is an option to...

> LSP also defines window/logMessage Absolutely I think that's a good one too. Traditionally I didn't use that one because when I was first starting this thing I really wanted...

Okay. I've gotten it "working". :tada: ![peek 2018-05-27 13-06](https://user-images.githubusercontent.com/335572/40588660-f4ae2dc6-61ae-11e8-8732-075aeff04827.gif) I had to kludge a bunch of patches and compile my own copy of Swift in order to get it to...

> ...how did you get past the Foundation problems? Are you sneakily using your corelibs PR? :) Yup. I've compiled my own version of Swift 4.2. I'm using using my...

@felix91gr the cross platform logging wasn't as straight forward as we might have hoped I take it. Swift on Linux is not for the faint of heart. :smirk: :rofl:

> And thanks to people like you and @vknabel, among many others, we can push it forward even faster I don't know if I have said or not but I've...

Absolutely I'd love the assistance. @felix91gr was the one for the original "vision" of how to do this feature but certainly I can help answer questions. If you have a...

Totally agree. That is a great idea. Especially love the idea of it being done directly off of master. Easier to review and move forward.

Right now the biggest roadblock is that SourceKit still is not distributed by default on Linux. Though at least it does compile. You just have to do it yourself. Technically...