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

Widgets- add ability to pack and unpack arrays on JS side. #5023

Merged
merged 4 commits into from Feb 5, 2014

Conversation

jdfreder
Copy link
Member

@jdfreder jdfreder commented Feb 4, 2014

Fixes #5020

@jdfreder
Copy link
Member Author

jdfreder commented Feb 4, 2014

Ping @jasongrout for a review

@ellisonbg
Copy link
Member

@jdfreder I know you said that testing this would be very tough, but is there any way to verify that it does the expected thing?

@jdfreder
Copy link
Member Author

jdfreder commented Feb 4, 2014

I know you said that testing this would be very tough, but is there any way to verify that it does the expected thing?

Actually I don't think it would be bad at all. For some reason I was thinking of round trip tests, but all I need to do is test the function itself.

@ellisonbg
Copy link
Member

OK, that would be great. If we can get a passing tests, I will merge :)

On Tue, Feb 4, 2014 at 3:03 PM, Jonathan Frederic
notifications@github.comwrote:

I know you said that testing this would be very tough, but is there any
way to verify that it does the expected thing?

Actually I don't think it would be bad at all. For some reason I was
thinking of round trip tests, but all I need to do is test the function
itself.

Reply to this email directly or view it on GitHubhttps://github.com//pull/5023#issuecomment-34118594
.

Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger@calpoly.edu and ellisonbg@gmail.com

@jdfreder
Copy link
Member Author

jdfreder commented Feb 5, 2014

Hmmm the tests pass locally.... I wonder what is going on

@ellisonbg
Copy link
Member

They are still running...

@jdfreder
Copy link
Member Author

jdfreder commented Feb 5, 2014

I just checked in 8978fb4, but the previous commit, a8647ac worked on my machine, but not on Travis.

@jdfreder
Copy link
Member Author

jdfreder commented Feb 5, 2014

Woohoo they pass, @ellisonbg do you want to merge?

@ellisonbg
Copy link
Member

Yep, great!

ellisonbg added a commit that referenced this pull request Feb 5, 2014
Widgets- add ability to pack and unpack arrays on JS side.
@ellisonbg ellisonbg merged commit d790d39 into ipython:master Feb 5, 2014
@jasongrout
Copy link
Member

ping @ChakriCherukuri, just to make sure you know this got merged into master. Thanks for bringing this issue up!

@jasongrout
Copy link
Member

(I didn't have time to review this, but glancing at the code, it looks great!)

@jdfreder jdfreder deleted the widget-arrays branch March 10, 2014 18:44
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Widgets- add ability to pack and unpack arrays on JS side.
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.

Python Lists translated to javascript objects in widgets
3 participants