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

v0.13 syntax fixes - EDIT: 9/14/20 #47

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

Conversation

domjgiordano
Copy link

@domjgiordano domjgiordano commented Aug 20, 2020

Syntax fixes:
-removed redundant brackets around list variables
-updated variable types to include types of booleans and numbers
-removed unnecessary quotations around variable types and values for non-string types
-removed string interpolations that are no longer required for variables
-minor syntax fixes to conditional statements making them easier to read
-updated accessing lists to use [index] format

EDIT: 9/14/20 - compared with upgrade-0.12 branch
-added static resources in AZ module and corresponding variables
-added local variables added to all modules
-removed logic in local variables used to convert string booleans to boolean type
-no longer needed with boolean data types added
-updated default values of number and boolean variables to null
-updated minimum version from 0.11 to 0.12

@domjgiordano domjgiordano changed the title v0.13 syntax fixes v0.13 syntax fixes - EDIT: 9/14/20 Sep 14, 2020
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.

1 participant