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

Object.extname is deprecated. #3

Closed
kelbyers opened this issue May 8, 2018 · 5 comments
Closed

Object.extname is deprecated. #3

kelbyers opened this issue May 8, 2018 · 5 comments

Comments

@kelbyers
Copy link

kelbyers commented May 8, 2018

Argument to path.extname must be a stringObject.extname (/Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:20:10)TagGenerator.getLanguage (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/tag-generator.coffee:40:24)TagGenerator.generate (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/tag-generator.coffee:84:29)SymbolsTreeViewFix.generateTags (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:223:62)SymbolsTreeViewFix.populate (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:107:14)<unknown> (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:272:24)

@steveraymon
Copy link

Argument to path.extname must be a string

Object.extname - /Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:20:10
TagGenerator.getLanguage - /Users/steve/.atom/packages/symbols-tree-view/lib/tag-generator.coffee:40:24
TagGenerator.generate - /Users/steve/.atom/packages/symbols-tree-view/lib/tag-generator.coffee:84:29
SymbolsTreeViewFix.generateTags - /Users/steve/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:223:62
SymbolsTreeViewFix.populate - /Users/steve/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:107:14
- /Users/steve/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:272:24

@steveraymon
Copy link

Is there a fix for above issue ?

@nicolashainaux
Copy link
Owner

Sorry, at the moment I do not use atom any more. I am not sure I'll have time soon enough to check this. I remember this should have been fixed though, but maybe I'm wrong.

@nicolashainaux
Copy link
Owner

nicolashainaux commented May 18, 2020

Well I've checked and it should have been fixed. So, it looks like it just shows up again...
xndcn/symbols-tree-view#148

@nicolashainaux
Copy link
Owner

This was actually already fixed in the other fork (symbols-tree-nav) and I didn't notice I simply did not backport the fixes here. It's too complicated to maintain it in parallel to symbols-tree-nav, so I won't maintain it any longer. Please consider switching to symbols-tree-nav (what is almost the same).

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

3 participants