Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entity_generation smurf creates unwanted files! #56

Open
eberghoefer opened this issue Mar 10, 2016 · 1 comment
Open

entity_generation smurf creates unwanted files! #56

eberghoefer opened this issue Mar 10, 2016 · 1 comment

Comments

@eberghoefer
Copy link

It is a bit annoying that the smurf entity_generation is generating files for debug even if build in Release.
If it is used in another program which just links this stuff indirectly, the user has no idea where it comes from without fgrepping for the file names, not nice.

@malter
@kavonszadkowski

see:

debugMap.toYamlFile("debugMap.yml");

entityconfig.toYamlFile("entityconfig.yml");

config.toYamlFile("SMURFNode.yml");

@mmeder
Copy link

mmeder commented Jun 22, 2016

The same problem also applies to the following files.

see:

writeConfig(path.sValue.c_str());

map.toYamlFile("smurfs_debugmap.yml");

Maybe it is possible to write those files to a path given by a config file. That way at least its possible to write them to /dev/null. Or maybe include a flag in a config file if debug files should be dumped or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants