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

Shell cannot start inside a project context #16

Open
2 tasks
Pathemeous opened this issue Jun 19, 2017 · 1 comment
Open
2 tasks

Shell cannot start inside a project context #16

Pathemeous opened this issue Jun 19, 2017 · 1 comment
Assignees
Labels

Comments

@Pathemeous
Copy link
Member

The Shell cannot launch inside the context of a(n Eclipse) project.

This is because the injected IProject is not instantiated properly. Right now it uses a temp dir to create an empty IProject.

To enable context-aware shell, the following must happen.

  • Implement correct project directory reslution
  • Implement execution of the project code
@Pathemeous Pathemeous self-assigned this Jun 19, 2017
@Pathemeous
Copy link
Member Author

IProject can be instantiated to use the location from the :load command as an IProject and adding all source code files in that tree.

A blocker is that these files cannot be 'evaluated' in the same way as the REPL, and because of the differing semantics it is hard to check if the IProject instantiation automatically fixes this.

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

No branches or pull requests

1 participant