dalehenrich / tode

tODE - the Object-centric Development Environment. Smalltalk. development, deconstructed and a development environment for GemStone/S. Part of the GsDevKit tool set.
https://github.com/GsDevKit/gsDevKitHome#open-source-development-kit-for-gemstones-64-bit-
MIT License
33 stars 16 forks source link

/tmp/commitMessage file can cause failures if more than one user has done a tODE `project commit` on the same machine #316

Open dalehenrich opened 3 years ago

dalehenrich commented 3 years ago

Looks like TDGitTool>>createTmpFileWith: is the culprit that uses the constant /tmp/commitMessage, the file should be auto generated using something like mktemp ...