vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

path problem #48

Closed dizergin closed 8 years ago

dizergin commented 8 years ago

Famous cargo binary path problem.. "Uncaught TypeError: item.save is not a function" Yes , I am aware of the discussion upon the topic.. but NONE of suggested workabouts is good for me. The problem: The tokamak can not do anything with the cargo.exe commands. The details: The Racer atom's component does not work too even stand alone(without tokamak)- I suspect for the same reason . The linter atom's component works well (It implies on correctly set the rust environment). The Racer set up correctly and works well(out of the Atom). The autodetection results visually correct paths in the proper fields. Yet nasty autodetection toolchain problem presents at the atom's start - may be it prevents the tokamak from its regular workflow? Of course the cargo tool works just fine from a command line. The Rust environment was set up with the rustup tool (default options for msvs(abi) of the stable channel ). OS Windows 10. atom v1.8.0. tokamak v 0.2.7

dizergin commented 8 years ago

upd: the bug was in the autodetect procedure - endline symbol was add in every path string value through its execution

vadixidav commented 8 years ago

Shouldn't this still be open then? This is still an issue for people.

dizergin commented 8 years ago

The bug I were experienced with is connecting with incorrect path auto-detection procedure. It adds endline symbol (or something like that) to the end path field (so affected fields looks like memos). The workabout is -just remove endline symbols and turn off the autodetection feature at startup. Warning - If you exec the autodetection procedure (by pressing the toolbar button) the error appears again! Of course it must be repaired... Concerning the issue - i think that one should create a new one.. to describing the problem more clearly and explicitly

vadixidav commented 8 years ago

The auto detection is bugged then, so the issue should be reopened.

vadixidav commented 8 years ago

Is the autodetection not in this repo?