Skip to content

Fixed collections warning #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed collections warning #7

wants to merge 1 commit into from

Conversation

igormorgado
Copy link

ok.

@igormorgado igormorgado reopened this Feb 10, 2019
Copy link
Author

@igormorgado igormorgado left a comment

Choose a reason for hiding this comment

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

No harm done.

@FilBot3
Copy link

FilBot3 commented Jun 20, 2019

$ vim
Error detected while processing function conque_gdb#load_python:
line    6:
/must>not&exist/foo:39: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
Press ENTER or type command to continue

The errors being fixed do not appear in gVim.

@FilBot3
Copy link

FilBot3 commented Jun 20, 2019

I made the same change that's made in this PR. However, I'm not receiving this error.

$ git commit
hint: Waiting for your editor to close the file... Error detected while processing function conque_gdb#load_python:
line    6:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/pd028300/.vim/pack/vendor/start/conque-gdb/autoload/conque_gdb/conque_gdb.py", line 2, in <module>
    import collections.abc
ImportError: No module named abc
Press ENTER or type command to continue
error: There was a problem with the editor 'vi'.
Please supply the message using either -m or -F option.

@rpuntaie
Copy link

Please copy from
plotly/dash@d3d63ba

@FilBot3
Copy link

FilBot3 commented Jul 5, 2019

Since this works in gVim, but not in regular vim, I ended up doing this in my .vimrc

if has("gui_running")
  autocmd BufEnter * :packadd conque-gdb
endif

and placing the conque-gdb for now in the ~/.vim/pack/vendor/opt/conque-gdb/ folder. Then its only loaded during gVim. However, this still is an issue.

@0x8f701
Copy link

0x8f701 commented Aug 19, 2019

same errors here?

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.

4 participants