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

[draft] Implement overrides for toArray(IntFunction[]) #912

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

dtim
Copy link
Collaborator

@dtim dtim commented Sep 13, 2022

Description

Substitute this text with a concise description of the proposed change. Emphasize, why particular solution was chosen.

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

  • Minor bug fix (non-breaking small changes)
  • Bug fix (non-breaking change which fixes an issue)
  • Refactoring (typos and non-functional changes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Automated Testing

Specify tests that help to verify the change automatically.

Example: org.utbot.examples.algorithms.BinarySearchTest

Manual Scenario

Please, provide several scenarios that you went through to verify that the change worked as expected.

Checklist (remove irrelevant options):

This is the author self-check list

  • 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

@dtim dtim force-pushed the dtim/525_set_toarray_intfunction branch from 95a6dd5 to 2fb8861 Compare September 13, 2022 09:15
@dtim dtim force-pushed the dtim/525_set_toarray_intfunction branch from 2fb8861 to 551b381 Compare September 13, 2022 13:35
@dtim dtim force-pushed the dtim/525_set_toarray_intfunction branch from b53d970 to cfe4ae6 Compare September 13, 2022 15:49
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