Re: [dev-servo] Adding an argument to cascade function

2015-11-06 Thread Gauri Naik
Thanks a lot Josh ! Regards, Gauri Naik ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Adding an argument to cascade function

2015-11-06 Thread Josh Matthews
The PR I made to your branch avoids these errors by liberal use of cloning values that are moved (we can improve this later as a followup, since it's less efficient than it could be). I suggest merging it in order to allow progress on the more interesting (in my opinion!) parts of the task :)

Re: [dev-servo] Adding an argument to cascade function

2015-11-06 Thread Gauri Naik
Thank you for the guidance. The error I had mentioned in previous mail got resolved. I have created a gist for the errors I am getting right now along with the files that give me errors. https://gist.github.com/GauriGNaik/d79b833fc3bf01f3479f Thank you. Regards, Gauri Naik __

Re: [dev-servo] Adding an argument to cascade function

2015-11-05 Thread Josh Matthews
You're going to need to be more specific about the error you're getting. Pasting the full output in a gist along with linking to the up to date code changes would go a long way to being able to provide assistance here! Cheers, Josh On 2015-11-05 10:30 PM, Gauri Naik wrote: Hi Josh, Thanks fo