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

Invocations refactoring #85

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2017

  1. Special evaluator exception type (EvaluatorExceptionThrownException) …

    …that wraps target process exception that occurred during runtime call. This allows to inspect exception objects in watch window if eval thrown an exception.
    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    90a1f51 View commit details
    Browse the repository at this point in the history
  2. EvaluatorExceptionThrownException handling in ValueReference. This al…

    …lows to properly show an exception occurred during property evaluation.
    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    b72dfaf View commit details
    Browse the repository at this point in the history
  3. Evaluation exception wrapping in CreateObjectValue.

    Ignore eval exceptions occured during ToString() calls in type presentation
    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    cac578c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54a8ed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3e1fee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad8187f View commit details
    Browse the repository at this point in the history
  7. Invocation is awaited infinitely as it was before.

    Better handling of exeptions in Soft invocations
    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    5be3b5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d4a9c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8ef7b8 View commit details
    Browse the repository at this point in the history
  10. Get rid of OperationData

    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    3226be3 View commit details
    Browse the repository at this point in the history
  11. Move checking for cancelled token into try-catch to guarantee that Up…

    …dateSessionState() is invoked (in finally)
    
    (cherry picked from commit 3befe19)
    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    e9ee3d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5db72cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0aec667 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1f7852 View commit details
    Browse the repository at this point in the history
  15. Trying to continue all threads if eval Abort() and RudeAbort() failed…

    … for many times. Maybe this may help to avoid hanging evaluations. (Moved from MD repo)
    nerzhulart committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    ae0eb0f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    29b6a90 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    c594ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b3c96 View commit details
    Browse the repository at this point in the history
  3. Break loop if disposed.

    nerzhulart committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    3f9b165 View commit details
    Browse the repository at this point in the history
  4. Line endings fix

    nerzhulart committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    c6f1148 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2cf427 View commit details
    Browse the repository at this point in the history