santagada / xontrib-powerline

Powerline for Xonsh shell
MIT License
49 stars 20 forks source link

Fix PendingDeprecationWarning in xonsh 0.5.1 #2

Closed moigagoo closed 7 years ago

moigagoo commented 7 years ago

FORMATTER_DICT is deprecated since xonsh 0.5.1, so there's an annoying warning on every shell update:

PendingDeprecationWarning: FORMATTER_DICT is an alias of PROMPT_FIELDS and will be removed in the next release

This small change switches to the new PROMPT_FIELDS to resolve this issue.

johnfraney commented 7 years ago

I gave this fix a try and it's working well for me

santagada commented 7 years ago

Sorry for taking so long to respond, I was on vacation. I will look at the fixes and release a new version of powerline that I have been developing on my machine unfortunately (it all started as test for the new toolbar prompt changes).

santagada commented 7 years ago

And just to say, thanks both for using the xontrib (and xonsh) and for xontributing ;).