[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 4 commits: users-guide: Fix directive errors on 8.10
Marge Bot
gitlab at gitlab.haskell.org
Sun May 19 08:02:10 UTC 2019
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
a227e3f9 by Takenobu Tani at 2019-05-19T06:17:40Z
users-guide: Fix directive errors on 8.10
The following sections are not displayed due to a directive error:
* -Wunused-record-wildcards
* -Wredundant-record-wildcards
I changed the location of the `since` directive.
[skip ci]
- - - - -
7cd631a9 by Kirill Elagin at 2019-05-19T08:02:07Z
users-guide: Fix -rtsopts default
- - - - -
40efb8e0 by Ben Gamari at 2019-05-19T08:02:08Z
gitlab-ci: Allow Windows Hadrian build to fail
Due to #16574.
- - - - -
bc30b95b by Ben Gamari at 2019-05-19T08:02:08Z
Update .gitlab-ci.yml
- - - - -
3 changed files:
- .gitlab-ci.yml
- docs/users_guide/phases.rst
- docs/users_guide/using-warnings.rst
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -560,6 +560,8 @@ validate-x86_64-linux-fedora27:
stage: full-build
variables:
GHC_VERSION: "8.6.2"
+ # due to #16574 this currently fails
+ allow_failure: true
script:
- |
python boot
=====================================
docs/users_guide/phases.rst
=====================================
@@ -937,7 +937,7 @@ for example).
:type: dynamic
:category: linking
- :default: all
+ :default: some
This option affects the processing of RTS control options given
either on the command line or via the :envvar:`GHCRTS` environment
=====================================
docs/users_guide/using-warnings.rst
=====================================
@@ -1545,10 +1545,11 @@ of ``-W(no-)*``.
:shortdesc: Warn about record wildcard matches when none of the bound variables
are used.
:type: dynamic
- :since: 8.10.1
:reverse: -Wno-unused-record-wildcards
:category:
+ :since: 8.10.1
+
.. index::
single: unused, warning, record wildcards
@@ -1566,10 +1567,11 @@ of ``-W(no-)*``.
.. ghc-flag:: -Wredundant-record-wildcards
:shortdesc: Warn about record wildcard matches when the wildcard binds no patterns.
:type: dynamic
- :since: 8.10.1
:reverse: -Wno-redundant-record-wildcards
:category:
+ :since: 8.10.1
+
.. index::
single: unused, warning, record wildcards
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/53254c8c9e43406e78f7ac6bfec407704bfe8cd6...bc30b95b2dce7b339a6526bb2e09126fd1522a58
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/53254c8c9e43406e78f7ac6bfec407704bfe8cd6...bc30b95b2dce7b339a6526bb2e09126fd1522a58
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190519/806904e9/attachment-0001.html>
More information about the ghc-commits
mailing list