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

Fixing issues with js tests #4971

Merged
merged 2 commits into from Feb 1, 2014
Merged

Fixing issues with js tests #4971

merged 2 commits into from Feb 1, 2014

Conversation

ellisonbg
Copy link
Member

  • Closing old pages to prevent fd leaks.
  • Making sure kernels are killed to prevent fd leaks.
  • Moving towards deleting old notebooks (this is not done, but
    this should be merged as is).

* Closing old pages to prevent fd leaks.
* Making sure kernels are killed to prevent fd leaks.
* Moving towards deleting old notebooks (this is not done, but
  this should be merged as is).
@@ -1838,7 +1838,24 @@ var IPython = (function (IPython) {
);
$.ajax(url, settings);
};


Notebook.prototype.delete = function (nbname) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This uses this.notebook_name, so I don't think it needs to take an argument.

@ellisonbg
Copy link
Member Author

OK I think everything is fixed and ready for merge.

minrk added a commit that referenced this pull request Feb 1, 2014
@minrk minrk merged commit 869d734 into ipython:master Feb 1, 2014
@ellisonbg ellisonbg deleted the testjs-fd branch February 8, 2014 19:52
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants