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

Latest updates broke ST3 compatibility #29

Closed
tollus opened this issue Mar 26, 2013 · 2 comments
Closed

Latest updates broke ST3 compatibility #29

tollus opened this issue Mar 26, 2013 · 2 comments

Comments

@tollus
Copy link
Contributor

tollus commented Mar 26, 2013

I believe it's from Line 19 since "sublime" (from 400f812) is not available during load time. It will fail silently, then when you go to save a file, you get the error:

Writing file ... with encoding UTF-8 (atomic)
Exception in thread Thread-1:
Traceback (most recent call last):
File "X/threading.py", line 639, in _bootstrap_inner
File "X/threading.py", line 596, in run
File "...\Sublime Text 3\Packages\Local History\history.py", line 50, in run
if os.path.getsize(file_path) > FILE_SIZE_LIMIT:
TypeError: unorderable types: int() > NoneType()

@vishr
Copy link
Owner

vishr commented Mar 26, 2013

Fixed in 8883ec9

@vishr vishr closed this as completed Mar 26, 2013
@tollus
Copy link
Contributor Author

tollus commented Mar 26, 2013

Thanks, confirmed working.

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

No branches or pull requests

2 participants