Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [corrosion-dev] Seeking help with 3 Corrosion problems.

Hello Richard,

You probably noticed that Corrosion is still a young project and face some typical youth issues as the ones you mention. As such, thank you for taking the time to reach out on this channel or another to help Corrosion get more mature.
Before I start answering the question, I'd like to also remind you that you'd be very welcome to submit patches or to find some other people to submit patches if you have the opportunity ;)

On Sun, Dec 2, 2018 at 5:01 PM Richard Kemp <rickeclipse@xxxxxxxxxx> wrote:
1. How do you put in command line arguments in Eclipse Corrosion? I cannot
    bring up the appropriate page.

Which version of Corrosion are you using ? With a recent version, the Launch configuration view shows an "Arguments" tab where you can add CLI arguments. It was implemented as part of https://github.com/eclipse/corrosion/issues/151 which was fixed on Oct 16th. So if you use a recent build (need to use the snapshot site), you should have it enabled.
But your question drove me to potential improvements in the Run workflow anyway:https://github.com/eclipse/corrosion/issues/184184

2. Can you run Cargo Test in Debug mode? If so how?

Is it possible to do it via CLI? If so, you may be able to tweak the Cargo Test run config to enable the necessary debug flags. But it'd still be a workaround.
I suggest you add this as an enhancement request to https://github.com/eclipse/corrosion/issues

3. Can auto complete (i.e. two quotes when one typed, close bracket when
only open typed etc.) be switched off? If so how?

We have a ticket about issue with closing brackets: https://github.com/eclipse/corrosion/issues/163 . Is it the same story? Please comment on the bug if it is, and see https://github.com/eclipse/corrosion/issues/163#issuecomment-436024413 for a workaround.
If it's a different story, please open a different bug at https://github.com/eclipse/corrosion/issues

Thanks again!

Back to the top