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

Fix/unwrap none in convert funcAppToElem #598

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Huy-DNA
Copy link
Member

@Huy-DNA Huy-DNA commented Jul 30, 2024

Summary

  • Add isOk_and to Option type to support more functional-programming-like checks.
  • Fix this error:
30.07.2024_11.12.13_REC.mp4

This is caused by the check in funcAppToElem assuming that extractVariableNode always succeed, when in fact it can fail (see PR changes for more details).

Issue

(issue link here)

Lasting Changes (Technical)

(please list down: code changes/things that have wide-effect; new libraries/functions added that can be used by others; examples below)

  • (Added class EmailValidator to validate email address' validity)
  • (Added Tenant#is_trial? check)

Checklist

Please check directly on the box once each of these are done

  • Documentation (if necessary)
  • Tests (integration test/unit test)
  • Integration Tests Passed
  • Code Review

Copy link
Contributor

@thonx-holistics thonx-holistics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but the others will review and approve this PR 😉

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.

2 participants