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

Introduction of TypeScript symbolic machine #197

Merged
merged 6 commits into from
Jul 23, 2024
Merged

Conversation

CaelmBleidd
Copy link
Member

An initial commit for TS symbolic virtual machine, the first implementation of the main interfaces

@CaelmBleidd CaelmBleidd requested a review from Saloed July 18, 2024 12:46
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detekt found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

val states = machine.analyze(listOf(method))
states.map { state ->
val resolver = TSTestResolver()
resolver.resolve(method, state).also { println(it) }

Check warning

Code scanning / detekt

Mark forbidden methods. A forbidden method could be an invocation of an unstable / experimental method and hence you might want to mark it as forbidden in order to get warned about the usage. Warning test

The method kotlin.io.println has been forbidden: println does not allow you to configure the output stream. Use a logger instead.
@CaelmBleidd CaelmBleidd requested a review from Saloed July 23, 2024 11:37
@CaelmBleidd CaelmBleidd merged commit f4422a3 into main Jul 23, 2024
2 checks passed
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.

3 participants