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

TsTestResolver extended implementation #250

Merged
merged 12 commits into from
Feb 14, 2025
Merged

Conversation

CaelmBleidd
Copy link
Member

No description provided.

@CaelmBleidd CaelmBleidd marked this pull request as ready for review February 14, 2025 09:16
@CaelmBleidd CaelmBleidd requested a review from Lipen February 14, 2025 09:16

private fun resolveFakeObject(expr: UConcreteHeapRef): TsObject {
val type = finalStateMemory.types.getTypeStream(expr.asExpr(ctx.addressSort)).single() as FakeType
return when {

Check warning

Code scanning / detekt

Braces do not comply with the specified policy Warning test

Inconsistent braces, make sure all branches either have or don't have braces.
private fun resolvePrimitive(
expr: UExpr<out USort>,
type: EtsPrimitiveType,
): TsObject = when (type) {

Check warning

Code scanning / detekt

Braces do not comply with the specified policy Warning test

Inconsistent braces, make sure all branches either have or don't have braces.
Copy link
Member

@Lipen Lipen left a comment

Choose a reason for hiding this comment

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

Solid work!

@CaelmBleidd CaelmBleidd merged commit 6933fab into main Feb 14, 2025
6 checks passed
@CaelmBleidd CaelmBleidd deleted the caelmbleidd/resolver branch February 14, 2025 10:52
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.

2 participants