LordGolias/sqf

new type: hashmap

Opened this issue · 0 comments

Hi,
Arma released a new type: hashmap. This type is not coded in types.py
It generate an error when running the file build_database_with_returns.py

Is it possible to implement this?

Traceback (most recent call last): File "C:\Users\vince\Desktop\git_tp\the_programmer_ci\the_programmer_ci\linter\global_linter\source\sqf\sqf\build_database_with_returns.py", line 148, in <module> rhs_type = STRING_TO_TYPE[rhs_type_name] KeyError: 'hashmap'