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

make.jl never ends #1382

Closed
diegozea opened this issue Aug 1, 2020 · 3 comments
Closed

make.jl never ends #1382

diegozea opened this issue Aug 1, 2020 · 3 comments

Comments

@diegozea
Copy link

diegozea commented Aug 1, 2020

Hi! make.jl never ends, both locally and in the CI (example) when this file is reached at the line defining col2res. The strange thing, is that copy all the code into the REPL works perfectly and fast (the slower step in my pc takes 6 seconds). That particular line takes 2 seconds in my notebook and creates hundreds of warning messages (more than 400!). I feel that the problem is related to those warnings. Is this possible? Thanks in advance

@diegozea
Copy link
Author

diegozea commented Aug 1, 2020

However, the following code works perfectly:

for i in 1:1000
	@warn "$i"
end

@diegozea
Copy link
Author

diegozea commented Aug 1, 2020

It works locally by using smaller files, so maybe the outputs were too large for Documenter.

@diegozea
Copy link
Author

diegozea commented Aug 1, 2020

It works also in the CI: https://travis-ci.org/github/diegozea/MIToS.jl/jobs/714027574

@diegozea diegozea closed this as completed Aug 1, 2020
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

1 participant