CIA.vc
Piyush Verma
Real-time open source activity stats
Stats » Authors » Piyush Verma
informationsyndicateUTC clock
01:18 on May 27, 2012
event counters
The last message was received 4.34 years ago at 19:38 on Jan 23, 2008
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
154 messages since the first one, 5.06 years ago, for an average of 1.71 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
19:38 on Jan 23, 2008KDE
Commit by verma :: r765293 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/main.cpp:
Should be Python.
#
18:19 on Dec 17, 2007KDE
Commit by verma :: r749727 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/pythondriver.cpp:
Forgot to read the "exisiting duchain will Break" commit by apaku.
Apologies and changes reverted.
#
14:38 on Dec 15, 2007KDE
Commit by verma :: r748789 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/pythondriver.cpp:
This was causing a build break here.
Please uncomment it, if i am mistaken.
#
20:58 on Oct 21, 2007KDE
Commit by verma :: r727821 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/ (7 files in 4 dirs):
Some changes, in code highlighting and context building ...
Added a OTHER context for arguementlist in classes and fucntions.
And for imported as statements.
The Old is being used so far, as long as it is usable.
Which i reckon can still be used.
The DUchain output viewer seems flaky.
#
11:38 on Oct 19, 2007KDE
Commit by verma :: r726985 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/ (4 files in 2 dirs):
Removed some un-implemented methods from PythonParseJob.
Added contexts for Import as statements.
The Text ranges is Buggy as of now...will be fixing them next immidiately.
#
22:21 on Oct 17, 2007KDE
Commit by verma :: r726525 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/ (2 files):
Removed Unwanted Kdebug's and headers.
TRYING TO GET BACK IN WORKING GROOVE . MORE OF A DUMMY COMMIT.

Issues: DUCHAIN Viewer display in Widget Box..although creating Contexts well.
#
19:00 on Sep 04, 2007KDE
Commit by verma :: r708394 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/duchain/ (typebuilder.cpp typebuilder.h):
Frustrating.... Missed the headers again.
#
18:59 on Sep 04, 2007KDE
Commit by verma :: r708392 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/duchain/ (3 files):
Started work on TypeBuilder for Python
#
20:48 on Aug 28, 2007KDE
Commit by verma :: r705899 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/duchain/declarationbuilder.cpp:
Modified the Declaration builder.
FindDeclaration searches for an already existsing declaration, and creates a new One if any previous doesn;t exists.
This should be implemented with a type builder, but type builder doesn exists yet.
#
18:20 on Aug 28, 2007KDE
Commit by verma :: r705852 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/python.g:
One last reamining Fix for Return statements.
i.e "return x.y(o.x, *args)" works now.
#
12:09 on Aug 28, 2007KDE
Commit by verma :: r705708 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/python.g:
Parser Reads "print >> xyz " now.
#
12:08 on Aug 28, 2007KDE
Commit by verma :: r705709 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/python.g:
The Previous Commit is more Logical Now.
#
10:55 on Aug 28, 2007KDE
Commit by verma :: r705689 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/python.g:
Fixed Print statements.
print following a LineBreak should work now.
#
10:06 on Aug 28, 2007KDE
Commit by verma :: r705667 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/python.g:
Grammar Reads expressions like "x = (a,)"
#
09:58 on Aug 28, 2007KDE
Commit by verma :: r705666 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/python.g:
Gramma Reads return "a(*args,**args2)" Now.
"x = (a,)" needs be fixed.
#
21:12 on Aug 27, 2007KDE
Commit by verma :: r705394 /branches/work/kdevelop/kdev4_python_newlexer/parser/python.g:
The Positional Arguements work well now.
def a(*args, **args2) works.
#
20:44 on Aug 27, 2007KDE
Commit by verma :: r705382 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/ (python.g tests/automatix.py):
Fixed a Bug in Grammar.
Positional Parametrs work well Now.
#
00:01 on Aug 24, 2007KDE
Commit by verma :: r704032 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/duchain/ (2 files):
Declarations for variables.
Aint Impressive show, It build declaration for every use encountered as well.
Need'd a workaround for the Variables.
#
22:29 on Aug 23, 2007KDE
Commit by verma :: r704016 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/ (4 files in 2 dirs):
1. Starred Function parameters are read by declaration Builder.
2. Removed a ASSERT that caused a seldom crash.
#
10:57 on Aug 23, 2007KDE
Commit by verma :: r703802 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/duchain/contextbuilder.cpp:
"try" contexts have appear as Context:try in DUChain viewer.
I guess This is Just a workaround.
Because i couldn find a associated identifier with try statements.
#