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

Add advanced generic and wild-card parse mechanism #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amakaroff
Copy link

@amakaroff amakaroff commented Feb 29, 2024

Hello!
We use your library for generating random values for our model. Our model has difficult generic and easy-random can't determinate some generic and skipped it. But we require fill all models by non null or empty values. So we decided to fix it in easy-random
From our side, it's look like a fix, but changes a little large :)
We understand about maintenance mode in easy-random, but I hope our changes will accepted like fix. In otherwise we will have to fork it. But we don't want to create our fork. I add that changes by flag, so current behavior not changed.

Thank you for library!


Thank you for taking time to contribute this pull request 😄

You have probably already checked the following points, but as a reminder, please ensure that:

  • your branch is rebased on the latest version of the master branch
  • all tests pass
  • code is formatted with IntelliJ Idea default settings (if you use another IDE, never mind, ignore this point)

You may add the reference of the issue in your commit message.

Don't hesitate to add your name to the contributors list in the README.md file.

Many thanks upfront!

…and in fields. Support wild-cards. Added tests
@prenevin
Copy link

Excited for this merge

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.

None yet

2 participants