73rhodes / Sublime-JSLint

JSLint for Sublime Text 2 and 3.
80 stars 14 forks source link

TypeError: unsupported operand type on Sublime-text 3 #26

Closed leomascarenhas closed 10 years ago

leomascarenhas commented 10 years ago

I found this problem trying to use JSLint on Sublime text 3 On os x mavericks it works fine, the problem is on ubuntu / elementary os.

Traceback (most recent call last): File "/opt/sublime_text/sublimeplugin.py", line 524, in run return self.run(**args) File "/home/leo/.config/sublime-text-3/Packages/JSLint/JSLint.py", line 18, in run settings.get('options', []) + TypeError: unsupported operand type(s) for +: 'map' and 'list'

Pinolo commented 10 years ago

Confirmed also on OS X Mavericks + python 2.7.5

jamesabbottsmith commented 10 years ago

Same here. OS X 10.9.2, Python 3.3.0

jpappas85 commented 10 years ago

I can confirm this also on Windows 7.

dennis-van-bennekom commented 10 years ago

Can confirm OSX Mavericks

darrenderidder commented 10 years ago

I'll have a look at it. If anybody has a fix, go ahead with a pull req!

darrenderidder commented 10 years ago

This should be fixed now. Please confirm.

leomascarenhas commented 10 years ago

Great! is fixed for me, thanks!

darrenderidder commented 10 years ago

right on.