hax icon indicating copy to clipboard operation
hax copied to clipboard

Mutable Variable and Function analysis are using String instead of Concrete Ident

Open cmester0 opened this issue 2 years ago • 1 comments

This is an issue with #348 .

Using concrete ident for functions in traits result in the identifiers not being equal. We need to have some way of testing if the identifier in a function body in a given scope matches a trait function definition.

Currently this is solve by using the String of the concrete ident, however this might result in issues if you are not careful when naming functions in different scopes.

cmester0 avatar Nov 22 '23 09:11 cmester0

This issue has been marked as stale due to a lack of activity for 60 days. If you believe this issue is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days.

github-actions[bot] avatar Oct 04 '24 02:10 github-actions[bot]

This issue has been closed due to a lack of activity since being marked as stale. If you believe this issue is still relevant, please reopen it with an update or comment.

github-actions[bot] avatar Oct 12 '24 02:10 github-actions[bot]

I think this is still relevant

W95Psp avatar Oct 14 '24 07:10 W95Psp

This issue has been marked as stale due to a lack of activity for 60 days. If you believe this issue is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days.

github-actions[bot] avatar Dec 16 '24 02:12 github-actions[bot]

This issue has been marked as stale due to a lack of activity for 60 days. If you believe this issue is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days.

github-actions[bot] avatar May 29 '25 00:05 github-actions[bot]

Closing this issue as unplanned, as we focus on the Rust engine.

clementblaudeau avatar Aug 14 '25 11:08 clementblaudeau