Git Product home page Git Product logo

Comments (7)

jrfaller avatar jrfaller commented on August 19, 2024

First question: this custom data would need to be serialized in your use case, or just alive during runtime?

from gumtree.

MichaelHilton avatar MichaelHilton commented on August 19, 2024

The use case I am considering is this.

  1. the user gets some code from an editor (i.e. eclipse)
  2. the user then parses the code into a Gumtree AST.
  3. the use then does some science and now wants to modify the original code.
  4. the user uses the link back to the original tree and is able to modify the original code

I think that this would be ok for have it to be alive just during runtime.

from gumtree.

jrfaller avatar jrfaller commented on August 19, 2024

OK I propose that we will implement this feature as a public Object getMetadata(String key) and public void setMetadata(String key, Object obj) that you can use on a ITree. It would do the trick?

from gumtree.

morandat avatar morandat commented on August 19, 2024

Actually it was the purpose of the tree_info branch (before we messed it up).
Jean-Rémy’s proposition is still but subset of what is needed but can be easily implemented.

Le 24 juin 2015 à 18:36, Jean-Rémy Falleri [email protected] a écrit :

OK I propose that we will implement this feature as a public Object getMetadata(String key) and public void setMetadata(String key, Object obj) that you can use on a ITree. It would do the trick?


Reply to this email directly or view it on GitHub.

from gumtree.

MichaelHilton avatar MichaelHilton commented on August 19, 2024

That seems like a great place to start!

from gumtree.

morandat avatar morandat commented on August 19, 2024

I think the new API for metadata (branch metadata) is close enough of what we were planning.
There are two levels on metadata, globals (on treecontext) and locals (on ITree). Locals may overrides globals.
Metadata can be serialized/unserialized quite easily (with lambda). Generators can provide on tree context serializers.

from gumtree.

MichaelHilton avatar MichaelHilton commented on August 19, 2024

that sounds great to me.

from gumtree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.