C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Error messages associated with "requires"

From: Arthur O'Dwyer <arthur.j.odwyer_at_[hidden]>
Date: Fri, 22 Sep 2023 13:50:32 -0400
On Fri, Sep 22, 2023 at 1:17 PM Chris Gary via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> Thanks!
> This may sound elementary, but is there some way I can perform a keyword
> search over all existing proposals?
> I feel as though I'm just hitting the same walls people are already in the
> process of knocking down...
>

In addition to the other good answers: The C++ Slack (to which a lot of
members of this list belong) has a bot named @npaperbot that can do keyword
searches, too. For example, typing "@npaperbot search error
messages" causes the bot to reply:
P2429R0: [SG15] Concepts Error Messages for Humans
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2429r0.pdf> (by
Sy Brand) (2022-05-17) (Related: GitHub issue
<https://github.com/cplusplus/papers/issues/1239>)

and typing "@npaperbot search diagnostics" returns even more results:
P1459R1: [Library] Mandating the Standard Library: Clause 18 - Diagnostics
library
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1459r1.pdf> (by
Marshall Clow) (2019-02-20) (Related: GitHub issue
<https://github.com/cplusplus/papers/issues/221>)
P1459R0: [Library] Mandating the Standard Library: Clause 18 - Diagnostics
library
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1459r0.pdf> (by
Marshall Clow) (2019-01-20) (Related: GitHub issue
<https://github.com/cplusplus/papers/issues/221>)
P1267R0: [Evolution] Custom Constraint Diagnostics
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1267r0.pdf> (by
Hana Dusíková, Bryce Adelstein Lelbach) (2018-10-08)
N4186: [Evolution] Supporting Custom Diagnostics and SFINAE
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4186.pdf> (by
Matthias Kretz) (2014-10-10) (Related: EWG152
<https://cplusplus.github.io/EWG/ewg-active.html#152>)
N3156: [Library] More on noexcept for the diagnostics library
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3156.html> (by J.
Daniel Garcia) (2010-10-14)
N2620: [Library] Concepts for the C++0x Standard Library: Diagnostics
library <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2620.html>
(by
B. Dawes, D. Krügler, D. Gregor) (2008-05-19)
N2422: [Library] Diagnostics Issues (Rev. 2)
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2422.htm> (by B.
Dawes, C. Kohlhoff) (2007-10-05)
N2415: [Library] Diagnostics Issues (Rev. 1)
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2415.html> (by B.
Dawes, C. Kohlhoff) (2007-09-09)
N2296: [Library] Diagnostics Enhancements; Resolution of Small Issues
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2296.html> (by B.
Dawes, B. Kosnik) (2007-06-24)
N2241: [Library] Diagnostics Enhancements for C++0x (Rev. 1)
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2241.html> (by
Beman Dawes) (2007-04-19)
N2174: [Library] Diagnostics Enhancements for C++0x
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2174.html> (by
Beman Dawes) (2007-03-06)
N2066: [Library] TR2 Diagnostics Enhancements
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2066.html> (by
Beman Dawes) (2006-09-07)
EDIT795: [diagnostics] Make system_error synopsis more consistent
<https://github.com/cplusplus/draft/pull/795>
EDIT829: [diagnostics] audit index entries for clause 19
<https://github.com/cplusplus/draft/pull/829>
EDIT857: [diagnostics] review of library index
<https://github.com/cplusplus/draft/pull/857>
Also: EDIT4352 <https://github.com/cplusplus/draft/pull/4352>, EDIT5841
<https://github.com/cplusplus/draft/pull/5841>, EDIT6433
<https://github.com/cplusplus/draft/pull/6433>, EDIT569
<https://github.com/cplusplus/draft/pull/569>, EWG152
<https://cplusplus.github.io/EWG/ewg-active.html#152>, EDIT2733
<https://github.com/cplusplus/draft/pull/2733>, EDIT5231
<https://github.com/cplusplus/draft/pull/5231>, EDIT6168
<https://github.com/cplusplus/draft/issues/6168>
You can join the Slack via the auto-inviter at
https://cppalliance.org/slack/ .

HTH,
Arthur

Received on 2023-09-22 17:50:46