huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Undefined identifier ConsoleHelper #93

Closed vladimmi closed 2 years ago

vladimmi commented 2 years ago
Performing "debug" build using dmd for x86_64.
hunt 1.7.15: building configuration "library"...
C:\Users\vladi\AppData\Local\dub\packages\hunt-1.7.15\hunt\source\hunt\logging\Logger.d(440,31): Error: undefined identifier `PRINT_COLOR_RED`
C:\Users\vladi\AppData\Local\dub\packages\hunt-1.7.15\hunt\source\hunt\logging\Logger.d(442,33): Error: undefined identifier `PRINT_COLOR_NONE`
C:\Users\vladi\AppData\Local\dub\packages\hunt-1.7.15\hunt\source\hunt\logging\Logger.d(709,13): Error: undefined identifier `ConsoleHelper`
dmd failed with exit code 1.

Building with DMD 2.099 on Windows 10.

Heromyth commented 2 years ago

Fixed in commit https://github.com/huntlabs/hunt/commit/89e93310a985d9239a25d34eabdb030d405e8846.

vladimmi commented 2 years ago

Thanks for the quick fix :) Can you also push new version to dub? 1.7.16 is not there yet.

Heromyth commented 2 years ago

It's there now.