Skip to content

Boolean configs

Jeff May requested to merge boolean-configs into dev

@DSASanFrancisco/portal-members

We recently merged a change to switch from TRUE / FALSE to 0 / 1. This also happened to change the config type from bool to int. This will change it back to bool to avoid any confusion with future configs around whether something should be a boolean or a number. My preference is that boolean configs use type bool at the point of declaration, rather than be interpreted as a bool at the call site.

Merge request reports