Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9077903A for ; Sat, 26 May 2012 01:12:44 +0000 (UTC) Received: (qmail 68071 invoked by uid 500); 26 May 2012 01:12:44 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 68049 invoked by uid 500); 26 May 2012 01:12:44 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 68038 invoked by uid 99); 26 May 2012 01:12:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2012 01:12:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shazron@gmail.com designates 209.85.160.175 as permitted sender) Received: from [209.85.160.175] (HELO mail-gh0-f175.google.com) (209.85.160.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2012 01:12:38 +0000 Received: by ghbz2 with SMTP id z2so787717ghb.6 for ; Fri, 25 May 2012 18:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=1HXAJpuZdFjEF6atplQYRIWkCw/vB98DicoNpZZe4lg=; b=Wz7rsTOUNgXwY3yseuL4Uu4qD8POgtRQ0nyQvDVRQXX2CD8WFn4ueKGoUA8F8t/T6P RCh3iIBqiVLeHC9llz1Az4+xSrUqPj4O4Dc9j5jfhaS1dl5CtYiOh3YDLZnR1wtaxBEt /C5dcorq/gohawM95/fDAvs8aRP3ID+YTeMc+cvJPVZ2MwpiPmQAY4mxYyw793WyMWYT b4kRAdCbOGTMvn0ArdTzCQzZows99bH8J3mGCgEHhQIBgor1nfw5UbVCBy4Fk1D5/WyV 3vcuxk3nXy8T7KP7NbgVuVtYChqcKNL0QOXzrlPDJhG9PXfh0AWkqZ8HRDo4Pq6HbWy/ 1rwg== Received: by 10.50.154.129 with SMTP id vo1mr85542igb.2.1337994736719; Fri, 25 May 2012 18:12:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.141.201 with HTTP; Fri, 25 May 2012 18:11:36 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Fri, 25 May 2012 18:11:36 -0700 Message-ID: Subject: Re: tag rc monday? To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae93408bffe562f04c0e62c46 --14dae93408bffe562f04c0e62c46 Content-Type: text/plain; charset=ISO-8859-1 I tried to verify the failing test by calling the watchPosition directly -- and it wasn't working. So I tracked it down to this line: https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVLocation.m#L362 Set it to setKeepCallbackAsBool:YES and it works.... BUT the same unit test still fails for some reason. What the returnLocation function needs is a parameter to keep the callback or not, since getLocation uses this function (don't keep the callback) but watchPosition needs to keep the callback, and if I change it there might be side-effects, dunno. Sleeping on it...(at least thinking about it some more) ... it's not a trivial change by any means, but in the meantime watchPosition is broken... Shaz On Fri, May 25, 2012 at 4:37 PM, Shazron wrote: > 1 test failing, trying to track it down. Pretty good! (on device - on > Simulator it fails as expected on some stuff) > > Geolocation (navigator.geolocation) watchPostition method success callback > should be called with a Position object. > TypeError: "undefined" is not a function > timeout: timed out after 20000 msec waiting for win never called > > > On Fri, May 25, 2012 at 3:14 PM, Herm Wong wrote: > >> >> ran the RAT on webos and tagged webos 1.8.0rc1. >> >> > Date: Fri, 25 May 2012 10:14:21 -0700 >> > Subject: Re: tag rc monday? >> > From: anis.kadri@gmail.com >> > To: callback-dev@incubator.apache.org >> > >> > Bada tagged 1.8.0rc1 >> > >> > On Fri, May 25, 2012 at 8:07 AM, Michael Brooks < >> michael@michaelbrooks.ca>wrote: >> > >> > > Great Shazron. I've reviewed the documentation and it can be tagged >> once >> > > you've written the upgrade guide. >> > > >> > > Michael >> > > >> > > On Thu, May 24, 2012 at 9:17 PM, Shazron wrote: >> > > >> > > > iOS is almost ready except for the Upgrade Guide, which I will >> finish >> > > > tomorrow, then tag. >> > > > >> > > > On Thu, May 24, 2012 at 6:53 PM, Simon MacDonald >> > > > wrote: >> > > > >> > > > > I pulled the latest JS into the Android repo and tagged it to >> 1.8.0rc1. >> > > > Did >> > > > > a quick run of mobile spec and it looked okay. The real testing in >> > > > earnest >> > > > > is tomorrow. >> > > > > >> > > > > Simon Mac Donald >> > > > > http://hi.im/simonmacdonald >> > > > > >> > > > > >> > > > > On Thu, May 24, 2012 at 5:52 PM, Jesse >> > > wrote: >> > > > > >> > > > > > cordova-js has been tagged 1.8.0rc1 >> > > > > > Please verify a new build of the js on your platform and report >> your >> > > > > > status. >> > > > > > Pending it working okay everywhere, we can move on to tagging >> the >> > > rest >> > > > of >> > > > > > the repos. >> > > > > > >> > > > > > Cheers, >> > > > > > Jesse >> > > > > > >> > > > > > On Thu, May 24, 2012 at 9:53 AM, Herm Wong < >> herm.wong@hotmail.com> >> > > > > wrote: >> > > > > > >> > > > > > > >> > > > > > > FYI - Monday is a stat holiday in the US (Memorial Day). >> > > > > > > >> > > > > > > > Date: Thu, 24 May 2012 09:31:52 -0700 >> > > > > > > > Subject: Re: tag rc monday? >> > > > > > > > From: bowserj@gmail.com >> > > > > > > > To: callback-dev@incubator.apache.org >> > > > > > > > >> > > > > > > > So, I guess we're dropping CordovaWebView support for 1.8.0? >> > > > > > > > >> > > > > > > > On Thu, May 24, 2012 at 5:34 AM, Michael Brooks < >> > > > > > > michael@michaelbrooks.ca>wrote: >> > > > > > > > >> > > > > > > > > Awesome, thanks Simon! >> > > > > > > > > >> > > > > > > > > Let's tag and roll out 1.8.0rc1 today! >> > > > > > > > > >> > > > > > > > > Michael >> > > > > > > > > >> > > > > > > > > On Thu, May 24, 2012 at 4:41 AM, Simon MacDonald >> > > > > > > > > wrote: >> > > > > > > > > >> > > > > > > > > > +1 on Android >> > > > > > > > > > >> > > > > > > > > > On Wednesday, May 23, 2012, Michael Brooks wrote: >> > > > > > > > > > >> > > > > > > > > > > Great. >> > > > > > > > > > > >> > > > > > > > > > > Can someone from IBM please speak up about Android? >> > > > > > > > > > > >> > > > > > > > > > > Michael >> > > > > > > > > > > >> > > > > > > > > > > On Wed, May 23, 2012 at 5:53 PM, Tim Kim < >> > > timkim85@gmail.com >> > > > > > > > > > > >> > > > > > > > > > > wrote: >> > > > > > > > > > > >> > > > > > > > > > > > +1 >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > -- >> > > > > > > > > > Simon Mac Donald >> > > > > > > > > > http://hi.im/simonmacdonald >> > > > > > > > > > >> > > > > > > > > >> > > > > > > >> > > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > -- >> > > > > > @purplecabbage >> > > > > > risingj.com >> > > > > > >> > > > > >> > > > >> > > >> >> > > --14dae93408bffe562f04c0e62c46--