Skip to content

Disabled concrete execution for lambda results #989

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 1 commit into from
Sep 22, 2022

Conversation

Damtev
Copy link
Member

@Damtev Damtev commented Sep 21, 2022

Description

As lambda value could not be converted to UtLambdaModel, we cannot use concrete execution when we method result is lambda. So, this PR disables the concrete execution for UtLambdaModel results.

Fixes #192, fixes #958.

Type of Change

Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Automated Testing

org.utbot.examples.lambda.SimpleLambdaExamplesTest#testChoosePredicate

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@Damtev Damtev force-pushed the damtev/disable_concrete_lambda_results branch from 020247b to 9580b14 Compare September 22, 2022 09:04
@Damtev Damtev merged commit 599e010 into main Sep 22, 2022
@Damtev Damtev deleted the damtev/disable_concrete_lambda_results branch September 22, 2022 10:15
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.

ClassNotFoundException for a method returning Predicate No executions for Predicate as a returned value
2 participants