Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Kaznacheev
GHC
Commits
f49c76e9
Commit
f49c76e9
authored
13 years ago
by
pcapriotti
Browse files
Options
Downloads
Patches
Plain Diff
Update 7.4.2 release notes.
parent
48c3d271
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/7.4.2-notes.xml
+51
-0
51 additions, 0 deletions
docs/users_guide/7.4.2-notes.xml
with
51 additions
and
0 deletions
docs/users_guide/7.4.2-notes.xml
+
51
−
0
View file @
f49c76e9
...
@@ -130,6 +130,49 @@
...
@@ -130,6 +130,49 @@
has been fixed.
has been fixed.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Generating an occurence without a binding site within a Template
Haskell splice now results in a sensible error message, instead of a
compiler panic (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5959"
>
#5999
</ulink>
,
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5971"
>
#5971
</ulink>
).
</para>
</listitem>
<listitem>
<para>
A bug where an exception generated in a TH splice would escape to the
top level (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5976"
>
#5976
</ulink>
)
has been fixed.
</para>
</listitem>
<listitem>
<para>
When using
<literal>
-fwarn-unsafe
</literal>
, GHC now reports unsafe
language extensions.
</para>
</listitem>
<listitem>
<para>
The non-threaded RTS now avoids wakeups when the system is idle
(
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5991"
>
#5991
</ulink>
).
</para>
</listitem>
<listitem>
<para>
A bug causing a crash with a very small initial stack size (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5993"
>
#5993
</ulink>
)
has been fixed.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect2>
</sect2>
...
@@ -240,6 +283,14 @@
...
@@ -240,6 +283,14 @@
url=
"http://hackage.haskell.org/trac/ghc/ticket/5800"
>
#5800
</ulink>
).
url=
"http://hackage.haskell.org/trac/ghc/ticket/5800"
>
#5800
</ulink>
).
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
An
<literal>
haddock
</literal>
bug (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5989"
>
#5989
</ulink>
)
where modules were being incorrectly inferred safe has been fixed.
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect2>
</sect2>
</sect1>
</sect1>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment