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

Reduce raw code statements #260

Merged
merged 36 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0e07019
Added function to bast test suite to store global mocked functions
chrisdp Jan 11, 2024
77d06a4
Moved some logic to the utils
chrisdp Jan 11, 2024
9f75924
Added logic to inject code that adds global mock checks at the start …
chrisdp Jan 11, 2024
90edc04
Fixed a reversed check
chrisdp Jan 15, 2024
2c4feef
Removed new api in favor of expanding stubcall and updated injection …
chrisdp Jan 15, 2024
9f6111e
Updated some of the global function detection logic
chrisdp Jan 15, 2024
fadbf2c
Unit tests, fixes, sample test project update
chrisdp Jan 15, 2024
fc6ce1d
removed console logs
chrisdp Jan 15, 2024
8b3fee5
Transpile the file if we had to touch modify it
chrisdp Jan 15, 2024
3307955
Fixed global mocks and stubs not clearing
chrisdp Jan 15, 2024
a155a29
updated some of the checks around transforming stubcall functions
chrisdp Jan 16, 2024
a342165
Made some code reusable and fixed some imports
chrisdp Jan 16, 2024
02c6f4e
Added back the disablemocking logic and removed unused code
chrisdp Jan 16, 2024
02c64df
Fixed bad ast related to noEarlyExit
chrisdp Jan 16, 2024
86656dd
Updated bsc in tests app
chrisdp Jan 16, 2024
db71048
added tests for global stubcall on device
chrisdp Jan 16, 2024
4c3d753
Fixed some device tests
chrisdp Jan 16, 2024
b4024ee
Fixed more on device tests
chrisdp Jan 16, 2024
67ec05a
More test fixes as the result of moving to ast editor
chrisdp Jan 16, 2024
bcfd24d
Fixed some indenting
chrisdp Jan 16, 2024
9f4eabd
Fixed node test xml files being added after modifying assertions lead…
chrisdp Jan 17, 2024
3acbf16
Updated the modify stub detection logic for globals
chrisdp Jan 17, 2024
1be78f6
more tests for global stub call modifications
chrisdp Jan 17, 2024
3164492
Fixed some race conditons and more global function detection refinments
chrisdp Jan 17, 2024
ec6a105
Removed some raw code statements for the session and fixed test forma…
chrisdp Jan 17, 2024
fb0e852
removed trimLeading from mock util tests
chrisdp Jan 17, 2024
18c1c98
Removed some raw code statements in code cov and updated test file fo…
chrisdp Jan 17, 2024
4132da2
Fixed some issues picking the wrong scope and make sure stubcall work…
chrisdp Jan 19, 2024
f435bba
Moved global stub clearing to clearStubs()
chrisdp Jan 20, 2024
91d0d87
Merge branch 'feature/runtime-global-function-mocking' into reduce-ra…
chrisdp Jan 20, 2024
a9e1450
Merge branch 'master' into feature/runtime-global-function-mocking
chrisdp Jan 21, 2024
06a4bbe
Merge branch 'feature/runtime-global-function-mocking' into reduce-ra…
chrisdp Jan 21, 2024
5d6bbca
Merge pull request #250 from chrisdp/feature/runtime-global-function-…
chrisdp Jan 22, 2024
ed3d6b6
Merge pull request #253 from chrisdp/reduce-raw-code-statements
chrisdp Jan 22, 2024
360b3ea
Merge branch 'master' into reduce-raw-code-statements
chrisdp Jan 22, 2024
fcc95bc
Updates after merging master updates
chrisdp Jan 22, 2024
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
Loading