blitz-research / monkey

Blitz Research Monkey Source
226 stars 59 forks source link

Add keys like MODULENAME_IMPLEMENTED=False into all the remaining modules #34

Closed aglitchman closed 11 years ago

aglitchman commented 11 years ago

Please add keys like MODULENAME_IMPLEMENTED=False into all the remaining Monkey modules:

This shall allow to create new targets without having to change the Monkey source code.

_I'm currently working on the JavaTool target and users will not be able to install it without modifying by hand some of previously listed Monkey modules.

blitz-research commented 11 years ago

Will do, I'm actually in the process of cleaning up the preprocessor a bit to make this easier.

On Thu, Aug 29, 2013 at 12:20 AM, programmerby notifications@github.comwrote:

Please add keys like MODULENAME_IMPLEMENTED=1 into all the remaining Monkey modules:

  • brl/httprequest.monkey
  • brl/filesystem.monkey
  • brl/process.monkey
  • os/os.monkey

This shall allow to create new targets without having to change the Monkey source code.

_I'm currently working on the JavaTool target and users will not be able to install it without modifying by hand some of previously listed Monkey modules.

— Reply to this email directly or view it on GitHubhttps://github.com/blitz-research/monkey/issues/34 .