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

Enable creating a new predicate from an existing one #3392

Open
nedsalk opened this issue Nov 13, 2024 · 2 comments · May be fixed by #3395
Open

Enable creating a new predicate from an existing one #3392

nedsalk opened this issue Nov 13, 2024 · 2 comments · May be fixed by #3395
Labels
feat Issue is a feature good first issue Suitable for newcomers looking to contribute

Comments

@nedsalk
Copy link
Contributor

nedsalk commented Nov 13, 2024

We should perhaps have a way of creating a new predicate from an existing one:

const loaderPredicate = await waitForDeploy();

const newLoaderPredicate = loaderPredicate.toNewInstance({ configurableConstants, data });

Because we currently don't have a nice way of duplicating a predicate but with new configurable constants and data.

Originally posted by @nedsalk in #3389 (comment)

@YaTut1901
Copy link
Contributor

@petertonysmith94 may I take this one? I am interested in smth more domain-related

@nedsalk nedsalk added feat Issue is a feature good first issue Suitable for newcomers looking to contribute labels Nov 13, 2024
@petertonysmith94
Copy link
Contributor

@YaTut1901 yes you may take this one. It'll be a good one to get a better understanding of the domain, pop a message if you need anything :)

@YaTut1901 YaTut1901 linked a pull request Nov 14, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature good first issue Suitable for newcomers looking to contribute
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants