Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
fix deprecation with libdparse
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Aug 7, 2020
1 parent 11364ae commit a2af7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/workspaced/dparseext.d
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ in (expr !is null)
scope StringCache cache = StringCache(16);
LexerConfig config;
config.commentBehavior = CommentBehavior.noIntern;
config.stringBehavior = StringBehavior.compiler; // interpret literals
config.stringBehavior = StringBehavior.source;
config.whitespaceBehavior = WhitespaceBehavior.skip;
config.fileName = "evaluate-string-stdin";
foreach (t; DLexer(str, config, &cache))
Expand Down

0 comments on commit a2af7c6

Please sign in to comment.