Giter Club home page Giter Club logo

Comments (4)

benoitsan avatar benoitsan commented on August 15, 2024

Fixed (699d2c2). It was definitely too verbose and badly implemented.

from bbuncrustifyplugin-xcode.

simonliotier avatar simonliotier commented on August 15, 2024

Hi,

Are you sure the problem is fixed in 2.0.3? I have the exact same issue. When I try to format a file containing @{key: object}, nothing happens. In Console.app, I see the following error:

[BBUncrustifyPlugin] Uncrustify error — exit code 1 (Parsing: testFile.m as language OC testFile.m:19 Garbage in col 31: 40 testFile.m:19 unexpected colon in col 39 n-parent=NONE c-parent=NONE l=2 bl=2 )

I've then tried to format my file directly with uncrustify (using the binary embedded in your plugin), and it worked perfectly.

Thanks.

from bbuncrustifyplugin-xcode.

benoitsan avatar benoitsan commented on August 15, 2024

When I said fixed, I mean the error alert sheet is no more displayed because it was too verbose and errors don't cancel the next formatting tasks.

The error you get means that the Uncrustify binary fails to format the file. So it's not a plugin issue, it's an issue with Uncrustify.

The plugin is using the latest version 0.60 of Uncrustify (https://github.com/bengardner/uncrustify/releases) but it could be interesting to make a test with a nighty build.

Can you send me (Dropbox link, gist, ...) an example of file where you get the issue.

from bbuncrustifyplugin-xcode.

simonliotier avatar simonliotier commented on August 15, 2024

Here is a simple file that fails: https://gist.github.com/simonliotier/ca454433830b5f717133

I've managed to "fix" the issue by completely ignoring the error status (if (status == 0), line 150 in CFOUncrustifyFormatter.m). The formatting is then done without any issue.

A strange thing to notice: I'm completely unable to reproduce the issue on another machine (with same Mac OS, Xcode, BBUncrustifyPlugin versions). So you may not be able to see the issue on your machine.

from bbuncrustifyplugin-xcode.

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.