Re: [swift-lldb-dev] REPL missing required module 'SwiftGlibc'

2016-04-13 Thread Kate Stone via swift-lldb-dev
It works as expected in the 3-16 snapshot but exhibits the failure you’ve cited below in the 3-24 and later snapshots. I see SR-1109 has been filed to track the issue which is definitely not related to the #line directive warning. We’ll clean up the sou

Re: [swift-lldb-dev] REPL missing required module 'SwiftGlibc'

2016-04-13 Thread Ryan Lovelett via swift-lldb-dev
On Wed, Apr 13, 2016, at 12:18 PM, Ryan Lovelett via swift-lldb-dev wrote: > In my latest builds (I just build > swift-DEVELOPMENT-SNAPSHOT-2016-04-12-a) I've noticed that when I > attempt to open the REPL and `import Glibc` the REPL reports: > > warning: :1:1: warning: #line directive is deprecat

[swift-lldb-dev] REPL missing required module 'SwiftGlibc'

2016-04-13 Thread Ryan Lovelett via swift-lldb-dev
In my latest builds (I just build swift-DEVELOPMENT-SNAPSHOT-2016-04-12-a) I've noticed that when I attempt to open the REPL and `import Glibc` the REPL reports: warning: :1:1: warning: #line directive is deprecated, please use #sourceLocation instead #line 2 "repl.swift" ^ #sourceLocation wa

Re: [swift-lldb-dev] REPL questions

2015-12-07 Thread Jim Ingham via swift-lldb-dev
or cannot do with REPL. I meant "Has Apple stated possible uses for > REPL other than from the CLI-only interface?" > > I'm looking to develop GUIs with it, but am unsure how. > > Thanks, > --MGage-- > > Sent from Outlook > > _

Re: [swift-lldb-dev] REPL questions

2015-12-07 Thread Gage Morgan via swift-lldb-dev
han from the CLI-only interface?" > > I'm looking to develop GUIs with it, but am unsure how. > > Thanks, > --MGage-- > > Sent from Outlook <http://aka.ms/Ox5hz3> > > _________ > From: Todd Fiala via swift-lldb-dev > Sent: Saturda

Re: [swift-lldb-dev] REPL questions

2015-12-07 Thread Perry E. Metzger via swift-lldb-dev
On Mon, 07 Dec 2015 08:29:39 -0800 Todd Fiala wrote: > The Swift REPL works by injecting code into a separate Swift > process. [...] Thanks for this and the rest of the technical information you've provided here. It is quite useful. > I don't think interpreting will be easier if you plan to base

Re: [swift-lldb-dev] REPL questions

2015-12-06 Thread Todd Fiala via swift-lldb-dev
ace?" > > I'm looking to develop GUIs with it, but am unsure how. > > Thanks, > --MGage-- > > Sent from Outlook <http://aka.ms/Ox5hz3> > > _ > From: Todd Fiala via swift-lldb-dev > Sent: Saturday, December 5, 2015 7:33 PM >

[swift-lldb-dev] REPL

2015-12-05 Thread Gage Morgan via swift-lldb-dev
Re-sending due to Mailman Privacy message, hoping this isn't a duplicate: Question: I do not own a mac. As I've noticed, the debugger and REPL are coupled together. That said, is it possible to eventually use REPL to output Gtk+ windows using a future language binding in place of the Xcode playgr

[swift-lldb-dev] REPL

2015-12-05 Thread Gage Morgan via swift-lldb-dev
Question: I do not own a mac. As I've noticed, the debugger and REPL are coupled together. That said, is it possible to eventually use REPL to output Gtk+ windows using a future language binding in place of the Xcode playgrounds that are missing in Ubuntu? I'm not a noob; this isn't my first tim