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

make Ranger return interface{}, not reflect.Value #112

Merged
merged 6 commits into from
Jan 3, 2020
Merged

make Ranger return interface{}, not reflect.Value #112

merged 6 commits into from
Jan 3, 2020

Commits on Mar 20, 2019

  1. make Ranger return interface{}, not reflect.Value

    Alexander Willing committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    7e813ef View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. fix isset call with chain node argument

    Alexander Willing committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    21e5963 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. support interface{} values in len()

    Alexander Willing committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    a8defd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. isset: return false when value is nil

    Alexander Willing committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    fdd3f82 View commit details
    Browse the repository at this point in the history
  2. isset: only check for nil on values that can be nil

    Alexander Willing committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    93f8a90 View commit details
    Browse the repository at this point in the history
  3. make notNil a top-level function

    Alexander Willing committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0287c20 View commit details
    Browse the repository at this point in the history