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

Missing include folder in first configure #21

Open
mnieber opened this issue Jun 3, 2011 · 3 comments
Open

Missing include folder in first configure #21

mnieber opened this issue Jun 3, 2011 · 3 comments
Assignees
Labels
Milestone

Comments

@mnieber
Copy link

mnieber commented Jun 3, 2011

When configuring csnGimias.py for the first time, the following folder does not yet exist, but gets created
"K:/Build/GIMIAS/executable/Gimias"

It does not appear in the public settings of Gimias (see projectData.json output file)
"publicSettings": {
"includeFolders": [
],

When configuring csnGimias.py for the second time, this folder is part of the public settings
"publicSettings": {
"includeFolders": [
"K:/Build/GIMIAS/executable/Gimias"
],

The projectData.json files should be the same, but they are not.

@mnieber
Copy link
Author

mnieber commented Jun 3, 2011

I think this bug is fixed in the development version, I will check

@ghost ghost assigned mnieber Jun 3, 2011
@ivmartel
Copy link
Contributor

ivmartel commented Jul 7, 2011

Did you have time to check? Should we add this as an automated test?

@mnieber
Copy link
Author

mnieber commented Jul 7, 2011

Sorry, still have not had time, maybe tomorrow I will be able to send you a fix.

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

No branches or pull requests

2 participants