Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla
Bug 209 - std.string.lineSplitter is missing
Summary: std.string.lineSplitter is missing
Status: RESOLVED FIXED
Alias: None
Product: GDC
Classification: Unclassified
Component: libgphobos (show other bugs)
Version: development
Hardware: All All
: --- normal
Assignee: Iain Buclaw
URL:
Depends on:
Blocks:
 
Reported: 2016-02-04 06:57 CET by highfly
Modified: 2016-06-08 06:36 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description highfly 2016-02-04 06:57:49 CET
while compiling libdparse-0.3.0, it complains that lineSplitter not found.

~/shared/dlang/dlangide$ dub build
Performing "debug" build using gdc for x86_64.
experimental_allocator 2.70.0-b1: target for configuration "library" is up to date.
emsi_containers 0.3.0: target for configuration "library" is up to date.
libdparse 0.3.0: building configuration "library"...
../../../.dub/packages/libdparse-0.3.0/src/dparse/lexer.d:1878:12: error: module std.string import 'lineSplitter' not found
     import std.string : lineSplitter, stripRight;
            ^
Comment 1 Iain Buclaw 2016-06-08 06:36:39 CEST
This was because lineSplitter was not added into phobos until 2.067.  Which gdc has supported since 06/12/2015.