Received: by 10.204.4.211 with SMTP id 19mr1550242bks.5.1349874217446; Wed, 10 Oct 2012 06:03:37 -0700 (PDT) X-BeenThere: pgxn-users@googlegroups.com Received: by 10.204.7.203 with SMTP id e11ls312539bke.8.gmail; Wed, 10 Oct 2012 06:03:36 -0700 (PDT) Received: by 10.204.129.9 with SMTP id m9mr1552039bks.1.1349874216713; Wed, 10 Oct 2012 06:03:36 -0700 (PDT) Received: by 10.204.129.9 with SMTP id m9mr1552038bks.1.1349874216699; Wed, 10 Oct 2012 06:03:36 -0700 (PDT) Return-Path: Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by gmr-mx.google.com with ESMTPS id v13si152727bkw.0.2012.10.10.06.03.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 06:03:36 -0700 (PDT) Received-SPF: pass (google.com: domain of daniele.varra...@gmail.com designates 209.85.215.43 as permitted sender) client-ip=209.85.215.43; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of daniele.varra...@gmail.com designates 209.85.215.43 as permitted sender) smtp.mail=daniele.varra...@gmail.com; dkim=pass header...@gmail.com Received: by mail-la0-f43.google.com with SMTP id i5so413061lah.30 for ; Wed, 10 Oct 2012 06:03:36 -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 :cc:content-type; bh=0PT8Qh3id4qNXXl9tqEk2RDzzKhakDY2V3Cco5pO0og=; b=SaOHEGgRXrPZcD8R/2bnIzi4kUfHUvqqKEcCRSgeVBethD3AFMc/iZY1GVQKRHNBEe Vdz58WaqqqK43xZJBbiqM9jHz51pCUJpbdJCsz3MxWVzVE6kKJnzWAAmyOWEQMLiEIZT 6LM+3xc3ydXnYTQ3evK7GUsUNAl+1AQf/aJ4pgcx03NeaY+vaPuQhbB5IQDMrhHbpa9l Ku2K6e23CJOYcZvxei/YY/tevXlB194O/vIFyzs14Zbai+Q7VbL5R1NgjtICQzTgk6n0 V9qGnBoGRxFrxbs6H38WaRw0z6ByYkzF1WQa1b7WIpyIowOvMtyT/uvO7nAZKv1RoQE4 Xnlw== Received: by 10.152.133.140 with SMTP id pc12mr20016784lab.53.1349874216467; Wed, 10 Oct 2012 06:03:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.63.9 with HTTP; Wed, 10 Oct 2012 06:03:16 -0700 (PDT) In-Reply-To: <1914550.zLLheb3vXl@ropc> References: <1b128157-6168-413e-8605-187568afbaf0@googlegroups.com> <1942020.6JzFNb2sZb@ropc> <1914550.zLLheb3vXl@ropc> From: Daniele Varrazzo Date: Wed, 10 Oct 2012 14:03:16 +0100 Message-ID: Subject: Re: Semver and prerelease To: Ronan Dunklau Cc: pgxn-users@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 On Wed, Oct 10, 2012 at 1:57 PM, Ronan Dunklau wrote: >> I would also tell you: don't bother with the issue and release >> 1.0.0beta. If we'll have a purge we can wait for you to release 1.0.0 >> before that. > > That's all I wanted to read ! Thank you. > > However, I don't know if my file is malformed or anything else, but I get > errors in the pgxn manager. > > Either a full perl traceback, or a message informing me that PGXN is not > capable of parsing my JSON file due to an "illegal character". > > I've tested the JSON file directly from the zip file I want to upload, and it is > parsable with the python json module. > > Is there any known problem on pgxn ? Not a known one. I think posting your META.json would help David debugging the issue. -- Daniele