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
When compiling hunt-skeleton @ 664fa18a5401cfa6a38088d1d5d74c936a88a477 with dub and gdc-12:
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’
882 | node = UniNodeImpl!UniNode(val);
| ^
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’
882 | node = UniNodeImpl!UniNode(val);
| ^
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d: In function ‘func’:
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’
882 | node = UniNodeImpl!UniNode(val);
| ^
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’
882 | node = UniNodeImpl!UniNode(val);
| ^
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d: In function ‘func’:
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’
882 | node = UniNodeImpl!UniNode(val);
| ^
../.dub/packages/hunt-framework-3.4.6/hunt-framework/source/hunt/framework/util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’
882 | node = UniNodeImpl!UniNode(val);
|
gcc version 12.0.1 20220319 (experimental) [master r12-7719-g8ca61ad148f] (Debian 12-20220319-1)
DUB version 1.27.0-2, built on Nov 8 2021
The text was updated successfully, but these errors were encountered:
When compiling
hunt-skeleton
@ 664fa18a5401cfa6a38088d1d5d74c936a88a477 with dub and gdc-12:The text was updated successfully, but these errors were encountered: