[kdev-python] [Bug 358770] no declarations created for arguments after *

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358770

Sven Brauch  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdev
   ||-python/136d25ec61221a43e53
   ||978323e879ccb1b15f66b
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Sven Brauch  ---
Git commit 136d25ec61221a43e53978323e879ccb1b15f66b by Sven Brauch.
Committed on 31/01/2016 at 00:32.
Pushed by brauch into branch '5.0'.

Python 3.5: Implement kwonlyargs

Example syntax: def func(x, y, *kw, a, b): return a
Type inference is not supported yet.

M  +1-1duchain/declarationbuilder.cpp
M  +1-0duchain/tests/pyduchaintest.cpp
M  +1-0parser/ast.h
M  +411  -408  parser/generated.h
M  +1-1parser/python35.sdef

http://commits.kde.org/kdev-python/136d25ec61221a43e53978323e879ccb1b15f66b

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdev-python] [Bug 358770] no declarations created for arguments after *

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358770

Sven Brauch  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.