Re: Python on guile v1.2.3.7

2021-04-17 Thread Dr. Arne Babenhauserheide
Stefan Israelsson Tampe writes: > I have continued to debug python for guile 3.1 and I am now getting much > less warnings and also I can run test cases and it looks good. Tip, To run > unit tests one can do from the module directory in the dist > > python

Re: Python on guile v1.2.3.7

2021-04-17 Thread Stefan Israelsson Tampe
Om du vill kan du göra en update på guile and guile-persists, börjar bli bra nu. On Sun, Apr 18, 2021 at 12:12 AM Stefan Israelsson Tampe < stefan.ita...@gmail.com> wrote: > I have continued to debug python for guile 3.1 and I am now getting much > less warnings and also I can run test cases and

Re: Python on guile v1.2.3.7

2021-04-17 Thread Stefan Israelsson Tampe
I have continued to debug python for guile 3.1 and I am now getting much less warnings and also I can run test cases and it looks good. Tip, To run unit tests one can do from the module directory in the dist python language/python/module/unittest/tests/test_case.py to see what's working and

Re: Python on guile v1.2.3.7

2021-04-14 Thread Mikael Djurfeldt
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.ita...@gmail.com> wrote: > Hi, > > I released a new tag of my python code that basically is a

Re: Python on guile v1.2.3.7

2021-04-11 Thread Dr. Arne Babenhauserheide
Maxim Cournoyer writes: > Hi Stefan, >> 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. That’s really cool! Thank you! Best

Re: Python on guile v1.2.3.7

2021-04-11 Thread Maxim Cournoyer
Hi Stefan, Stefan Israelsson Tampe writes: > 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 > *

Python on guile v1.2.3.7

2021-04-11 Thread Stefan Israelsson Tampe
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.