Hoyt Koepke | 16 Aug 16:05
Favicon

[Cython] Fwd: some errors annotating code

Hello,

I've been playing around with the cython code annotation feature, and
I think I've found a couple easily fixable bugs in the html code
annotation feature.  I'm using the latest version from the mercurial
repository (1053:e5976a417edf).

First bug.  I get the following backtrace:

hoytak <at> ubuntu804desktop:~/workspace/clsynth-cython/clsynth$ cython -a
transforms.pyx
Traceback (most recent call last):
 File "/home/hoytak/sysroot/bin/cython", line 8, in <module>
   main(command_line = 1)
 File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 694, in main
   result = compile(sources, options)
 File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 671, in compile
   return compile_multiple(source, options)
 File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 641, in compile_multiple
   result = run_pipeline(source, options)
 File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 503, in run_pipeline
   err, enddata = context.run_pipeline(pipeline, source)
 File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 169, in run_pipeline
   data = phase(data)
 File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
(Continue reading)

Robert Bradshaw | 16 Aug 22:27

Re: [Cython] Fwd: some errors annotating code

Thanks!

On Aug 16, 2008, at 7:05 AM, Hoyt Koepke wrote:

> Hello,
>
> I've been playing around with the cython code annotation feature, and
> I think I've found a couple easily fixable bugs in the html code
> annotation feature.  I'm using the latest version from the mercurial
> repository (1053:e5976a417edf).
>
> First bug.  I get the following backtrace:
>
> hoytak <at> ubuntu804desktop:~/workspace/clsynth-cython/clsynth$ cython -a
> transforms.pyx
> Traceback (most recent call last):
>  File "/home/hoytak/sysroot/bin/cython", line 8, in <module>
>    main(command_line = 1)
>  File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/ 
> Compiler/Main.py",
> line 694, in main
>    result = compile(sources, options)
>  File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/ 
> Compiler/Main.py",
> line 671, in compile
>    return compile_multiple(source, options)
>  File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/ 
> Compiler/Main.py",
> line 641, in compile_multiple
>    result = run_pipeline(source, options)
(Continue reading)


Gmane