Skip to content

Trouble with MIToS import leads here: invalid assignment location "PairwiseListMatrices.t" #13

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

Closed
kool7d opened this issue Mar 4, 2021 · 3 comments

Comments

@kool7d
Copy link

kool7d commented Mar 4, 2021

I get an error while trying to use MIToS. It says

ERROR: LoadError: LoadError: syntax: invalid assignment location "PairwiseListMatrices.t" around /tmp/jl_goLbod/packages/PairwiseListMatrices/cfFkP/src/pairwiselistmatrix.jl:1040

and I am not sure how to fix it.

@diegozea
Copy link
Owner

Hi! Sorry for the late response. I haven't seen it before between the huge amount of messages. The problem is that I am using macros to iterate with custom expressions, as this was designed before anonymous functions were as fast as they are now. And macros can not see the local environment now; this has changed between Julia versions. I will replace those macros with high order functions to solve this problem. Thanks for noticing it, and sorry again for the late response.

@diegozea
Copy link
Owner

Hi! This is finally closed with 24d47c3. I will tag a new version. Thanks again :)

@kool7d
Copy link
Author

kool7d commented Apr 14, 2021

no problem, my friend!

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