theam / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
Apache License 2.0
352 stars 31 forks source link

Trailing character of new project truncated #80

Closed vertexcite closed 7 years ago

vertexcite commented 7 years ago

The path for a new project must end with a trailing slash. If not, the last character is truncated for what actually happens on the filesystem, but the UI tries the non-truncated name and says it can't find the project.

NickSeagull commented 7 years ago

Pinging @mdibaiee :)

mdibaiee commented 7 years ago

@vertexcite could you please paste haskell-do's logs? :grin: also see if #78 is relevant to your issue (try removing .stack-work and re-building with the latest version)

NickSeagull commented 7 years ago

@mdibaiee two users at Zurihac tried to do the same and it happened too to them D:

mdibaiee commented 7 years ago

@NickSeagull: solved in #99 :grin: :+1:

NickSeagull commented 7 years ago

Closing!