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

Basic string interpolation seems broken #31

Open
chrysaora-achlyos opened this issue Aug 1, 2024 · 1 comment
Open

Basic string interpolation seems broken #31

chrysaora-achlyos opened this issue Aug 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chrysaora-achlyos
Copy link

chrysaora-achlyos commented Aug 1, 2024

Describe the bug

var varA = "b" var varB = "${varA}" does not put the value "b" in varB

To Reproduce

Steps to reproduce the behavior:

  1. create a file a.jelly by copying the code above in to the file
  2. run the command jelly a.jelly --export --out u_a.shortcut
  3. run the command shortcuts sign --mode anyone --input u_a.shortcut --output a.shortcut
  4. run the command open -a Shortcuts a.shortcut
  5. click the "Add Shortcut" button
  6. click to select the a Shortcut in Shortcuts
  7. click to open the selected shortcut
  8. Observe the second Text action input textbox is unpopulated

Expected behavior

The value of varB should be "b". See Expected Screenshot below

Screenshots

Actual Screenshot:
x613




Expected Screenshot:
expectedx613

Information

  • Device: [macBook Pro, 14-inch, 2021]
  • OS: [Sonoma 14.5]
  • Jellycuts Version [??? jelly command does not provide version info (/opt/homebrew/bin/jelly)]
  • Jailbroken? [No]

Additional context

maybe the same problem as #26

@chrysaora-achlyos chrysaora-achlyos added the bug Something isn't working label Aug 1, 2024
@chrysaora-achlyos
Copy link
Author

likely fix in chrysaora-achlyos@ea0675a
the attachmentsByRange key values were being miscalculated,
Need to solve some issues among forks before generating pull request

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

1 participant