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

Consider using a different directory for scripts #3401

Closed
benmccann opened this issue Oct 29, 2017 · 5 comments
Closed

Consider using a different directory for scripts #3401

benmccann opened this issue Oct 29, 2017 · 5 comments

Comments

@benmccann
Copy link

Eclipse by default uses the bin directory to put compiled code. The dotty instructions recommend changing this from bin to classes. I maintain sbteclipse and was hoping that we could avoid this extra setup step for our mutual users. I think that bin is a fairly generic and vague name that doesn't indicate that you intend for just scripts to be in that directory. Would calling it something like scripts make its intended usage clearer?

@smarter
Copy link
Member

smarter commented Oct 30, 2017

I don't know if this is worth changing considering the future of IDE support in Dotty is the Dotty Language Server (which currently doesn't handle building your project but will soon be enhanced to do so by delegating to the sbt server). Eclipse users should be able to work on Dotty projects (including Dotty itself) using LSP4E although I don't think anyone has attempted to do this so far.

@smarter smarter closed this as completed Oct 30, 2017
@allanrenucci
Copy link
Contributor

I don't see why we should not do that. I also believe that scripts is a better name than bin

@smarter
Copy link
Member

smarter commented Oct 30, 2017

We could change it, but then we'd have to change paths in various places and let people know what the new name is. Doesn't seem worth the effort to me, but feel free to reopen the issue if it's something you want to tackle :).

@allanrenucci
Copy link
Contributor

It's not something I plan to do, but I am sure this can be contributed by the community

@OlivierBlanvillain
Copy link
Contributor

Given that Dotty will stop being cross compiled with scalac in the very near future, this issue is obsolete util Eclipse implements Dotty support.

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

4 participants