collie icon indicating copy to clipboard operation
collie copied to clipboard

Deprecation warning: _ctxs must be surrounded by parentheses when next to operator ~=

Open mbierlee opened this issue 5 years ago • 0 comments

\dub\packages\collie-0.10.16\collie\source\collie\channel\pipeline.d(185,9): Deprecation: front ? _ctxs = addBefore(_ctxs, ctx) : _ctxs must be surrounded by parentheses when next to operator ~=
\dub\packages\collie-0.10.16\collie\source\collie\channel\pipeline.d(188,13): Deprecation: front ? _inCtxs = addBefore(_inCtxs, ctx) : _inCtxs must be surrounded by parentheses when next to operator ~=
\dub\packages\collie-0.10.16\collie\source\collie\channel\pipeline.d(193,13): Deprecation: front ? _outCtxs = addBefore(_outCtxs, ctx) : _outCtxs must be surrounded by parentheses when next to operator ~=
$ dmd --version
DMD32 D Compiler v2.091.0-dirty

$ dub --version
DUB version 1.20.0, built on Mar  9 2020

mbierlee avatar Mar 11 '20 21:03 mbierlee