Re: [swift-users] Swift 3.0

2016-04-17 Thread Marco S Hyman via swift-users
On Apr 17, 2016, at 12:36 PM, Dennis Weissmann wrote: > > Thanks Brent! Ditto. It got me to the next step, anyway. I suspect I’m going to have to add @objc(...) for each of the delegate functions, etc. Marc ___ swift-users mailing list swift-users

Re: [swift-users] Swift 3.0

2016-04-17 Thread Dennis Weissmann via swift-users
Thanks Brent! This solved my different but related issue on iOS: Taking the standard template for a Master-Detail Application with Core Data and making all the changes so that it compiles, leads to NSFetchedResultsControllerDelegate’s controller(_:didChange:at:for:newIndexPath:) function not b

Re: [swift-users] Swift 3.0

2016-04-17 Thread Brent Royal-Gordon via swift-users
> The app builds fine. Running the app gives me errors such as "Must > implement numberOfRowsInTableView: and > tableView:objectValueForTableColumn:row:” when the swiftified version > "numberOfRows(in tableView: NSTableView) -> Int” and the required methods to > support a view based table exi

Re: [swift-users] Swift 3.0

2016-04-17 Thread Marco S Hyman via swift-users
Hey Marc, > > You didn’t explicitly state the problem you’re running into but I assume you > can’t build the app. The app builds fine. Running the app gives me errors such as "Must implement numberOfRowsInTableView: and tableView:objectValueForTableColumn:row:” when the swiftified version "n

Re: [swift-users] Swift 3.0

2016-04-17 Thread Dennis Weissmann via swift-users
Hey Marc, You didn’t explicitly state the problem you’re running into but I assume you can’t build the app. As others have noticed (http://comments.gmane.org/gmane.comp.lang.swift.user/1689) the latest development snapshot is broken. - Dennis > On Apr 17, 2016, at 7:18 PM, Marco S Hyman via

[swift-users] Swift 3.0

2016-04-17 Thread Marco S Hyman via swift-users
Is this the appropriate list to ask questions regarding the 3.0 snapshots? I’ve hand converted a small OS X app such that it compiles using the 2016-04-12 snapshot to get a feel for the changes. Now I’m trying to get it to run. Marc ___ swift-users ma

Re: [swift-users] Pointer not sufficiently aligned for Swift-2.2/ARM

2016-04-17 Thread Jason Pepas via swift-users
Just noticed Joe Groff's previous reply to a similar issue: https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20160321/001547.html "You might be able to work around this by annotating ProtocolDecl and ProtocolConformance as explicitly having `alignof(8)`." I'll look into giving that a sh

Re: [swift-users] Pointer not sufficiently aligned for Swift-2.2/ARM

2016-04-17 Thread Jason Pepas via swift-users
note: I've updated the README.md of the scripts repo with explicit instructions on how to reproduce exactly what I've done: https://github.com/cellularmitosis/swift-build-scripts/blob/master/README.md this was built on a raspbian/jessie install on a Raspberry Pi 3 with the clang-3.7 package insta

[swift-users] Pointer not sufficiently aligned for Swift-2.2/ARM

2016-04-17 Thread Jason Pepas via swift-users
Hi, I'm trying to create a swift 2.2 build for armhf (raspberry pi), and I've run into the following error: https://gist.github.com/cellularmitosis/5493f105fba36a70bdb8cadbcc9b17df swift: /home/cell/sda1/3/swift_src/llvm/include/llvm/ADT/PointerIntPair.h:114: void llvm::PointerIntPair >::setPoin