Skip to content

Global variables set to null by default #225

Description

@StephaneGerardVUB

In many places, we see global variables initialized by default (?=) to 'null' and we would like to understand why is it so. An example:

variable WN_CONFIG_SITE ?= null;

at the beginning of personality/wn/cloning/standard. Due to the major change in the way null is considered with PAN 10.7, it prevents site level default assignment from working. For example, if you subsequently set:

variable WN_CONFIG_SITE ?= 'config/wn';

at the level of the site, it won't work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions