Skip to content

Improve thread creation representation #534

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 9 commits into from
Feb 21, 2025

Conversation

bbrockbernd
Copy link
Collaborator

@bbrockbernd bbrockbernd commented Feb 19, 2025

Closes #512

Thread creation will be represented as:

thread(name = "threadname") { ... } : Thread#N at Class.method(File.kt:line)

@bbrockbernd bbrockbernd requested a review from eupp February 19, 2025 11:09
@bbrockbernd bbrockbernd self-assigned this Feb 19, 2025
@bbrockbernd bbrockbernd changed the title Improve thread creation representation #512 Improve thread creation representation Feb 19, 2025
@bbrockbernd bbrockbernd linked an issue Feb 20, 2025 that may be closed by this pull request
@bbrockbernd bbrockbernd requested review from ndkoval and eupp February 20, 2025 12:09
@bbrockbernd bbrockbernd requested a review from eupp February 20, 2025 14:20
This was referenced Feb 20, 2025
@bbrockbernd bbrockbernd merged commit 1de201b into develop Feb 21, 2025
20 checks passed
@bbrockbernd bbrockbernd deleted the bbrockbernd/thread-start-representation branch February 21, 2025 15:40
@bbrockbernd bbrockbernd linked an issue Feb 21, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve representation of Kotlin thread creation function
3 participants