Skip to content

TsTestResolver extended implementation#250

Merged
CaelmBleidd merged 12 commits intomainfrom
caelmbleidd/resolver
Feb 14, 2025
Merged

TsTestResolver extended implementation#250
CaelmBleidd merged 12 commits intomainfrom
caelmbleidd/resolver

Conversation

@CaelmBleidd
Copy link
Copy Markdown
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
Copy Markdown
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
Saloed pushed a commit that referenced this pull request Jun 2, 2025
---------

Co-authored-by: Konstantin Chukharev <lipen00@gmail.com>
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