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

util: harden util.inspect #21869

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 18, 2018

  1. util: harden util.inspect

    This makes sure values without prototype will still be inspected
    properly and do not cause errors. It restores the original
    information if possible.
    
    Besides that it fixes an issue with boxed symbols: extra keys were
    not visualized so far.
    BridgeAR committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    e0cd325 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. fixup: address comment

    BridgeAR committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    173e72b View commit details
    Browse the repository at this point in the history
  2. fixup: use reflect apply

    BridgeAR committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    fa542c6 View commit details
    Browse the repository at this point in the history