Skip to content

Deprecate duplicate functions from utils. #427

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

Merged
merged 2 commits into from
Sep 15, 2015
Merged

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Sep 14, 2015

Closes #245

@Carreau Carreau added this to the 4.1 milestone Sep 14, 2015
@ellisonbg
Copy link
Contributor

Sad Travis :(

@Carreau
Copy link
Member Author

Carreau commented Sep 14, 2015

Sad Travis :(

You know you can head to the travis page and restart just the failing test ?

cursor_pos += cm.getLine(i).length + 1;
}
return cursor_pos;
console.warn('utils.to_absolute_cursor_pos(cm, pos) is deprecated us cm.indexFromPos(cursor)');
Copy link
Member

Choose a reason for hiding this comment

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

... is deprecated us, you want to put use? by? I don't get the phrase written as is...

below it is the same... thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

Better ?

Copy link
Member

Choose a reason for hiding this comment

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

Perfect! thanks!

minrk added a commit that referenced this pull request Sep 15, 2015
Deprecate duplicate functions from utils.
@minrk minrk merged commit 8f1b2e9 into jupyter:master Sep 15, 2015
@Carreau Carreau deleted the fix-245 branch April 14, 2016 13:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove utils functions existing in codemirror.
4 participants