Re: [swift-users] Importing Foundation or Glibc in REPL on Ubuntu 16.10 failing

2017-01-30 Thread Michael Gottesman via swift-users
Hmm... this sounds like this may be a good integration test. I am not sure what is going on here though. If I have a moment I will take a look a bit later today. Michael > On Jan 28, 2017, at 1:22 PM, Peter Ronnquist via swift-users > wrote: > > I have the same

[swift-users] Importing Foundation or Glibc in REPL on Ubuntu 16.10 failing

2017-01-30 Thread Peter Ronnquist via swift-users
I have the same problem with importing Glibc into the REPL with "Swift 3.1 Development", Ubuntu 16.10, Jan 22, 2017, that was reported on the snapshot from 15 December (see below). Is this working for anyone? Best Regards Peter Ronnquist On Monday 19 December Chris Double wrote: Using

Re: [swift-users] Importing Foundation or Glibc in REPL on Ubuntu 16.10 failing

2017-01-30 Thread Michael Gottesman via swift-users
Peter, what are you doing specifically. I.e. are you passing any arguments to swift or something like that? Can you give a full reproducer? Also can you type swift -v to confirm the version #? Michael > On Jan 30, 2017, at 12:04 PM, Michael Gottesman via swift-users >

Re: [swift-users] Importing Foundation or Glibc in REPL on Ubuntu 16.10 failing

2017-01-30 Thread Michael Gottesman via swift-users
Interesting... it looks like we /do/ have an integration test that imports glibc into the repl: https://github.com/apple/swift-integration-tests/blob/master/repl/test-repl-glibc.py Probably could use one