-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[bug] E117: Unknown function: ale#handlers#ruby#EscapeExecutable #2821
Labels
Comments
I have fixed this now. An older patch was merged that referenced the function with an older name. |
suoto
pushed a commit
to suoto/ale
that referenced
this issue
Oct 9, 2019
suoto
pushed a commit
to suoto/ale
that referenced
this issue
Oct 9, 2019
AntoineGagne
added a commit
to AntoineGagne/ale
that referenced
this issue
Oct 31, 2019
* master: (39 commits) Fix the test issues with html-beautify Add support for html-beautify (dense-analysis#2788) fixers/stylelint: enhance `stylelint` fixer (dense-analysis#2745) Fix dense-analysis#2835 - Bump up the sign group version check for NeoVim Mention the disabled option for message severity Adding support for LSP `window/showMessage` method (dense-analysis#2652) Fix tsserver not returning details for items with empty source Allow code actions to work on callback based sources Add support for nimlsp (dense-analysis#2815) Add definition of c/clangd's language as C (dense-analysis#2791) Bump the ALE version Fix TCP server config example. Suboptimal fix to prevent variables from leaking out of new clangd test Hopefully fixed issue with Windows paths Added tests for clangd compile commands dectection Updated ale_linters/c/clangd.vim to match ale_linters/cpp/clangd.vim Fix dense-analysis#2800 - Ignore completion user data which is not a dictionary Fix dense-analysis#2821 - Fix the debride linter after merging older code Add the possiblity to add extra psalm options fix tflint handler for 0.11+ (dense-analysis#2775) ...
timlag1305
pushed a commit
to timlag1305/ale
that referenced
this issue
Nov 5, 2019
suoto
pushed a commit
to suoto/ale
that referenced
this issue
Nov 7, 2019
I'm getting this error today, having just pulled the latest master of ale. I worked around it by avoiding
|
You probably have two different versions of ALE installed. Have a look through your runtimepath. ( |
Thanks for replying. I'll look into that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
VIM version
Operating System: macOS Catalina version 10.15
What went wrong
When I save
.rb
file, Ale shows error like this.I updated plugin today, then master branch is pulled and I used it.
Also I checked source codes (I'm not familiar for ale and vim scripts).
This fix might leak a fix at this line or merge timing makes this situation.
The line should be
Reproducing the bug
.rb
file.:ALEInfo
The text was updated successfully, but these errors were encountered: