Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C support for a class containing only scalar data #1472

Merged
merged 94 commits into from
Sep 6, 2023
Merged

Conversation

sboof911
Copy link
Member

@sboof911 sboof911 commented Aug 1, 2023

Add visiting the lhs of a DottedVariable.
Add is_argument = True for the self variable when it's in a method argument of a class.
Add the declaration of the attributes of the class in the struct def.

@sboof911
Copy link
Member Author

sboof911 commented Sep 4, 2023

/bot run docs pylint pyccel_lint spelling

@sboof911
Copy link
Member Author

sboof911 commented Sep 4, 2023

/bot mark as ready

@github-actions github-actions bot marked this pull request as ready for review September 4, 2023 14:51
Copy link

@pyccel-bot pyccel-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job ! Your PR is using all the code it added/changed.

@pyccel-bot pyccel-bot bot added the Ready_for_review Received at least one approval. Requires review from senior developer label Sep 4, 2023
@pyccel-bot
Copy link

pyccel-bot bot commented Sep 4, 2023

@EmilyBourne, @sboof911 has been working hard and thinks that they have now replied to or fixed all your comments. Could you take another look at the PR and see if you can approve now?

CHANGELOG.md Outdated Show resolved Hide resolved
@github-actions github-actions bot marked this pull request as draft September 4, 2023 19:14
@pyccel-bot pyccel-bot bot removed the Ready_for_review Received at least one approval. Requires review from senior developer label Sep 4, 2023
@pyccel-bot
Copy link

pyccel-bot bot commented Sep 4, 2023

@sboof911, @EmilyBourne has a few questions/comments about your code. Can you go through and see if you agree with them. If not go ahead and explain why. Once you've adressed all the comments let me know with /bot mark as ready and we will see if we can get approval.

@EmilyBourne
Copy link
Member

This seems really clean. I just have a grammar comment then I'm happy

Co-authored-by: EmilyBourne <louise.bourne@gmail.com>
@sboof911
Copy link
Member Author

sboof911 commented Sep 4, 2023

/bot mark as ready

@github-actions github-actions bot marked this pull request as ready for review September 4, 2023 19:18
@pyccel-bot pyccel-bot bot added the Ready_for_review Received at least one approval. Requires review from senior developer label Sep 4, 2023
@pyccel-bot
Copy link

pyccel-bot bot commented Sep 4, 2023

@EmilyBourne, @sboof911 has been working hard and thinks that they have now replied to or fixed all your comments. Could you take another look at the PR and see if you can approve now?

@pyccel-bot pyccel-bot bot added Ready_to_merge Approved by senior developer. Ready for final approval and merge and removed Ready_for_review Received at least one approval. Requires review from senior developer labels Sep 4, 2023
@sboof911 sboof911 added the urgent Affects all PRs and should be merged as soon as possible label Sep 5, 2023
@pyccel-bot pyccel-bot bot added Ready_to_merge Approved by senior developer. Ready for final approval and merge and removed Ready_to_merge Approved by senior developer. Ready for final approval and merge labels Sep 6, 2023
@yguclu
Copy link
Member

yguclu commented Sep 6, 2023

@sboof911 Is the PR description up to date? I do not see a clear correspondence with the changes made.

@sboof911
Copy link
Member Author

sboof911 commented Sep 6, 2023

@sboof911 Is the PR description up to date? I do not see a clear correspondence with the changes made.

Fixed.

@yguclu yguclu merged commit c6d7613 into devel Sep 6, 2023
11 checks passed
@yguclu yguclu deleted the issue#1439 branch September 6, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Classes Ready_to_merge Approved by senior developer. Ready for final approval and merge urgent Affects all PRs and should be merged as soon as possible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add C support for a class containing only scalar data
4 participants