DJjjjhao / FIRA-ICSE

This repository is the replication package of the ICSE22 paper "FIRA: Fine-Grained Graph-Based Code Change Representation for Automated Commit Message Generation"
31 stars 5 forks source link

Does FIRA Support C Language Commit Testing? #5

Open Yuuoniy opened 1 year ago

Yuuoniy commented 1 year ago

Hello,

I recently read your paper "FIRA: Fine-Grained Graph-Based Code Change Representation for Automated Commit Message Generation" and am impressed with your approach. I am interested in testing commits for C language with your model. I was wondering if FIRA supports C out-of-the-box, and if not, what adjustments would be necessary to accommodate C code?

Thank you for your time and looking forward to your guidance.

DJjjjhao commented 1 year ago

Thank you for your attention. FIRA can be adapted to C and only the AST parser needs to be replaced with the C parser.

hungkien05 commented 1 month ago

Thank you for your attention. FIRA can be adapted to C and only the AST parser needs to be replaced with the C parser.

Hi. How about adapting to Python, Javascript and C# ? Is changing the AST parser enough ? Many thanks !