-
Notifications
You must be signed in to change notification settings - Fork 7
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
Baseline loads Ghost from RMDO GitLab instead of GitHub #1
Comments
The project uses a Ghost version from RMOD Gitlab server that uses proxies that aren't in the github repo. This is used by the overlay experimental package that is not finished anyway. From what I saw, it uses 2 proxies and ghost is broken (from what I see from the tests) so maybe we should use something else that implements proxies, @guillep ? |
I personally would remove all experimental code. It can be left in another branch. If somebody needs to resuscitate the overlay experiment, the code is in the repository history. Thoughts? |
Maybe we can do that. I will resuscitate the overlay experiment. This is something that Steven wants me to do: allowing the interpreter to save states of a program to come back to it later. (It took me long enough to realize that what I was searching for was in this experimental package). Steven also wants me to find an equivalence between the DAST interpreter and the bytecode interpreter to be able to switch interpreters (in the debugger notably) |
The Baseline includes a dependency to Ghost project which seems to be loaded from an internal RMDO GitLab server
should we not better use https://github.com/pharo-ide/Ghostinstead?
The text was updated successfully, but these errors were encountered: