boost timer, warnings, backlog
I'm seeing a warning for use of "long long" in a lot of builds, originating in Boost.Timer. I like warning-free builds, so this is something I would like to see resolved. There's an issue in Boost Trac for it: https://svn.boost.org/trac10/ticket/12996 There's a pull request open since April for it (and 3 more going back a couple years): https://github.com/boostorg/timer/pull/4 Is this module still actively maintained? Thanks, Jim
James E. King, III wrote:
I'm seeing a warning for use of "long long" in a lot of builds, originating in Boost.Timer. I like warning-free builds, so this is something I would like to see resolved.
There's an issue in Boost Trac for it:
https://svn.boost.org/trac10/ticket/12996
There's a pull request open since April for it (and 3 more going back a couple years):
https://github.com/boostorg/timer/pull/4
Is this module still actively maintained?
I enabled issues on Timer and added a minimal .travis.yml there, to get some testing done on PRs. I'm not seeing any `long long` warnings though. clang is usually pretty picky about use of long long, and yet, nothing shows up in https://travis-ci.org/boostorg/timer/builds/291278688
On Sun, Oct 22, 2017 at 6:33 PM, Peter Dimov via Boost < boost@lists.boost.org> wrote:
James E. King, III wrote:
I'm seeing a warning for use of "long long" in a lot of builds,
originating in Boost.Timer. I like warning-free builds, so this is something I would like to see resolved.
There's an issue in Boost Trac for it:
https://svn.boost.org/trac10/ticket/12996
There's a pull request open since April for it (and 3 more going back a couple years):
https://github.com/boostorg/timer/pull/4
Is this module still actively maintained?
I enabled issues on Timer and added a minimal .travis.yml there, to get some testing done on PRs.
I'm not seeing any `long long` warnings though. clang is usually pretty picky about use of long long, and yet, nothing shows up in
In this build from 4 days ago on develop I did see it, as well as builds today: https://travis-ci.org/boostorg/format/jobs/289630561 around line 940 - Jim
James E. King, III wrote:
On Sun, Oct 22, 2017 at 6:33 PM, Peter Dimov via Boost < boost@lists.boost.org> wrote:
I'm not seeing any `long long` warnings though. clang is usually pretty picky about use of long long, and yet, nothing shows up in
In this build from 4 days ago on develop I did see it, as well as builds today:
https://travis-ci.org/boostorg/format/jobs/289630561 around line 940
That's some kind of a mystery then. https://travis-ci.org/boostorg/timer/jobs/291278694#L767 doesn't warn, https://travis-ci.org/boostorg/format/jobs/289630561#L975 does, and I see no relevant difference between the two.
Le 23/10/2017 à 03:30, Peter Dimov via Boost a écrit :
James E. King, III wrote:
I'm not seeing any `long long` warnings though. clang is usually
On Sun, Oct 22, 2017 at 6:33 PM, Peter Dimov via Boost < boost@lists.boost.org> wrote: pretty > picky about use of long long, and yet, nothing shows up in
In this build from 4 days ago on develop I did see it, as well as builds today:
https://travis-ci.org/boostorg/format/jobs/289630561 around line 940
That's some kind of a mystery then.
https://travis-ci.org/boostorg/timer/jobs/291278694#L767
doesn't warn,
https://travis-ci.org/boostorg/format/jobs/289630561#L975
does, and I see no relevant difference between the two. Is there a way to disable C++11-long-long warning?
Vicente
On Sun, Oct 22, 2017 at 9:28 AM, James E. King, III via Boost < boost@lists.boost.org> wrote:
I'm seeing a warning for use of "long long" in a lot of builds, originating in Boost.Timer. I like warning-free builds, so this is something I would like to see resolved.
There's an issue in Boost Trac for it:
https://svn.boost.org/trac10/ticket/12996
There's a pull request open since April for it (and 3 more going back a couple years):
https://github.com/boostorg/timer/pull/4
Is this module still actively maintained?
I'm still the maintainer, but haven't looked at timer for quite a while. See "Help wanted: Open pull request reminders" just posted to the developers list. I'll take a look at the open P/R's this morning, and apply any that seem problem free. Thanks, --Beman
On Mon, Oct 23, 2017 at 2:06 PM, Beman Dawes via Boost
On Sun, Oct 22, 2017 at 9:28 AM, James E. King, III via Boost < boost@lists.boost.org> wrote:
I'm seeing a warning for use of "long long" in a lot of builds, originating in Boost.Timer. I like warning-free builds, so this is something I would like to see resolved.
There's an issue in Boost Trac for it:
https://svn.boost.org/trac10/ticket/12996
There's a pull request open since April for it (and 3 more going back a couple years):
https://github.com/boostorg/timer/pull/4
Is this module still actively maintained?
I'm still the maintainer, but haven't looked at timer for quite a while. See "Help wanted: Open pull request reminders" just posted to the developers list.
I'll take a look at the open P/R's this morning, and apply any that seem problem free.
Hi Beman, When you find some time, could you have a look @ https://github.com/boostorg/endian/issues/17 as well? Thx -- Olaf
participants (5)
-
Beman Dawes
-
James E. King, III
-
Olaf van der Spek
-
Peter Dimov
-
Vicente J. Botet Escriba