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

Adjustment to c api #11

Merged
merged 37 commits into from
Oct 17, 2024
Merged

Adjustment to c api #11

merged 37 commits into from
Oct 17, 2024

Conversation

Laurynas-Jagutis
Copy link
Member

Change to c api

Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
@Laurynas-Jagutis Laurynas-Jagutis added the feature New feature or request label Oct 2, 2024
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
@Laurynas-Jagutis Laurynas-Jagutis marked this pull request as ready for review October 7, 2024 08:41
Copy link
Member

@mgovers mgovers left a comment

Choose a reason for hiding this comment

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

great progress. a couple remarks

.clang-tidy Show resolved Hide resolved
.clang-tidy Show resolved Hide resolved
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Copy link
Member

@mgovers mgovers left a comment

Choose a reason for hiding this comment

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

mostly alright. couple minor remarks left

Copy link
Member

@mgovers mgovers left a comment

Choose a reason for hiding this comment

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

I'm OK with the PR in the current state, but please add a follow-up PR that adds C++ unit tests + C API tests for the existing functionality.

Basically, we want to do continuous improvements:

  • first, being able to create + call the C API [done]
  • then, being able to create the converter + return a basic string (can be anything) [implemented but untested; this PR]
  • then, doing the same, but from the Python side [next ticket]
  • then, being able to parse nodes [todo]

to prove that we don't break anything along the way and really are moving forward, tests are important.

mgovers
mgovers previously approved these changes Oct 17, 2024
Copy link
Member

@mgovers mgovers left a comment

Choose a reason for hiding this comment

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

feel free to do the last 2 comments in a separate PR instead if you prefer

Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Copy link

@mgovers mgovers added this pull request to the merge queue Oct 17, 2024
Merged via the queue into main with commit 1274760 Oct 17, 2024
25 checks passed
@mgovers mgovers deleted the feature/workflows branch October 17, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants