You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a lot of errors when trying to run dscanner on my code (snippet shown further down). First thing it triggers on below is the immutable in the foreach:
src/boss/core/boss.d(255:14)[error]: Expected ; instead of immutable
src/boss/core/boss.d(255:58)[error]: Expected ; instead of )
src/boss/core/boss.d(255:58)[error]: Primary expression expected
src/boss/core/boss.d(255:60)[error]: Expected ; instead of {
Hi,
I get a lot of errors when trying to run dscanner on my code (snippet shown further down). First thing it triggers on below is the immutable in the foreach:
src/boss/core/boss.d(255:14)[error]: Expected ; instead of immutable
src/boss/core/boss.d(255:58)[error]: Expected ; instead of )
src/boss/core/boss.d(255:58)[error]: Primary expression expected
src/boss/core/boss.d(255:60)[error]: Expected ; instead of {
It also complains about the code further down, with the first error being on the line indexing into 'img'.. Image has an index operator:
src/cv/image/borderlinedet.d(432:19)[error]: Expected ] instead of ,
src/cv/image/borderlinedet.d(432:32)[error]: Expected identifier instead of ]
src/cv/image/borderlinedet.d(432:34)[error]: Primary expression expected
src/cv/image/borderlinedet.d(433:2)[error]: Expected ; instead of }
The text was updated successfully, but these errors were encountered: