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

WIP: Try to parallelize linting with amphp #4838

Closed
wants to merge 11 commits into from

Commits on Feb 23, 2020

  1. Copy the full SHA
    2afbcd1 View commit details
    Browse the repository at this point in the history
  2. removed debug out

    staabm committed Feb 23, 2020
    Copy the full SHA
    8c73bbb View commit details
    Browse the repository at this point in the history
  3. activate pooled linter

    staabm committed Feb 23, 2020
    Copy the full SHA
    1a3a437 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0e15e7a View commit details
    Browse the repository at this point in the history
  5. further progress

    staabm committed Feb 23, 2020
    Copy the full SHA
    7603b4b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5de0f5e View commit details
    Browse the repository at this point in the history
  7. added phpdoc

    staabm committed Feb 23, 2020
    Copy the full SHA
    c27932a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Copy the full SHA
    791b05d View commit details
    Browse the repository at this point in the history
  2. added phpdoc

    staabm committed Feb 25, 2020
    Copy the full SHA
    f21e1c1 View commit details
    Browse the repository at this point in the history
  3. implemented PR feedback

    staabm committed Feb 25, 2020
    Copy the full SHA
    6b42442 View commit details
    Browse the repository at this point in the history
  4. dont throw Exceptions accross process boundaries

    its not easy to handle a exception thrown within a task on the caller site.
    therefore we transform it to a string a re-create the exception later on.
    staabm committed Feb 25, 2020
    Copy the full SHA
    b02a0f1 View commit details
    Browse the repository at this point in the history