PLC-lang/rusty

Use ANY_NUM/INT functions with ANY_BIT type

Open

#555 opened on Aug 29, 2022

 (0 comments) (0 reactions) (0 assignees)Rust (71 forks)auto 404
bugcompatibility-oscatgood first issuemedium-priority

Repository metrics

Stars
 (351 stars)
PR merge metrics
 (PR metrics pending)

Description

For oscat-compatibility reasons we should be able to use ANY_NUM/INT functions with ANY_BIT type Convert to smallest possible type from function signature Maybe we should display a warning when used so, to let the user know that a type conversion will happen

Contributor guide