Compiling error: Function '__tact_dict_get_int_int' does not exist in imported FunC sources #722
Labels
feature: maps
The map datatype and operations on it
kind: bug
Something isn't working or isn't right
scope: codegen
Code generation, a.k.a. compiler backend (src/generator)
Milestone
Problem
Trying to compile big project with many contracts dependencies, and getting next error:
Function '__tact_dict_get_int_int' does not exist in imported FunC sources
Trait, where error is being thrown:
Generated func code:
Steps to reproduce
Other comments
It seems, that this is the problem with
Bool
value type in map, because when one replacesmap<Int as uint64, Bool>
withmap<Int as uint64, Int as uint8>
, the problem fixes.My temporary solution:
The text was updated successfully, but these errors were encountered: