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

Allow usage of string interpolation in REPL #433

Closed
Tracked by #182
CohenArthur opened this issue Dec 20, 2021 · 0 comments · Fixed by #454
Closed
Tracked by #182

Allow usage of string interpolation in REPL #433

CohenArthur opened this issue Dec 20, 2021 · 0 comments · Fixed by #454
Labels
enhancement New feature or request repl Issue with jinko's REPL

Comments

@CohenArthur
Copy link
Member

CohenArthur commented Dec 20, 2021

jinko > name = "jinko"
jinko > "hello {name}"
Error type: Interpreter
 ===> repl
    |
    | cannot find function concat
    |
jinko >

This is due to the standard library not being included properly in the REPL

@CohenArthur CohenArthur added enhancement New feature or request parser Parser issue repl Issue with jinko's REPL and removed parser Parser issue labels Dec 20, 2021
@Skallwar Skallwar mentioned this issue Dec 23, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request repl Issue with jinko's REPL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant