We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was running the "make test" target to see if a change I made was passing.
However I found that the test for multidropdownblank was failing. The function returns [[]] instead of the expected [].
test_multidropdownblank() -> { fun() -> wf:set_multiple(multiple, []) end, - fun() -> wf:qs(multiple) == [] end + fun() -> wf:qs(multiple) == [[]] end }.
https://github.com/nitrogen/NitrogenProject.com/blob/master/src/tests/tests_simplecontrols.erl#L75
The question now becomes - what is wf:qs supposed to return if there is no result?
It seems that:
Could you confirm my understanding?
Kind regards,
Fabian
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hi Jesse, happy new year! I will check the rebar3-branch.
Follow up question: Is there a timeline for this rebar3-transformation? :)
No hurries - but if so that would be great news!
Especially thinking about dependency mgmt - for instance jquery- jmobile, fileupload etc - maybe there is a way to make it a bit more configurable.
No branches or pull requests
Hi, I was running the "make test" target to see if a change I made was passing.
However I found that the test for multidropdownblank was failing.
The function returns [[]] instead of the expected [].
https://github.com/nitrogen/NitrogenProject.com/blob/master/src/tests/tests_simplecontrols.erl#L75
The question now becomes - what is wf:qs supposed to return if there is no result?
It seems that:
Could you confirm my understanding?
Kind regards,
Fabian
The text was updated successfully, but these errors were encountered: