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

Issues with 0.9 and earlier string interpolation #726

Closed
Licenser opened this issue Jan 29, 2021 · 0 comments · Fixed by #729
Closed

Issues with 0.9 and earlier string interpolation #726

Licenser opened this issue Jan 29, 2021 · 0 comments · Fixed by #729
Labels
bug Something isn't working language
Milestone

Comments

@Licenser
Copy link
Member

Problem

There is an issue with string interpolation that does fail to create some strings sensibly. In addition, having a { and } as the last element of a string fails

# this fails
"\}"
# this fails too in different ways
"\{\}"

Steps

  1. Create a string with an escaped { in it but no interpolation
  2. Create a string with an escaped { in it but with interpolation
  3. The escaped { on both is handled different

Possible Solution(s)

Implement the string interpolation RFC tremor-rs/tremor-rfcs#34

@Licenser Licenser added bug Something isn't working language labels Jan 29, 2021
@Licenser Licenser added this to the v0.10.0 milestone Jan 29, 2021
@Licenser Licenser mentioned this issue Jan 29, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant