D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 18306 - No compliation errors shown when running modified examples
Summary: No compliation errors shown when running modified examples
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: x86 All
: P1 major
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2018-01-26 17:30 UTC by Rainer Schuetze
Modified: 2018-02-03 21:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Schuetze 2018-01-26 17:30:04 UTC
Edit any runnable example of the library reference (e.g. https://dlang.org/phobos/std_experimental_allocator_building_blocks_affix_allocator.html), so that it is no longer compilable.

When clicking "Run" the only message shown is "Compilation output (1: )" but without the actual error messages.
Comment 1 Seb 2018-02-03 21:07:33 UTC
The PR got somehow lost in the queue: https://github.com/dlang/dlang.org/pull/1981
Comment 2 github-bugzilla 2018-02-03 21:55:44 UTC
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/8d9655b4f7387342b28f85bd40ca64e5f3953d64
Fix Issue 18306 - No compliation errors shown when running modified examples

https://github.com/dlang/dlang.org/commit/37474b270be56e9592279db4e006c858d64b24ef
Merge pull request #2167 from wilzbach/show-error-messages2

Fix Issue 18306 - No compliation errors shown when running modified examples
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>