Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PTP 4.0.3 RC2b build is available.

On 09/03/2010 12:17 PM, Greg Watson wrote:
That's not what I see. It's possible that this has something to do with the lag in the anonymous CVS, which seems to take a few days to be updated from the main CVS. We've notice this problem before.

Greg

$ cvs -d :ext:xxxx@xxxxxxxxxxxxxxx:/cvsroot/tools export -r v201009021611 org.eclipse.ptp
$ mv org.eclipse.ptp org.eclipse.ptp_ v201009021611
$ cvs -d :ext:xxxx@xxxxxxxxxxxxxxx:/cvsroot/tools export -r ptp_4_0 org.eclipse.ptp
$ mv org.eclipse.ptp org.eclipse.ptp_ptp_4_0
$ diff -r org.eclipse.ptp_ptp_4_0 org.eclipse.ptp_v201009021611 | grep Only
Only in org.eclipse.ptp_ptp_4_0/core: org.eclipse.ptp.core.tests
Only in org.eclipse.ptp_ptp_4_0/core: org.eclipse.ptp.remote.core.tests
Only in org.eclipse.ptp_ptp_4_0/core: org.eclipse.ptp.utils.core.tests
Only in org.eclipse.ptp_ptp_4_0/debug: org.eclipse.ptp.debug.core.tests
Only in org.eclipse.ptp_ptp_4_0/rdt: org.eclipse.ptp.rdt.ui.tests
Only in org.eclipse.ptp_ptp_4_0/releng: org.eclipse.ptp.releng
Only in org.eclipse.ptp_ptp_4_0/tools/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis: internal
<  		boolean allowPrefixOnlyMatch=OpenMPPlugin.getDefault().getPreferenceStore().getBoolean(OpenMPIDs.OPENMP_RECOGNIZE_APIS_BY_PREFIX_ALONE);
<  				atu.accept(new OpenMPCASTVisitor(includes, fileName, allowPrefixOnlyMatch, msr));
<      public OpenMPCASTVisitor(List<String>  includes, String fileName, boolean allowPrefixOnlyMatch, ScanReturn msr)
<          super(includes, fileName, allowPrefixOnlyMatch, msr);
Only in org.eclipse.ptp_ptp_4_0/tools/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp: internal

Today's checkout looks better:

diff -r org.eclipse.ptp-ptp_4_0 org.eclipse.ptp-v201009021611 | grep Only
Only in org.eclipse.ptp-ptp_4_0/core: org.eclipse.ptp.core.tests
Only in org.eclipse.ptp-ptp_4_0/core: org.eclipse.ptp.remote.core.tests
Only in org.eclipse.ptp-ptp_4_0/core: org.eclipse.ptp.utils.core.tests
Only in org.eclipse.ptp-ptp_4_0/debug: org.eclipse.ptp.debug.core.tests
Only in org.eclipse.ptp-ptp_4_0/rdt: org.eclipse.ptp.rdt.ui.tests
Only in org.eclipse.ptp-ptp_4_0/releng: org.eclipse.ptp.releng
Only in org.eclipse.ptp-ptp_4_0/tools/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis: internal < boolean allowPrefixOnlyMatch=OpenMPPlugin.getDefault().getPreferenceStore().getBoolean(OpenMPIDs.OPENMP_RECOGNIZE_APIS_BY_PREFIX_ALONE); < atu.accept(new OpenMPCASTVisitor(includes, fileName, allowPrefixOnlyMatch, msr)); < public OpenMPCASTVisitor(List<String> includes, String fileName, boolean allowPrefixOnlyMatch, ScanReturn msr)
<         super(includes, fileName, allowPrefixOnlyMatch, msr);
Only in org.eclipse.ptp-ptp_4_0/tools/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp: internal


--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top