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

Use & when passing function references to HashTable constructor #1728

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2019

  1. Use & when passing function references to HashTable constructor

    ldc 1.16.0 complains about trying to call `g_str_hash` / `g_str_equal` with no arguments
    valpackett committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9d0c052 View commit details
    Browse the repository at this point in the history
  2. Fix shared keyword for ldc 1.18

    /usr/local/include/d/object.d(3219,36): Error: cannot implicitly convert expression aa of type shared(ProcessStatus[int]) to const(shared(ProcessStatus)[int])
    ../source/gx/tilix/terminal/monitor.d(46,46): Error: template instance object.values!(shared(ProcessStatus[int]), shared(ProcessStatus), int) error instantiating
    valpackett committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    525d995 View commit details
    Browse the repository at this point in the history