All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Florath <xen@flonatel.org>
To: xen-devel@lists.xensource.com
Subject: [PATCH] Add script to compile different versions of python; add python syntax checker
Date: Mon, 27 Jul 2009 19:18:59 +0200	[thread overview]
Message-ID: <4A6DE183.5060605@flonatel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1723 bytes --]

Hello!

Because my last patch [1] had some problems running under python-2.3 
(and it looks, that I'm not the only one having this problem [2] [3]), I
wrote some scripts which compile different versions of python.
Additionally these scripts do a syntax check of all python code using
these different python versions.
This patch makes it easy to test the python code for different versions of
python: only the LD_LIBRATY_PATH and PATH must be adapted.
Currently supported: 2.3.7, 2.4.6, 2.5.4, 2.6.2, 3.1

Please consult the 'tests/README' how to use. (It's mostly a 'cd tests
&& make').

Kind regards

Andreas Florath

[1] http://lists.xensource.com/archives/html/xen-devel/2009-07/msg00900.html
[2] http://lists.xensource.com/archives/html/xen-devel/2009-07/msg00618.html
[3] http://lists.xensource.com/archives/html/xen-devel/2009-07/msg00616.html

P.S.: First results:
Compiling
../tools/xm-test/tests/block-create/10_block_attach_dettach_multiple_devices.py
...
  File
"../tools/xm-test/tests/block-create/10_block_attach_dettach_multiple_devices.py",
line 10
    from os import path.basename
                       ^
SyntaxError: invalid syntax

for all versions of python. (Even after fixing this syntax error, there
is at least another one.) Sorry, but currently I'm not able to send a
patch for this, because I have major problems running the xm-test suite.

N.B.: Second result: python-3.1 does not work at the moment (227 Syntax
errors, mostly all because of the 'print arg' vs. 'print(arg)', and
'except Exception, e:' vs. 'except Exception as e:'). It looks that it
might be possible to fix all the 'print's - but the new exception syntax
is only implemented in python 2.6 (and AFAIK not in 2.3, 2.4 or 2.5).



[-- Attachment #2: xu-regression-1.hg-export.gz --]
[-- Type: application/x-gzip, Size: 2151 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

             reply	other threads:[~2009-07-27 17:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-27 17:18 Andreas Florath [this message]
2009-07-29  4:40 ` [PATCH] Add script to compile different versions of python; add python syntax checker Andreas Florath
2009-07-29  7:40   ` Keir Fraser
2009-07-29 19:34     ` Andreas Florath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A6DE183.5060605@flonatel.org \
    --to=xen@flonatel.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.