My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 19: Add {foo.bar.baz} attribute lookup
2 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  gtempacc...@yahoo.com
Closed:  Mar 2012


 
Project Member Reported by gtempacc...@yahoo.com, Apr 29, 2009
The lookup for 'foo' looks up the stack.  Subsequent lookups for bar and
baz are "simple".


May 9, 2009
Project Member #1 gtempacc...@yahoo.com
Done in both Python and JavaScript.  Need Java and PHP.

Status: Started
Nov 7, 2009
Project Member #2 gtempacc...@yahoo.com
Done in PHP I think
Labels: Todo-Java
Mar 5, 2012
Project Member #3 isungu...@issart.com
There is Java implementation.
dot_attribute_lookup.patch
1.6 KB   View   Download
Mar 5, 2012
Project Member #4 andyc...@gmail.com
Hi, thanks for the patch.  I haven't seen any activity on the Java version in a long time.  I have added quite a few features to Python and JavaScript since, all of which are reflected in the cross platform tests (these tests are disabled for Java/PHP).  If you're interested in using and maintaining I could give you rights to commit this patch -- I personally won't be patching/releasing it.

Mar 6, 2012
Project Member #5 isungu...@issart.com
We decided to use Java version of JSON template in our project so what would be great (since I anyway will fix bugs)
Mar 6, 2012
Project Member #6 andyc...@gmail.com
OK, I added you as committer.  Please don't commit to anything besides the Java version without sending a mail first.

Also, have you run the cross platform tests?  You should run:

https://code.google.com/p/json-template/source/browse/jsontemplate_test.py

I think with --java, and then enable Java for the ones that now pass.  It will be DottedLookupTest at least.

You'll have to check out the test framework repo:

https://code.google.com/p/taste/


And then set PYTHONPATH so that the tests can import it.  If you need help with this let me know (I should probably have some docs somewhere).  The tests should make it very easy to add all the missing features to the Java version.

Mar 12, 2012
Project Member #7 isungu...@issart.com
Thanks, Andy. DottedLookupTest tests were passed.
Status: Fixed

Powered by Google Project Hosting