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

Ejecutar un juego con Run Game se rompe si tenés una sesión REPL abierta #159

Closed
fdodino opened this issue Mar 22, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@fdodino
Copy link
Contributor

fdodino commented Mar 22, 2024

image

Forma de reproducirlo:

  • ejecutar una sesión REPL y dejarla abierta
  • ir a un programa Game y ejecutarlo

Funciona si ejecuto un programa porque no necesita el puerto:
image

Propuesta

  • en LSP-IDE, matar cualquier sesión abierta al ejecutar Game, como pasa con el REPL
  • en TS-CLI, tener la misma estrategia que con el REPL, donde le podés pasar un puerto donde levantar el juego y el diagrama dinámico si lo requiere.
@fdodino fdodino added the bug Something isn't working label Mar 22, 2024
@mind-ar
Copy link

mind-ar commented Mar 22, 2024

en TS-CLI, tener la misma estrategia que con el REPL, donde le podés pasar un puerto donde levantar el juego y el diagrama dinámico si lo requiere.

Hola, esto estaría resuelto con uqbar-project/wollok-ts-cli#133 a no ser que haya entendido mal (por lo menos el puerto para el game)

@fdodino
Copy link
Contributor Author

fdodino commented Mar 23, 2024

Perfecto! Entonces muevo el issue a LSP-IDE, del lado de wollok-ts estaríamos.

@fdodino fdodino transferred this issue from uqbar-project/wollok-ts-cli Mar 23, 2024
@fdodino fdodino mentioned this issue Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants