-
Notifications
You must be signed in to change notification settings - Fork 521
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
Retain customized parameter values on rebuildSolid #223
Conversation
Hi @apla thanks for the PR ! I just tried it locally , and I am running into an issue : every time I modify a parameter's default value after a first rebuild , I get a "ReferenceError: valueIndex is not defined" error . |
I've backported changeset from my own fork, so maybe something isn't correct. I'll try to build |
any news on this @apla ? perhaps I can help if something is amiss ? |
Actually I've found an issue, directly tied to this one. When error occured, parameters resetting to default. Working on fix.
How do you tested my pull request?
… On 22 Feb 2017, at 10:11, Mark Moissette ***@***.***> wrote:
any news on this @apla ? perhaps I can help if something is amiss ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@apla cool ! |
I'm fine with push/pull and merge.
As I understand, you're using rollup to build js packages. There is a two rollup configurations — cli and module. Additionally, there is a some npm scripts. What procedure (or script sequence) you're using to build, lift and test pull request locally?
… On 22 Feb 2017, at 18:00, Mark Moissette ***@***.***> wrote:
@apla cool !
For testing , I pretty much follow this : https://help.github.com/articles/checking-out-pull-requests-locally/
(mainly fetching & pulling your PR branch onto a local copy)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
reset paramControls only when param definitions can be collected
Found the error, just typo. Last three commits is for situation when the error is introduced. |
No description provided.