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

LoadError: UndefVarError: readall not defined #17

Open
aqzas opened this issue Aug 25, 2017 · 2 comments
Open

LoadError: UndefVarError: readall not defined #17

aqzas opened this issue Aug 25, 2017 · 2 comments

Comments

@aqzas
Copy link

aqzas commented Aug 25, 2017

my julia version is 0.6.0
after type 'using OpenGene'
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:569
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:569
[4] eval(::Module, ::Any) at ./boot.jl:235
[5] _require(::Symbol) at ./loading.jl:483
[6] require(::Symbol) at ./loading.jl:398
while loading /home/roy/juliapro/JuliaPro-0.6.0.1/JuliaPro/pkgs-0.6.0.1/v0.6/OpenGene/src/compat.jl, in expression starting on line 2
while loading /home/roy/juliapro/JuliaPro-0.6.0.1/JuliaPro/pkgs-0.6.0.1/v0.6/OpenGene/src/OpenGene.jl, in expression starting on line 11

It is possible that the readall had been replaced with readstring ?

@sfchen
Copy link
Member

sfchen commented Aug 25, 2017

Which version of OpenGene did you use? The latest version should have fixed it.

@971202
Copy link

971202 commented May 22, 2023

The readall in index.ji in index was changed to readstring, because I didn't find the relevant readall function in every version of Julia

index中的index.ji中的readall修改成readstring,因为julia的每个版本中我都没有找到相关的readall的函数

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

3 participants