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

Fixing parsing function calls in If expression #508

Merged
merged 10 commits into from
Apr 29, 2022
Merged

Conversation

DieMyst
Copy link
Member

@DieMyst DieMyst commented Apr 28, 2022

Fixes this example

import "@fluencelabs/aqua-lib/builtin.aqua"

func bug():
    stream: *string
    if Op.identity(stream) == Op.identity(stream):
        Op.noop()

@DieMyst DieMyst requested a review from alari April 28, 2022 12:36
# Conflicts:
#	cli/.js/src/main/scala/aqua/CommandBuilder.scala
#	cli/src/main/scala/aqua/AquaCli.scala
@DieMyst DieMyst merged commit 2ff870d into main Apr 29, 2022
@DieMyst DieMyst deleted the if-expr-parsing branch April 29, 2022 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants