Giter Site home page Giter Site logo

Comments (7)

ilg-ul avatar ilg-ul commented on June 12, 2024

@jonahgraham, v6.4.0 is almost ready, this is the only pending issue.

Do you think we can solve it before 2023-09 closing date?

from eclipse-plugins.

jonahgraham avatar jonahgraham commented on June 12, 2024

@ilg-ul I'll try to come back to it, but more critical items have creeped in my todo list.

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

What is the 2023-09 closing date? If things get that busy we can delay it for -12, but I'd prefer to have it in -09, to remove this item from my todo list, since I don't plan for a new release in the near future.

I might also try to address it myself if you explain me what the problem was, since I did not understand it from your previous PR. :-(

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

I took a closer look at your explanations in #576, and, if I got it right, you identified a bug in the following sequence:

IPath projectPath = project.getWorkspace().getRoot().getLocation().append(project.getFullPath());
IPath xpackBinPath = projectPath.append("xpacks").append(".bin");

path.add(xpackBinPath.toOSString());

and suggested:

String xpackBinPath = project.getFolder("xpacks").getFolder(".bin").getLocation().toOSString();
path.add(xpackBinPath);

This should produce a correct path, even if the project is not stored in the workspace.

I tested this with a project created via the QEMU Arm xPack template outside the workspace and the build passed, so I guess this is ok.

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

I did an attempt to fix this issue in commit 2eea055.

Please review it and let me know if this is what you meant.

from eclipse-plugins.

jonahgraham avatar jonahgraham commented on June 12, 2024

String xpackBinPath = project.getFolder("xpacks").getFolder(".bin").getLocation().toOSString();

That is what I meant.

What held me up here is that I didn't take time to understand the other parts of your request, but seeing what you changed it LGTM

from eclipse-plugins.

ilg-ul avatar ilg-ul commented on June 12, 2024

Ok, thank you. Then I'll proceed with the release.

from eclipse-plugins.

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.