-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I'm experiencing an odd new error after upgrading to the latest clink version. Every time I type a letter of the first word typed, I get this error thrown for each letter typed:
word classifier failed:
{arguments.lua}:0: attempt to concatenate a boolean value
stack traceback:
{classifier.lua}: in function <{classifier.lua}:71>
[C]: in function 'xpcall'
{classifier.lua}: in function <{classifier.lua}:70>
I've looked for a classifier.lua or arguments.lua file on my laptop but these don't seem to exist. The error stops being thrown once the first word is typed and i start typing out the first argument. Here's a video example where I slowly type out the word clink letter by letter then press enter. If I were to type clink info the error would only occur until I pressed space, then I could type out info with no issues.
WindowsTerminal_ZxisOHNXtN.mp4
This is my clink info output if that's helpful:
λ clink info
version : 1.6.9.242b68
session : 45852
injected : clink_dll_x64.dll
binaries : %APPDATA%\Cmder\vendor\clink
state : %APPDATA%\Cmder\config
log : %APPDATA%\Cmder\config\clink.log
settings : %APPDATA%\Cmder\config\clink_settings
history : %APPDATA%\Cmder\config\clink_history
scripts : %APPDATA%\Cmder\vendor ; %APPDATA%\Cmder\vendor\clink ; %APPDATA%\Cmder\config ; %APPDATA%\Cmder\config\clink-gizmos
inputrc : %clink_inputrc%
(unset)
: state directory
%APPDATA%\Cmder\config\.inputrc (LOAD)
%APPDATA%\Cmder\config\_inputrc
: %userprofile%
%USERPROFILE%\.inputrc
%USERPROFILE%\_inputrc
: %localappdata%
%APPDATA%\..\Local\.inputrc
%APPDATA%\..\Local\_inputrc
: %appdata%
%APPDATA%\.inputrc
%APPDATA%\_inputrc
: %home%
%USERPROFILE%\.inputrc
%USERPROFILE%\_inputrc
system : 10.0.22621.3155
codepage : 1252
keyboard langid : 3081
keyboard layout : 00000409
I'm using Cmder and Windows Terminal. Any insight you could offer would be very much appreciated :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working