Re: Do playgrounds work at all in 7.1?

2015-11-07 Thread Rick Mann
> On Nov 6, 2015, at 23:25 , Quincey Morris > wrote: > > On Nov 6, 2015, at 22:14 , Rick Mann wrote: >> >> Ah, syntax error, Xcode doesn't report errors. > > Incidentally, when I tried it, I got regular compile errors in the >

Re: Do playgrounds work at all in 7.1?

2015-11-06 Thread Rick Mann
Ah, syntax error, Xcode doesn't report errors. > On Nov 6, 2015, at 22:08 , Rick Mann wrote: > > I'm trying to figure out how to modify a JSON file, and had to check some > stuff in a playground. My playground is dirt simple, but seems to do nothing: > > var model = [

Do playgrounds work at all in 7.1?

2015-11-06 Thread Rick Mann
I'm trying to figure out how to modify a JSON file, and had to check some stuff in a playground. My playground is dirt simple, but seems to do nothing: var model = [ "images" : [ ["thumb" : "url1"], ["thumb" : "url2"] ] print("\(model)") I even tried putting some syntax errors in it; it

Re: Do playgrounds work at all in 7.1?

2015-11-06 Thread Quincey Morris
On Nov 6, 2015, at 22:14 , Rick Mann wrote: > > Ah, syntax error, Xcode doesn't report errors. Incidentally, when I tried it, I got regular compile errors in the playground. However, I have noticed, that sometimes the errors appear in the debug area below the