nlipiarski / MCC

Marshal Command Code Syntax Highlighter
GNU General Public License v3.0
14 stars 2 forks source link

Unable to import with Sublime 3 on Linux #66

Closed CubeTheThird closed 5 years ago

CubeTheThird commented 5 years ago

While I don't necessarily expect this issue to be addressed here, I figure it would at least be worth documenting. This is in part the result of an upstream problem:

cProfile cannot be imported on Linux https://github.com/SublimeTextIssues/Core/issues/127

Seems other projects have developed workarounds, and as the report has existed for 6 years now, I don't expect it will be fixed any time soon.

nlipiarski commented 5 years ago

Does this prevent the highlighter from working entirely? The part that does use cProfile is not intended for general use so I don't really care if it works for everyone or not.

CubeTheThird commented 5 years ago

Yes, this prevents the plugin from being able to load, resulting in the following stacktrace:

stacktrace.txt

Nice to know that it isn't as impactful as I expected.

nlipiarski commented 5 years ago

The latest release has removed the offending file, so now everything should work fine on Linux.