Code Monkey home page Code Monkey logo

Comments (4)

malxau avatar malxau commented on September 27, 2024

Hi xenu,

Traditionally Yori expected there to be no space between the redirection operator and the target file. Taking the expression "echo a > b.txt", Yori is parsing this expression as "invoke 'echo a b.txt', and redirect to empty string." It can't resolve empty string, and fails.

You are not the first person to have been surprised by this behavior, so since 1.0, there have been a few changes. Commit 04f5210c7e50f9d524624141148d46cd9b69071d allows spaces between the redirect operator and the file, so the expression you typed would work in builds from master or the next release. In addition, commit 64f7adc76a1fc3a04064ee655162308fcee3b4f8 updates the error message to indicate that any failure occurred as part of redirection rather than launching the process, so make any future similar failures easier to understand.

Thanks for trying Yori, and please keep reporting other issues you encounter.

from yori.

malxau avatar malxau commented on September 27, 2024

Also, commit 942c69acc05fb5b2e7ab670369402648cf1694b5 should ensure that osver no longer reports the build as unknown.

from yori.

xenu avatar xenu commented on September 27, 2024

Thank you, I'll wait for the next release.

from yori.

malxau avatar malxau commented on September 27, 2024

These fixes are all released now. Let me know if you hit further issues.

from yori.

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.