Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PDE/Incubator/b3/WishList

< PDE‎ | Incubator‎ | b3
Revision as of 15:59, 8 September 2009 by Henrik.lindberg.puppet.com (Talk | contribs)

Wish List

If you have wishes about B3 - requirements, ideas etc. Please post a comment on this wiki page. Also, if you are interested in working on some area of B3, let us know.

Ideas

  • It would be super nice if there were a built-in dependency analyzer so that one could find the root plugin issues easily. As it is, if you have a bad dependency you get the whole tree and you have to walk the tree by hand to find out the root cause. Overall I think this is another demonstration of the ultimate weakness of the standard build systems out there. They are by nature linear (batch) approaches and so usually you can't do post hoc or inline analysis of issues. There is no semantic information in logs! You end up having to parse them back if you want to do any useful analysis. In a parallel lifetime, I would love to work on a simple semantic logging system that would allow structured analysis of this sort. (source http://milesparker.blogspot.com/2009/09/return-to-athena.html)
  • # Here is something else that I would love to do given time. The map files are pretty well structured - it would be nice to whip up a quick XText editor that would at least check syntax and more ambitiously provide a mechanism for hooking in semantic checks -- wouldn't it be nice if you could check that that SVN url is correct while editing the map file itself?! (source http://milesparker.blogspot.com/2009/09/return-to-athena.html)

Back to the top