pyccel / pyccel-cuda

Cuda extension to pyccel
MIT License
1 stars 0 forks source link

Fix Invalid Suffix on Literal with PRId in C++11 #63

Open smazouz42 opened 5 days ago

smazouz42 commented 5 days ago

This pull request addresses issue #62 by adding a space between the % and PRId64/PRId16/PRId8 to fix that.

pyccel-bot[bot] commented 5 days ago

Hello again! Thank you for this new pull request :star_struck:.

Please begin by requesting your checklist using the command /bot checklist

pyccel-bot[bot] commented 5 days ago

I can't seem to find your checklist to confirm that you have completed all necessary tasks. Please request one using /bot checklist.

pyccel-bot[bot] commented 5 days ago

I can't seem to find your checklist to confirm that you have completed all necessary tasks. Please request one using /bot checklist.

smazouz42 commented 5 days ago

Here is your checklist. Please tick items off when you have completed them or determined that they are not necessary for this pull request:

smazouz42 commented 5 days ago

/bot run pr_tests

pyccel-bot[bot] commented 5 days ago

It seems like you have forgotten to complete your checklist for this pull request. Please check the list here, fix the missing items and let me know when everything is ticked and fixed with /bot mark as ready.

pyccel-bot[bot] commented 5 days ago

It seems like you have forgotten to complete your checklist for this pull request. Please check the list here, fix the missing items and let me know when everything is ticked and fixed with /bot mark as ready.

pyccel-bot[bot] commented 5 days ago

Unfortunately your PR is not passing the tests so it is not quite ready for review yet. Let me know when it is fixed with /bot mark as ready.

pyccel-bot[bot] commented 1 day ago

There are unrecognised tests. The following is a list of keywords which can be used to run tests. Tests in bold are run by pull requests when they are marked as ready for review:

These tests can be run with the command /bot run X (multiple tests can be specified separated by spaces), or with try V X to test on Python version V.

smazouz42 commented 1 day ago

/bot run linux