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

Instrumenter to observe behavior of nodes with UUID #7833

Merged
merged 35 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
99cb39e
Instrumenter to observe behavior of nodes with UUID
JaroslavTulach Sep 18, 2023
ea79b89
Instrumentor test
JaroslavTulach Sep 18, 2023
6f1a609
Return back original version of the comment
JaroslavTulach Sep 19, 2023
69ecf06
Remove unnecessary metadata from the test
JaroslavTulach Sep 19, 2023
9dae0cc
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Instru…
JaroslavTulach Sep 20, 2023
aa8cff0
Compare also the final result
JaroslavTulach Sep 20, 2023
c9abb9c
Replay with (different) cache results
JaroslavTulach Sep 20, 2023
a4b02aa
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Instru…
JaroslavTulach Oct 2, 2023
c41f70d
Adopt to hidden environment
JaroslavTulach Oct 2, 2023
1232a36
Adding documentation for the Instrumentor
JaroslavTulach Oct 2, 2023
1baefa5
Avoid onExceptionalCallback, propagate InteropException as PanicExcep…
JaroslavTulach Oct 3, 2023
9711534
Merging with Meta.Type.find
JaroslavTulach Oct 3, 2023
f5f2608
Treat Instrumentor as a managed resource
JaroslavTulach Oct 3, 2023
9c8b3e3
Merging with removal of onExceptionCallback
JaroslavTulach Oct 4, 2023
a68cd01
Deactivate self.impl
JaroslavTulach Oct 4, 2023
40fa087
Instrument tail recursive fibonacci
JaroslavTulach Oct 4, 2023
6fefaf3
Nicer display for builtin functions without source section
JaroslavTulach Oct 5, 2023
bfa4577
Testing behavior of on_call
JaroslavTulach Oct 5, 2023
f65c19a
Allow the on_call callback to change the result of function invocation
JaroslavTulach Oct 5, 2023
700c02c
on_enter replaces the whole regular execution and avoids on_call
JaroslavTulach Oct 5, 2023
6352d53
More robust, immutable implementation of Instrumentor
JaroslavTulach Oct 5, 2023
8f3bae5
Increase SerialVersionUID to prevent caches errors
JaroslavTulach Oct 5, 2023
7e7d61f
Increase SerialVersionUID to prevent caches errors
JaroslavTulach Oct 5, 2023
a5c7aa4
Note about Meta.instrument & Instrumentor API
JaroslavTulach Oct 5, 2023
7d12a37
Test to verify Instrumentor can be GCed
JaroslavTulach Oct 5, 2023
958ac95
Don't mangle return values when a binding handle has already been dis…
JaroslavTulach Oct 5, 2023
8b3d195
Using Windows version of the file
JaroslavTulach Oct 6, 2023
c303d1c
Removing obsolete code
JaroslavTulach Oct 6, 2023
e1b25bd
Resolving conflicts
JaroslavTulach Oct 7, 2023
b525fff
Merge branch 'develop' into wip/jtulach/Instrumenter_7683
mergify[bot] Oct 7, 2023
24b2976
Merge branch 'develop' into wip/jtulach/Instrumenter_7683
mergify[bot] Oct 9, 2023
22d3da1
Merge branch 'develop' into wip/jtulach/Instrumenter_7683
mergify[bot] Oct 9, 2023
0e49f2c
Trying to convince Git on Windows to not convert LF endings
JaroslavTulach Oct 9, 2023
a8da9f6
Convert CRLF to LF in the CLI tests
JaroslavTulach Oct 9, 2023
0f20687
Four more CRLF fixes
JaroslavTulach Oct 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
JaroslavTulach marked this conversation as resolved.
Show resolved Hide resolved
Loading