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

[SofaKernel] Fix FileRepository should not be optional #122

Merged
merged 2 commits into from Jan 31, 2017

Conversation

thomas-lemaire
Copy link
Contributor

@thomas-lemaire thomas-lemaire commented Jan 9, 2017

FileRepository is used by too many components to be optional.

As a consequence boost filesystem and locale are made required
This commit fixes undefined symbol error occurring at link time when the filesystem or locale boost lib are not installed

…optional.

As a consequence boost filesystem and locale are made required
@thomas-lemaire thomas-lemaire added the issue: bug (major) Critical bug affecting everyone: not working, performances or accuracy degraded label Jan 9, 2017
@damienmarchal damienmarchal changed the title [SofaKernel] FIX FileRepository is used by too many components to be … [SofaKernel] Fix FileRepository is used by too many components to be … Jan 10, 2017
@guparan
Copy link
Contributor

guparan commented Jan 10, 2017

Thanks for this nice complement to #99 !

@guparan guparan changed the title [SofaKernel] Fix FileRepository is used by too many components to be … [SofaKernel] Fix FileRepository should not be optional Jan 10, 2017
@damienmarchal
Copy link
Contributor

[ci-build]

@damienmarchal
Copy link
Contributor

This PR:

  • succeed on all compilations setup on the CI.
  • does not generates new warnings or test failure.
  • does not break existing scenes.
  • does not break API compatibility.
  • is now 1 week old.

@thomas-lemaire
Copy link
Contributor Author

thomas-lemaire commented Jan 20, 2017 via email

@damienmarchal
Copy link
Contributor

damienmarchal commented Jan 21, 2017

@thomas-lemaire You are right, the dashboard and the CI were malfunctionning together resulting in bad reports. But @guparan and @bcarrez spend time to fix it and it should work better now.

I restart your build to refresh the status...
[ci-build]

EDIT3: now the PR build summary is ok. Correctly indicating that the vs2013 failed. In general a failure is not caused by the PR but more often by a bug in the build system...so there is still a need to investgate that. I'm really sorry thomas for the bothering.

@damienmarchal
Copy link
Contributor

@bcarrez Can I merge this one ? The Failure seems related to our broken vs2013.

@guparan guparan added pr: fix Fix a bug and removed issue: bug (major) Critical bug affecting everyone: not working, performances or accuracy degraded labels Jan 31, 2017
@guparan guparan merged commit b1afe54 into sofa-framework:master Jan 31, 2017
@guparan guparan added this to the v17.06 milestone Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: fix Fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants