lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Vector backend

Open rebcabin opened this issue 1 year ago • 5 comments

rebcabin avatar Feb 07 '24 18:02 rebcabin

Once this is ready for a review, please click on the "Ready for review" button.

certik avatar Feb 08 '24 22:02 certik

I think the .idea folder in this PR should not be commited. I think it is a temporary/utility folder created by IntelliJ Idea (similar to the .vscode folder that VSCode creates).

ubaidsk avatar Feb 08 '24 22:02 ubaidsk

I marked it as draft, so that we don't accidentally merge it.

certik avatar Feb 12 '24 17:02 certik

I fixed it in my branch and added .idea to .gitignore

(lp) ┌─(~/Documents/GitHub/lpython)─────────────────────────────────────────────────────────(brian@MacBook-Pro:s001)─┐
└─(09:22:54 on vector-backend ✖ ✹)──> git commit -am "remove .idea and add .idea to .gitignore"   ──(Mon,Feb12)─┘
[vector-backend eb2af0103] remove .idea and add .idea to .gitignore
 8 files changed, 1 insertion(+), 71 deletions(-)
 delete mode 100644 .idea/.gitignore
 delete mode 100644 .idea/customTargets.xml
 delete mode 100644 .idea/lpython.iml
 delete mode 100644 .idea/misc.xml
 delete mode 100644 .idea/modules.xml
 delete mode 100644 .idea/tools/External Tools.xml
 delete mode 100644 .idea/vcs.xml
(lp) ┌─(~/Documents/GitHub/lpython)─────────────────────────────────────────────────────────(brian@MacBook-Pro:s001)─┐
└─(09:23:14 on vector-backend)──> git push                                                        ──(Mon,Feb12)─┘
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 12 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 320 bytes | 320.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/rebcabin/lpython.git
   6fdc4b32c..eb2af0103  vector-backend -> vector-backend

rebcabin avatar Feb 12 '24 17:02 rebcabin

bookmark for writing c compiler

CaMo111 avatar Aug 14 '24 13:08 CaMo111