Git Product home page Git Product logo

Comments (5)

wbond avatar wbond commented on June 29, 2024

I don't believe path is a known variable for build systems.

With any luck, the next dev build of ST3 will actually have code to pull in your shell environment on OS X, which should resolve this issue.

from rust-enhanced.

jasonwilliams avatar jasonwilliams commented on June 29, 2024

Thanks for the quick response @wbond !
So I'm assuming path will just be the user's system path when running build? (in the new fix, btw do you have a link for that?) which means we can get rid of the path field here?

from rust-enhanced.

FichteFoll avatar FichteFoll commented on June 29, 2024

@Jayflux see the env key described here: http://docs.sublimetext.info/en/latest/reference/build_systems/exec.html. Basically,

{
    ...
    "env": {
        "path": "$path:~/.cargo/bin"
    }
}

Disregard this, I got baited by @wbond. 😺

from rust-enhanced.

jasonwilliams avatar jasonwilliams commented on June 29, 2024

Apparently the path in the debug information is incorrect:
sublimehq/sublime_text#1039

from rust-enhanced.

wbond avatar wbond commented on June 29, 2024

Sorry, I was looking at the C++ part of the build system implementation… it does appear that through the kwargs in the exec build system that path should work. It does appear, however that it is not reflected in the build system output.

I'll try to get these edge cases cleaned up in one of the next builds.

from rust-enhanced.

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.