From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: Python on guile v1.2.3.7 Date: Wed, 14 Apr 2021 13:59:21 +0200 Message-ID: References: Reply-To: mikael@djurfeldt.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000e1b5c205bfed7ad2" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7919"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User , guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Apr 14 14:38:19 2021 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWemg-0001w0-W6 for guile-devel@m.gmane-mx.org; Wed, 14 Apr 2021 14:38:18 +0200 Original-Received: from localhost ([::1]:33266 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWemf-0003pH-VO for guile-devel@m.gmane-mx.org; Wed, 14 Apr 2021 08:38:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWeBF-0005QU-4e; Wed, 14 Apr 2021 07:59:37 -0400 Original-Received: from mail-vs1-f49.google.com ([209.85.217.49]:46996) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lWeBD-0005JA-58; Wed, 14 Apr 2021 07:59:36 -0400 Original-Received: by mail-vs1-f49.google.com with SMTP id l8so10195953vsj.13; Wed, 14 Apr 2021 04:59:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=e9ux2YQuZWo9hMTHkAZ3RB0libL9vRgfb9qrfmpNkQ4=; b=QVJTJahArsErRDzPiJMIegILuU+seAkeYM5i2qqataIRU02FvPnHIS+DC6fO+QG2rd kgN9vOTRYUUXVM2sn21kYA1STBWMyn3mgmq0a2zP/19i7Klz321p0UPTF/em5afqZRDx +W/mAVZUQNHNgmU05Iqbma4Us2jr0dVpC9ptzpJ8hTBsDrl980v+wvNKxW6YtNu8T8Y1 0xN3CKGAYL+yzZrt7NG+q3KEBIVFb/xI9/flc2D9OI8cq126PZEH86xQlMSYzMYpELQ/ lzLlsjZdruhZ7wCuvlaU7uuyexcnhBp/XHWQlwExg8znib02/+enpcuUy4ONXocaXyNk 7MKw== X-Gm-Message-State: AOAM531kfUzcit+YdxAfV38w2SCoLp7s/nW9q7ep1POYAKKpyEgfbV/Y jz05mUUiV+mQkyD76y8iPHD9Y3YBsoo7gwaxaLU= X-Google-Smtp-Source: ABdhPJx/M/Vbp38fdu3HF+JrlnQDlzEjpCUuLfsNhCV67qce1to27iLV87n6KYRH/iwyuLAqJ2B0KIn+/p3H1Ul3BvM= X-Received: by 2002:a67:2643:: with SMTP id m64mr14436821vsm.6.1618401573318; Wed, 14 Apr 2021 04:59:33 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=209.85.217.49; envelope-from=mdjurfeldt@gmail.com; helo=mail-vs1-f49.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20738 gmane.lisp.guile.user:17419 Archived-At: --000000000000e1b5c205bfed7ad2 Content-Type: text/plain; charset="UTF-8" Hi Stefan, Could it be that you have not committed the file: language/python/module/re/flag-parser.scm ? Best regards, Mikael On Sun, Apr 11, 2021 at 11:23 AM Stefan Israelsson Tampe < stefan.itampe@gmail.com> wrote: > Hi, > > I released a new tag of my python code that basically is a snapshot of a > work in progress. > > This release includes > * pythons new match statement > * dataclasses > * Faster python regexps through caching and improved datastructures > * Numerous bug fixes found while executing the python unit tests. > --000000000000e1b5c205bfed7ad2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Stefan,

Could it be that = you have not committed the file:

language/python/m= odule/re/flag-parser.scm

?

Best regards,
Mikael

On Sun, Apr 11, 2021 at 11:23 AM = Stefan Israelsson Tampe <stef= an.itampe@gmail.com> wrote:
Hi,

I released a new tag of my python code that basically is a snapshot of a work in progress.

This release includes
* pythons new match statement
* dataclasses
* Faster python regexps through caching and improved datastructures
* Numerous bug fixes found while executing the python unit tests.
--000000000000e1b5c205bfed7ad2--