Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 770FD11BCD for ; Thu, 21 Aug 2014 10:09:59 +0000 (UTC) Received: (qmail 66465 invoked by uid 500); 21 Aug 2014 10:09:58 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 66431 invoked by uid 500); 21 Aug 2014 10:09:58 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 66419 invoked by uid 99); 21 Aug 2014 10:09:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 10:09:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mihai.chira@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 10:09:52 +0000 Received: by mail-wi0-f170.google.com with SMTP id f8so7818411wiw.1 for ; Thu, 21 Aug 2014 03:09:31 -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=fSxTiN9wX8ymaSfGRJA532ATYMqp5AtAq4giaNtYTKU=; b=hF1uFn7fHnrbBgYnpbRORt1SrQqMVIZLMHgKSavxcZj4QBKdgiHFDFozaEuyWQU+kk P8L2NUogArFpmzcqeRrh+TWZCbqjl2ZSsF8F55ZDX2vR8uEsYYIhytzSWcN4US7jznpX 09TU9oq6e6ZZWEC3vwpTOCxGMjcmPBfbzwlX8grg4o7kwAj4Ai5f+8oa/Zrm8XD39w6c ikPVRyz8rpYKqqbedqqKOa6mu0LcC6zqRTrSf6531C5TZH7YexLBqPncxtaijVTcttQB 3eUDDUWADtC/rxudwKpTbqj/N1FDd572TpEpiQBZnBlFpe9AurVSJu4qb5jgfGHE81s9 gKWA== X-Received: by 10.194.119.41 with SMTP id kr9mr33767803wjb.114.1408615771896; Thu, 21 Aug 2014 03:09:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.122.130 with HTTP; Thu, 21 Aug 2014 03:09:11 -0700 (PDT) In-Reply-To: References: From: Mihai Chira Date: Thu, 21 Aug 2014 11:09:11 +0100 Message-ID: Subject: Re: Why can't we try-catch errors thrown from event handlers? To: users@flex.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Thanks, Alex. I've opened a feature request with Adobe[1] for this. If people think it would be useful, please vote for it. [1] https://bugbase.adobe.com/index.cfm?event=bug&id=3809613 On 8 August 2014 21:26, Alex Harui wrote: > > > On 8/8/14 9:07 AM, "Mihai Chira" wrote: > >>Done. >> >>As mentioned in this comment[1], I was wondering if we could also >>contact someone from Adobe about including this information in the >>asdoc pages for LoaderInfo.uncaughtErrorEvents. Any ideas who? > File a bug at bugbase.adobe.com. > >> >>Also, do do we regenerate our asdocs[2] on each release? This would >>mean that this commit didn't make it for 4.13, I guess? > Yes, that commit was after the last release candidate for 4.13. > > -Alex >