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

Namespace conflict with TaylorSeries.update! #632

Closed
schillic opened this issue May 13, 2019 · 0 comments · Fixed by #667
Closed

Namespace conflict with TaylorSeries.update! #632

schillic opened this issue May 13, 2019 · 0 comments · Fixed by #667
Assignees
Labels
Milestone

Comments

@schillic
Copy link
Member

schillic commented May 13, 2019

Precompilation (or maybe also running the tests) gives

WARNING: using TaylorSeries.update! in module ReachSets conflicts with an existing identifier.

The conflict is with ProgressMeter.update!, but we even import this method because we override it.

As far as I know, the only solution is to do import X followed by a list of using X: ... with all the symbols that we need, where X is one of the packages that export update!.

@schillic schillic added the fix label May 13, 2019
@schillic schillic self-assigned this Aug 13, 2019
@schillic schillic added this to the v1.0.0 milestone Aug 14, 2019
schillic added a commit that referenced this issue Aug 14, 2019
#632 - Namespace conflict with TaylorSeries.update!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant