WIP: nac3artiq: add support for class objects without __init__ method #417

Closed
abdul124 wants to merge 2 commits from support_class_objects into master
Collaborator

The main changes are as follows:

nac3artiq/src/symbol_resolver.rs

Avoid deadlock when an object of a class without __init__ function or without a decorator over the __init__ is created
Provides support for classes with only class attributes #102

Added demo file under nac3artiq/demo for testing the new change

The main changes are as follows: **nac3artiq/src/symbol_resolver.rs** > Avoid deadlock when an object of a class without _\_\_init\_\__ function or without a decorator over the _\_\_init\_\__ is created > Provides support for classes with only class attributes #102 Added demo file under nac3artiq/demo for testing the new change
abdul124 added 2 commits 2024-06-14 15:51:08 +08:00
abdul124 closed this pull request 2024-06-19 18:02:10 +08:00
abdul124 deleted branch support_class_objects 2024-06-19 18:02:16 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#417
No description provided.