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

Dictionaries fail to correctly parse #1

Open
ActuallyTaylor opened this issue Aug 14, 2023 · 0 comments
Open

Dictionaries fail to correctly parse #1

ActuallyTaylor opened this issue Aug 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working needs-fix This issue is reproducible and a fix needs to be implemented.

Comments

@ActuallyTaylor
Copy link
Collaborator

The following Jelly code results in a compilation error that complains about the missing a parameter named PLACEHOLDER.

import Shortcuts
#Color: green, #Icon: shortcuts

//This is a test

dictionary(json:{"gumdrop":"blue","apple":"red"}) >> JSO

valueFor(key: "apple", dictionary: JSO) >> dictVal

quicklook(input: dictVal)

IMG_9926

Transcription:

Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:) in the function: (Dictionary)
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:) in the function: (Dictionary)
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:)
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:) in the function: (Dictionary)
Missing parameter name: PLACEHOLDER in Dictionary.
- Jelly no longer supports unnamed parameters. You need to include the parameter name - (PLACEHOLDER:)
@ActuallyTaylor ActuallyTaylor self-assigned this Aug 14, 2023
@ActuallyTaylor ActuallyTaylor added bug Something isn't working needs-fix This issue is reproducible and a fix needs to be implemented. labels Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-fix This issue is reproducible and a fix needs to be implemented.
Projects
None yet
Development

No branches or pull requests

1 participant