Skip to content

Replaced eval with getfield in symbolic.jl #152

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

Merged
merged 1 commit into from
Nov 30, 2020
Merged

Replaced eval with getfield in symbolic.jl #152

merged 1 commit into from
Nov 30, 2020

Conversation

DanSte1897
Copy link

@DanSte1897 DanSte1897 commented Sep 27, 2020

Replaced eval with getfield in symbolic.jl. The use of eval would break incremental parsing when used in another package. Calculus package could not be used in other packages since julia 1.5.1 (?) where it would throw error instead of warnings due to the use of eval.
Example see JuliaFEM

Replaced eval with getfield to not brake incremental parsing in symbolic.jl. Calculus package could not be used in other packages since julia 1.5.2 (?) where it would throw error instead of warnings due to eval.
@DanSte1897
Copy link
Author

fixes #151

@oscardssmith
Copy link
Member

Can this be merged?

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

Successfully merging this pull request may close these issues.

3 participants