Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(259)

Issue 10519045: Added basic composite name support

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by ashu1461
Modified:
10 years, 10 months ago
Reviewers:
thomas.j.waldmann
Visibility:
Public.

Description

Added basic composite name support

Patch Set 1 : Added basic comp name support #

Total comments: 23

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Testing done. #

Total comments: 3

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -49 lines) Patch
M MoinMoin/constants/keys.py View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M MoinMoin/items/__init__.py View 1 2 3 19 chunks +68 lines, -49 lines 1 comment Download

Messages

Total messages: 8
ashu1461
https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py#newcode113 MoinMoin/items/__init__.py:113: self.meta[item.fqname.field] = [item.fqname.value] if item.fqname.field == NAME_EXACT else item.fqname.value ...
10 years, 11 months ago (2013-06-25 08:47:45 UTC) #1
Thomas.J.Waldmann
https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py#newcode113 MoinMoin/items/__init__.py:113: self.meta[item.fqname.field] = [item.fqname.value] if item.fqname.field == NAME_EXACT else item.fqname.value ...
10 years, 11 months ago (2013-06-25 21:42:25 UTC) #2
ashu1461
https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py#newcode113 MoinMoin/items/__init__.py:113: self.meta[item.fqname.field] = [item.fqname.value] if item.fqname.field == NAME_EXACT else item.fqname.value ...
10 years, 11 months ago (2013-06-26 09:00:30 UTC) #3
ashu1461
https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): https://codereview.appspot.com/10519045/diff/7001/MoinMoin/items/__init__.py#newcode113 MoinMoin/items/__init__.py:113: self.meta[item.fqname.field] = [item.fqname.value] if item.fqname.field == NAME_EXACT else item.fqname.value ...
10 years, 11 months ago (2013-06-26 09:02:42 UTC) #4
Thomas.J.Waldmann
you didn't react to all comments, so i suggest you review them again. a reaction ...
10 years, 11 months ago (2013-06-26 09:29:00 UTC) #5
Thomas.J.Waldmann
https://codereview.appspot.com/10519045/diff/21001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): https://codereview.appspot.com/10519045/diff/21001/MoinMoin/items/__init__.py#newcode116 MoinMoin/items/__init__.py:116: self.meta[NAME] = [item.fqname.value] this is pretty much equivalent to ...
10 years, 10 months ago (2013-06-27 20:40:17 UTC) #6
Thomas.J.Waldmann
https://codereview.appspot.com/10519045/diff/25001/MoinMoin/constants/keys.py File MoinMoin/constants/keys.py (right): https://codereview.appspot.com/10519045/diff/25001/MoinMoin/constants/keys.py#newcode119 MoinMoin/constants/keys.py:119: ITEMID, REVID, TAGS, USERID, ITEMLINKS, ITEMTRANSCLUSIONS, NAME_EXACT end such ...
10 years, 10 months ago (2013-06-28 10:03:21 UTC) #7
Thomas.J.Waldmann
10 years, 10 months ago (2013-06-29 14:10:03 UTC) #8
https://codereview.appspot.com/10519045/diff/37002/MoinMoin/items/__init__.py
File MoinMoin/items/__init__.py (right):

https://codereview.appspot.com/10519045/diff/37002/MoinMoin/items/__init__.py...
MoinMoin/items/__init__.py:317: returns the item name
well, as items may have 0, 1 or more names, what is "the item name"?

also, considering the 0 case, code below looks like it would crash.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b