Add support for item access from Const data-structures#2579
Add support for item access from Const data-structures#2579ubaidsk merged 33 commits intolcompilers:mainfrom
Const data-structures#2579Conversation
Thirumalai-Shaktivel
left a comment
There was a problem hiding this comment.
Let's add test to intregration_tests and register in CMakeLists
|
Please mark this PR ready for review once it is ready. |
Co-authored-by: Thirumalai Shaktivel <[email protected]>
Co-authored-by: Thirumalai Shaktivel <[email protected]>
|
@Shaikh-Ubaid @Thirumalai-Shaktivel there is a considerable degree of redundancy here, like for dictionary and lists. I have to implement slicing on |
|
What is the status of this PR? The CI seems to fail, please mark this PR ready for review once it is ready. |
@Thirumalai-Shaktivel this PR is ready. The only blocker is the issue stated here - #2567 (comment). Could you please look into it? |
|
@Shaikh-Ubaid , |
Simply remove the call to |
ConstConst data-structures
|
@Shaikh-Ubaid as the A related issue is the failing slicing on |
Co-authored-by: Shaikh Ubaid <[email protected]>
Fixes #2578
The following changes were made:
dictandlist. Return the corresponding value.Constis not required.Fix
Dictionary
List
Tuple
String