-
Notifications
You must be signed in to change notification settings - Fork 37
Modularization of the project #744
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
59bb475
Move all files to commong module
dmitrii-artuhov 0055db6
Fix integration tests and hanging lincheck unit tests
dmitrii-artuhov 6824b8e
Fix publishing, make 'common' module to generate 'lincheck' library a…
dmitrii-artuhov 9347da8
Fix archive naming for 'common' subproject
dmitrii-artuhov c3ea7df
Extract trace agent into separate module
dmitrii-artuhov 2a7a4d3
Add a separate module which will be the only dependency of trace agent
dmitrii-artuhov 9e7b001
Fix comment typo
dmitrii-artuhov 0c3ebc4
Renamed modules and prepared module for jvm-agent and transformers
dmitrii-artuhov 3d5e0b3
Separate project in :core, :common, :jvm-agent subprojects
dmitrii-artuhov aee599e
Forgot to append a build script to prev commit
dmitrii-artuhov 5f60b73
Set up different subprojects for trace-debugger and trace-recorder
dmitrii-artuhov b1961a1
Remove obsolete code
dmitrii-artuhov c5cd298
Set up proper agents for trace debugger and trace recorder (with sepa…
dmitrii-artuhov a5906df
Move core files back to the root of the project
dmitrii-artuhov 8d6be2e
Set up working publishing for lincheck tool
dmitrii-artuhov d942fb3
Remove useless println's
dmitrii-artuhov 7e8030f
Remove includes of ':core' subproject
dmitrii-artuhov 52d05cb
Remove 'configureKotlin' and 'configureJava' invocation from subproje…
dmitrii-artuhov 4c6a7de
Simplify builds and tests for trace-debugger/recorder
dmitrii-artuhov 4956769
Fix paths in documentation
dmitrii-artuhov 0566726
Extract common flags into a single file
dmitrii-artuhov ffe44fb
Move shared classes from :trace to :common subproject
dmitrii-artuhov 8677e9c
Change trace agents file names
dmitrii-artuhov 1e68af7
Change 'native_call' package name to 'nativecalls'
dmitrii-artuhov e7ef152
Rename 'trace_debugger' packages to 'trace.debugger'
dmitrii-artuhov 1c40b1a
Rename 'trace_recorder'/'tracerecorder' packages to 'trace.recorder'
dmitrii-artuhov 00dac1f
Refactor trace-debugger/recorder package names
dmitrii-artuhov 3595990
Rename 'traceagent' package to 'trace.agent'
dmitrii-artuhov 87a42fd
Add clarifying comments to the trace-recorder transformers stored in …
dmitrii-artuhov 96d3519
Spare :jvm-agent subproject from dependency to :trace subproject
dmitrii-artuhov 45d5c04
Set up proper visibility (api/implementation) between dependencies of…
dmitrii-artuhov 13268d3
Add fixes
dmitrii-artuhov b0035e4
Add code cleanups
dmitrii-artuhov 4a43c76
Set up friend paths and mark implementation-only classes in ':common'…
dmitrii-artuhov c55f45f
Refactor Logger visibility and reorder code in Utils.kt
dmitrii-artuhov a9cb6dc
Add minor fixes from PR
dmitrii-artuhov 98f0004
Remove 'kotlinx' from trace-recorder/debugger packages
dmitrii-artuhov fc257a9
Fix the rest of the PR comments
dmitrii-artuhov 48d7165
Remove todos and fix some code-style issues
dmitrii-artuhov ebe108b
Remove useless comments
dmitrii-artuhov 057d8bd
Make all symbols from ':common' public to have proper IDEA highlighti…
dmitrii-artuhov e3f9a0b
Decrease file-diff size
dmitrii-artuhov cd85c3e
Add TODO for removing `api(project(":common"))` from lincheck "core" …
dmitrii-artuhov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.