Giter VIP home page Giter VIP logo

flycheck-pony's People

Contributors

jmiven avatar ponylang-main avatar rmloveland avatar seantallen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flycheck-pony's Issues

Melpa?

Have you considered submitting flycheck-pony to melpa for slightly easier installation and discovery?

Why `-rexpr` and not `-rfinal`?

Using ponyc -rexpr leaves exceptions/error checking out. For example the following code (taken from the tutorial) does not compile, but it passes checking with -rexpr.

actor Main
  new create(env: Env) =>
    let iterator = ["Bob"; "Fred"; "Sarah"].values()
    while iterator.has_next() do
      let name = iterator.next()?
      env.out.print(name)
    end

Checker errors due to bad interaction with Emacs lockfiles

Editing a .pony file in Emacs 24.5.1 without saving it, I'm getting lots of:

Suspicious state from syntax checker pony: Checker pony returned non-zero exit code 255, but no errors from output: Building . -> /home/<user>/proj/pony/helloworld
/home/<user>/proj/pony/helloworld/.#main.pony: can't open file
/home/<user>/proj/pony/helloworld/.#main.pony: couldn't open file /home/<user>/proj/pony/helloworld/.#main.pony

Checker definition probably flawed.

The .#main.pony file appears to be a (broken) symlink which Emacs uses as a lockfile to avoid editing collisions.
A temporary workaround (until either an Emacs update handles these files differently or ponyc learns to ignore them) is to add

(setq create-lockfiles nil)

in your ~/.emacs file. See http://stackoverflow.com/q/5738170/588561 for more details.

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.