• Simon Zünd's avatar
    Revert "[torque] Throw exception instead of aborting if something goes wrong" · c3b51ac0
    Simon Zünd authored
    This reverts commit 3bd49f9b.
    
    Reason for revert: Build failure on Win Bot
    
    Original change's description:
    > [torque] Throw exception instead of aborting if something goes wrong
    > 
    > This CL enables exceptions for the Torque compiler and Torque language
    > server. Instead of aborting when something goes wrong during
    > compilation, a TorqueError is thrown, containing the error message
    > and a source position. The compiler executable still prints the error
    > and aborts, while the language server will pass this information
    > along to the client (not included in this CL).
    > 
    > R=​danno@chromium.org
    > 
    > Bug: v8:8880
    > Change-Id: Iad83c46fb6a91c1babbc0ae7dbd94fbe4e7f1663
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1526003
    > Reviewed-by: Daniel Clifford <danno@chromium.org>
    > Commit-Queue: Simon Zünd <szuend@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#60512}
    
    TBR=danno@chromium.org,mvstanton@chromium.org,szuend@chromium.org
    
    Change-Id: Iac253da404eaf6e534267f59a42ca93667c205e4
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:8880
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1543849Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
    Commit-Queue: Simon Zünd <szuend@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60513}
    c3b51ac0
Name
Last commit
Last update
..
globals.h Loading commit data...
json-parser.cc Loading commit data...
json-parser.h Loading commit data...
json.cc Loading commit data...
json.h Loading commit data...
message-handler.cc Loading commit data...
message-handler.h Loading commit data...
message-macros.h Loading commit data...
message-pipe.h Loading commit data...
message.h Loading commit data...
torque-language-server.cc Loading commit data...