Bug 11780 – RangeError in format for incomplete format specifier

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-12-19T13:32:00Z
Last change time
2014-01-05T12:52:58Z
Assigned to
nobody
Creator
monarchdodra

Comments

Comment #0 by monarchdodra — 2013-12-19T13:32:50Z
import std.stdio; void main() { writefln("%"); } //---- [email protected](791): Range violation //---- This should throw a format exception.
Comment #1 by github-bugzilla — 2014-01-05T10:18:00Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/202f22350f1bbfdfc2bb4d2eec9cf6cfc39a0a28 fix Issue 11780 - RangeError in format for incomplete format specifier https://github.com/D-Programming-Language/phobos/commit/98f4eec28aeecfea4882d75e6da1d10de4c9b062 Merge pull request #1792 from monarchdodra/11780 Fix Issue 11780 - RangeError in format for incomplete format specifier