GithubHelp home page GithubHelp logo

Comments (4)

Phaiax avatar Phaiax commented on September 24, 2024

fixed (release will follow in the next few hours)

from arctictypescript.

joswhite avatar joswhite commented on September 24, 2024

Thanks for doing this commit. It still didn't fix the problem for me, so I investigated the issue further by debugging it and found out what my problem was. In lib\system\Project.py line 146 we call startview.window().project_file_name(), which is equivalent to sublime.active_window().project_file_name(). We store this value (the project file name) and then use it on line 482 of the file. The code on line 482 is called by the code that executes pre- and post-processing commands. To get it to return a valid path, one must have a sublime-project file for the project. So I added a sublime-project file to the project and had no more errors.

Hopefully anyone else who has this same problem is helped by my comment here. If you could mention on the home page that you must have a sublime-project file for the pre- and post-processing commands to work, that would be great! (It might also be nice to change the "Common JS Module with Tests" to have a project file so it works correctly as well.) That way others don't have to go through the same pain as me. :)

Please comment with any further ideas about this, or if I got any of this wrong. Thanks!

from arctictypescript.

Phaiax avatar Phaiax commented on September 24, 2024

no, i should fix that.
A few month ago, I have changed the project part, so that a project should never be neccessary. The problem is, that when I am doing testing, I always have the ArcticTypescript project loaded.
Thank you very much for pointing that out.

from arctictypescript.

joswhite avatar joswhite commented on September 24, 2024

Yes, if you could do that, then it would be even better! Thanks for your fast reply!

from arctictypescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.