Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd appModule for Spring Tool Suite 4 #10339
Conversation
This comment has been minimized.
This comment has been minimized.
AppVeyorBot
commented
Oct 6, 2019
PR introduces Flake8 errors See test results for Failed build of commit 1566466dff |
This comment has been minimized.
This comment has been minimized.
This PR causes two Flake8 errors: F403 and F401. Can I simply ignore these with an appropriate noqa? All app modules importing module for different program are doing exactly the same. cc @feerrenrut |
This comment has been minimized.
This comment has been minimized.
@alexandretoco Could you please download this build, temporarily remove module that I've send you privately from the scratchpad directory and confirt that the issue is fixed? |
This comment has been minimized.
This comment has been minimized.
alexandretoco
commented
Oct 6, 2019
Hi Lukasz!
I can confirm that the snapshot corrected the problem in eclipse.
How ever, I came back to the 2019.2.1 because I use eloquence and the snapshot didn’t recognize it.
Enviado do Email para Windows 10
De: Łukasz Golonka
Enviado:domingo, 6 de outubro de 2019 16:45
Para: nvaccess/nvda
Cc:alexandretoco; Mention
Assunto: Re: [nvaccess/nvda] Add appModule for Spring Tool Suite 4 (#10339)
@alexandretoco Could you please download this build, temporarily remove module that I've send you privately from the scratchpad directory and confirt that the issue is fixed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This comment has been minimized.
This comment has been minimized.
The add-on that you ate using is not compatible with Python 3, so this isn't caused by this PR. |
This comment has been minimized.
This comment has been minimized.
In most cases, despite it breaking consistency, I would prefer just what is used be imported explicitly. In this case, because the goal is to map a new executable name to the same app module without having to maintain another file then I agree I would really like app modules to be mapped via a more flexible mechanism than by matching the python file name with the executable. |
This comment has been minimized.
This comment has been minimized.
@feerrenrut Done, I hope my commend is clear enough. I'd be nice to have this merged in time for 2019.3 because without this fix latest version of Spring Tool isn't really usable according to @alexandretoco |
This comment has been minimized.
This comment has been minimized.
@feerrenrut wrote:
see #10248, which is related to that desire. |
This comment has been minimized.
This comment has been minimized.
@leonardder You have pending review here. |
This comment has been minimized.
This comment has been minimized.
@feerrenrut This is ready for a review if you have time. |
This comment has been minimized.
This comment has been minimized.
@feerrenrut Would you be able to review this, and if it looks ok get it into 2019.3? I understand that we are quite close to the release, however the change itself is very small and without it someone depending on latest version of Spring Tool has to wait a few more months. |
Thanks @lukaszgo1 |
lukaszgo1 commentedOct 6, 2019
•
edited
Link to issue number:
Fixes #10001
Summary of the issue:
Spring Tool Suite 4 changed name of its main executable. Because of this proper appModule wasn't loaded.
Description of how this pull request fixes the issue:
Add app Module for a proper executable. This simply imports module for Eclipse.
Testing performed:
Try build tested by @alexandretoco. He confirms that proper module is loaded. I cannot test myself because Spring Tool suite fails to start on my machine for some reason.
Known issues with pull request:
None known
Change log entry:
Section: Bug fixes
Spring Tool Suite Version 4 is now supported