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

scala code runner start time is quadratic with number of arguments #9362

Closed
scabug opened this issue Jun 22, 2015 · 2 comments
Closed

scala code runner start time is quadratic with number of arguments #9362

scabug opened this issue Jun 22, 2015 · 2 comments

Comments

@scabug
Copy link

scabug commented Jun 22, 2015

$ cat bug

#!/bin/bash
# to demonstrate bug, call as bug {1..10000} and notice enormous gap between Compiling and Running
echo "Compiling"
exec scala "$0" "$@"
!#
println("Running")
@scabug
Copy link
Author

scabug commented Jun 22, 2015

Imported From: https://issues.scala-lang.org/browse/SI-9362?orig=1
Reporter: Jeffrey Aguilera (jeffrey.aguilera)
Affected Versions: 2.11.6
See #9279
Attachments:

  • bug (created on Jun 22, 2015 10:05:56 PM UTC, 172 bytes)

@scabug
Copy link
Author

scabug commented Jun 22, 2015

@adriaanm said:
Thanks for your report, but this is a duplicate of #9279, which will be fixed in 2.11.7 (by scala/scala#4465).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant