gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-222-g6


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-222-g68e426d
Date: Sat, 29 Dec 2018 00:39:26 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  68e426d3dc7543eb8c80b74f3359e4d3bbce75bd (commit)
      from  d3eb78dd421df15555854ec2df3271cce80f9f06 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68e426d3dc7543eb8c80b74f3359e4d3bbce75bd
Author: Fred Wright <address@hidden>
Date:   Fri Dec 28 21:35:16 2018 -0800

    GREIS: Fixes raw-data test failure on some platforms.
    
    This was observed on OSX 10.5, both x86 and PPC, though with different
    exact symptoms.  It could have appeared on any platform where
    "opportunistic initialization" was absent.  The problem is that some
    of the raw.meas fields are never populated at all by the GREIS driver,
    but are still converted to JSON, with not-entirely-predictable
    results, and hence test failures.  In the x86 case, "snr" was the
    offender, while on PPC it was "freqid" and "lli".  This fix
    initializes all the fields of the 'meas' substructure that are
    otherwise unwritten by this driver.  It did not change the output in
    the previously passing cases.
    
    TESTED:
    All tests now pass on OSX 10.5-10.13, including 10.5 PPC.

-----------------------------------------------------------------------

Summary of changes:
 driver_greis.c | 7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]