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

Type check variables between modules #6185

Merged
merged 3 commits into from
Apr 15, 2016
Merged

Type check variables between modules #6185

merged 3 commits into from
Apr 15, 2016

Commits on Apr 14, 2016

  1. core: Add test demonstrating module input types

    This test demonstrates a problem where the types to a module input are
    not checked. For example, if a module - inner - defines a variable
    "should_be_a_map" as a map, or with a default variable of map, we do not
    fail if the user sets the variable value in the outer module to a string
    value.
    jen20 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    02376e1 View commit details
    Browse the repository at this point in the history
  2. core: Add test demonstrating lack of type checking

    This adds a test where the assignment is in a nested module rather than
    the root.
    jen20 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    414910d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    8b9896e View commit details
    Browse the repository at this point in the history