On Jun 12, 2013 4:41 PM, "Bram Moolenaar" <b...@moolenaar.net> wrote:
>
>
> ZyX wrote:
>
> > # HG changeset patch
> > # User ZyX <kp-...@ya.ru>
> > # Date 1371036594 -14400
> > #      Wed Jun 12 15:29:54 2013 +0400
> > # Branch python-path
> > # Node ID 27aa091d5fa525fd4ba97b4b68dc62e64e8bd3a0
> > # Parent  643f64bbd9386d746313a7678cfa08826b4a5122
> > Use the same method for python3 as for python2
>
> Thanks for the updates.  Unfortunately, now both test 86 and 87 fail for
> me.  Previously only test 86 was failing.
>
> python --version
> Python 2.7.3
>
> python3 --version
> Python 3.2.3
>
> % diff -u testdir/test86.ok testdir/test86.failed
> --- testdir/test86.ok   2013-06-12 14:21:28.000000000 +0200
> +++ testdir/test86.failed       2013-06-12 14:38:10.000000000 +0200
> @@ -1083,9 +1083,6 @@
>  vim.current.window = True:TypeError:('expected vim.Window object',)
>  vim.current.tabpage = True:TypeError:('expected vim.TabPage object',)
>  vim.current.xxx = True:AttributeError:('xxx',)
> -2,xx
> -before
> -after
>  vim.command("throw 'abc'"):error:('abc',)
>  Exe("throw 'def'"):error:('def',)
>  vim.eval("Exe('throw ''ghi''')"):error:('ghi',)
>
> % diff -u testdir/test87.ok testdir/test87.failed
> --- testdir/test87.ok   2013-06-12 14:12:13.000000000 +0200
> +++ testdir/test87.failed       2013-06-12 14:38:13.000000000 +0200
> @@ -1092,9 +1092,6 @@
>  vim.current.window = True:(<class 'TypeError'>, TypeError('expected
vim.Window object',))
>  vim.current.tabpage = True:(<class 'TypeError'>, TypeError('expected
vim.TabPage object',))
>  vim.current.xxx = True:(<class 'AttributeError'>, AttributeError('xxx',))
> -3,xx
> -before
> -after
>  vim.command("throw 'abc'"):(<class 'vim.error'>, error('abc',))
>  Exe("throw 'def'"):(<class 'vim.error'>, error('def',))
>  vim.eval("Exe('throw ''ghi''')"):(<class 'vim.error'>, error('ghi',))

Could you show output of :messages right before quitting? It is obvious
there was an exception, but I cannot say what it was.

> --
> "Hit any key to continue" does _not_ mean you can hit the on/off button!
>
>  /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net
\\\
> ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/\\\
> \\\  an exciting new programming language -- http://www.Zimbu.org
 ///
>  \\\            help me help AIDS victims -- http://ICCF-Holland.org
 ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui