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

Stop creating inaccessible global constants "0" and "1" #73

Merged
merged 1 commit into from
Jul 15, 2017
Merged

Stop creating inaccessible global constants "0" and "1" #73

merged 1 commit into from
Jul 15, 2017

Commits on Jul 12, 2017

  1. Stop creating inaccessible global constants "0" and "1"

    This was a side effect of the macro that was used to declare constants
    for the values of the stringified version of the constant name.
    
    `get_defined_constants(true)['mosquitto']` can be used to show the old
    constants (`["MOSQ_LOG_INFO"] => 1, ..., "0" => 0, "1" => 1]`)
    TysonAndre committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    a012b84 View commit details
    Browse the repository at this point in the history