Git Product home page Git Product logo

Comments (3)

krader1961 avatar krader1961 commented on June 12, 2024

I also got this error: open lib/github.com/xiaq/edit.elv: is a directory. The error is self explanatory, and due to an unusual name for an Elvish package (see https://github.com/xiaq/edit.elv). It's probably not worth complicating the implementation to suppress the message in this case but I'm mentioning it because any error is likely to surprise a user.

from upgrade-scripts-for-0.17.

krader1961 avatar krader1961 commented on June 12, 2024

I also got this error in response to running upgrade-scripts-for-0.17 -w **.elv. It was not at all obvious where it originated:

parse error: should be ')'
[stdin], line 47: 	}

I tracked it down to my lib/semver.elv module I was working on before realizing @zzamboni had already solved the semver problem and abandoned work on my implementation. I did have a syntax error. Apparently I was in the middle of augmenting the logic and neglected to add a right-paren to the (and... expression in this block of code at the time I abandoned work on my module:

    for i (range $min-len) {
        if (and (re:match '^\d+$' $l1[$i]) (re:match '^\d+$' $l2[$i]) {
            # Both prerelease components are numbers so compare them numerically.
        }
    }

from upgrade-scripts-for-0.17.

xiaq avatar xiaq commented on June 12, 2024

I believe the issues are resolved. Let me know if I missed anything.

from upgrade-scripts-for-0.17.

Related Issues (4)

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.