Skip to content

util/uninode/Core.d:882:35: error: cannot cast expression of type ‘string’ to ‘ubyte’ #177

@baryluk

Description

@baryluk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions