Re: NB 8.2 Patch 1 Missing Things
Emilian Bold <[email protected]> Wed, 4 Jan 2017 20:46:19 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAL6R17D42pO_ne749mzm4RfpE4LrxNcweJWTEHZmLN5x2+B9vg@mail.gmail.com> |
I don't believe main-golden ever gets merged into a release branch. I assume your fix officially gets into release90. You should add a separate commit into the release82 branch, it's not automatically added. --emi On Wed, Jan 4, 2017 at 6:39 PM, Wade Chandler <[email protected]> wrote: > Please look at: > http://hg.netbeans.org/main-golden/log/tip/groovy.support/ > src/org/netbeans/modules/groovy/support/actions/TestMethodUtil.java > and > http://hg.netbeans.org/main-golden/file/tip/groovy. > support/src/org/netbeans/modules/groovy/support/ > actions/TestMethodUtil.java > > and notice it has support for running and debugging a single test in > Groovy files (I added this; Bruno Flavio merged it for me) > > And then, look here: > http://hg.netbeans.org/releases/file/release82/groovy.support/src/org/ > netbeans/modules/groovy/support/actions/TestMethodUtil.java > http://hg.netbeans.org/releases/log/release82/groovy. > support/src/org/netbeans/modules/groovy/support/ > actions/TestMethodUtil.java > > It seems the latest main-golden was never merged into the patch release. > How do things get into a patch release? My understanding was things in > main-golden would work into that release, but I seem to be missing > something. Either way, I was hoping the contribution would have made it > into patch 1 as it is quite useful, and I need it :-). This has been in > main-golden since before the actual published release of 8.2 (so many > months ago). > > Any help appreciated, and many thanks, > > Wade > > > >