Fabrice Le Fessant

Results 108 comments of Fabrice Le Fessant

To create the repo: ``` svn2git svn+ssh://[email protected]/p/gnucobol/code git remote add origin [email protected]:OCamlPro/gnucobol3.git git push --mirror ```

To update it from crontab every 10 minutes: ``` yes | /usr/local/bin/svn2git --rebase git push origin --all git push origin --tags ```

Not complex, just takes a lot of time the first time to go through 5000 commits

So, I have restarted my efforts, and the result is here: https://github.com/OCamlPro/gnucobol4 This time, all the authors are correctly handled. Note that I have already switched the gnucobol-docs and gnucobol-contrib...

I changed the options to `-fdump-tree` and `-fdump-tree-flags`, it should be close enough `gcc` devs expectations. I ran all the testsuite with both formats (using env variables to not modify...

Note that there are still some TODOs in the code. There are many fields in these data structures, and it's not clear what should be printed or not. Also, it...

> That's strange, if you keep it inserted "down where it is" until there are possibly more changes, then there should be no conflict as no other commits as to...

I don't think I will have time to do all these changes for a full integration in GnuCOBOL in the short term. My short term plan was more to merge...

Also, I am not sure of what you mean by removing the `cp`, as the files from NIST have to be downloaded and extracted anyway, I cannot really include them...

I have created an issue to keep track of this discussion. This week-end, I am going to merge this PR in the branch `gcos4gnucobol-3.x` and release v0.6 of `autofonce` to...