Skip to content

Causes LoadError when executing on Windows #36

@yutakat

Description

@yutakat

When executing Ruby-Instarepl on Windows, it causes "Invalid argument" error as below

ruby: Invalid argument -- "C:/Users/yutaka/AppData/Local/LightTable/plugins/Ruby
_Instarepl/rb-src/lt_client.rb" (LoadError)

After investigating, I found that lt-ruby invoked ruby with following argument, and it causes the error above.

ruby ""C:\Users\yutaka\AppData\Local\LightTable\plugins\Ruby_Instarepl\rb-src\lt_client.rb"" 63336 985

It looks like lt_client.rb is over-quoted and function escape-spaces needs to be revised...

Versions:
Light Table 0.6.7
ruby 2.0.0p481 (2014-05-08) [x64-mingw32]
Ruby-instarepl 0.0.15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions