wandersoncferreira / code-review

Code Reviews in Emacs
https://wandersoncferreira.github.io/code-review/
GNU General Public License v3.0
462 stars 49 forks source link

Remove uuidgen dependency #249

Open dakra opened 11 months ago

dakra commented 11 months ago

We already depend on forge which comes with a helper function to generate uuid's. Better use this instead of needing an extra package.

(I created this PR on top of #246 which is needed for code-review to work anyway. So 246 should be merged first.)