YSI-Includes
YSI-Includes copied to clipboard
y_timers causing compiler to hang/crash only on recent update
For some reason, the only way I could get the compiler to work, I had to specifically set it to use y_timers_v3 (_YSI_PLUGINS_FIXES_2 in previous YSI 5 releases)
I noticed there has been some major changes in y_timers, eliminating the YSI define & only listing one version to use. Unfortunately this brings me back to my previous issue, where the compiler hangs/segment faults.
Its been 41 days, and not a single reply 😢
@Y-Less
The working y_timers code (from using y_timers_v3), shows these errors when switched to the new version:
warning 208: function with tag result used before definition, forcing reparse
warning 213: tag mismatch: expected tag "__NO_TAGOF", but found none ("_")
error 076: syntax error in the expression, or invalid function call
warning 203: symbol is never used: "_@IsNumeric"
Update for @Y-Less since he never saw it.