This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 465
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LogvinovLeon
force-pushed
the
fix/sol-cov
branch
from
January 11, 2019 10:26
ec7a4d3
to
d9ac5b6
Compare
fabioberger
suggested changes
Jan 14, 2019
packages/sol-tracing-utils/src/artifact_adapters/sol_compiler_artifact_adapter.ts
Outdated
Show resolved
Hide resolved
Co-Authored-By: LogvinovLeon <[email protected]>
Co-Authored-By: LogvinovLeon <[email protected]>
Co-Authored-By: LogvinovLeon <[email protected]>
Co-Authored-By: LogvinovLeon <[email protected]>
Co-Authored-By: LogvinovLeon <[email protected]>
Co-Authored-By: LogvinovLeon <[email protected]>
Co-Authored-By: LogvinovLeon <[email protected]>
LogvinovLeon
force-pushed
the
fix/sol-cov
branch
from
January 14, 2019 13:52
d24c2a3
to
83b46cb
Compare
recmo
commented
Jan 15, 2019
} | ||
} | ||
return wrappedAsync; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hack is going in? I was hoping we would come up with something better :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're absolutely right. I've figured out how to fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I was wrong and I from the past was right. Not about the fact that we shouldn't handle this but about the fact that there is no elegant way to do so.
LogvinovLeon
force-pushed
the
fix/sol-cov
branch
from
January 15, 2019 10:34
a662901
to
a8e32d8
Compare
LogvinovLeon
force-pushed
the
fix/sol-cov
branch
from
January 15, 2019 12:37
e6c1e5f
to
63a6354
Compare
fabioberger
approved these changes
Jan 15, 2019
Co-Authored-By: LogvinovLeon <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes some of the issues in trace-based tools that we've discovered.
Testing instructions
Types of changes
Checklist:
[WIP]
if necessary.