Re: KeyValueCoding is coming for Swift!

2017-03-19 Thread Ricardo Parada
Hi Lars, I just saw that. It looks very interesting and I’m still trying to assimilate that proposal. I had created something similar to ERXKey in Swift called Key that you use like this: class Person { static let firstName = Key(“firstName”) static let lastName = Key(“lastName”)

Re: ERXQuery Preview

2017-03-19 Thread Ricardo Parada
All done. I created feature branches as suggested and used them to create the pull requests. Thanks for the help. Ricardo > On Mar 19, 2017, at 3:21 AM, Ricardo Parada wrote: > > That sounds like what is going on. I'll give that a shot tomorrow. Thanks > Chuck. > > Sent from my iPhone >

Re: ERXQuery Preview

2017-03-19 Thread Ricardo Parada
That sounds like what is going on. I'll give that a shot tomorrow. Thanks Chuck. Sent from my iPhone > On Mar 19, 2017, at 2:59 AM, Chuck Hill wrote: > > Hi Ricardo, > > You need to create a branch (push from your local) in your GitHub fork of > Wonder for each set of changes in GitHub (ak

Re: ERXQuery Preview

2017-03-19 Thread Chuck Hill
Hi Ricardo, You need to create a branch (push from your local) in your GitHub fork of Wonder for each set of changes in GitHub (aka a Feature Branch), then make a pull request from that branch to Wonder. Otherwise all of your changes get inter-mixed. Chuck From: Ricardo Parada Date: Saturd