-
jacquesg
I use gram to develop simple freepascal programs. Gram can build and install the freepascal language extension from: https://github.com/ChemisTechlabs/zed-pascal The language support is minimal, but OK for me. Gram, however, creates the following link for the language extension: ~/.local/share/gram/extensions/installed/pascal -> /tmp/.tmpiyiw6fzed-pascal/ The system regularly deletes the file on /tmp, and then the extension link is dead. To solve this I copied manually the files from /tmp to ~/.local/share/gram/extensions/installed, this works. Is the gram behavior (creating a link to a tmp file) a bug, or did I miss something in the settings?
-
krig
Hi! This is a bug in the first release but should be fixed in 2.2
-
nicoco
huh, this was indeed the first major bug fixed in >1.0.0 AFAIR
-
jacquesg
Indeed, I am running Gram 1.0.0. I will try to update to v 2.2 Thanks.
-
krig
maybe the extension was installed on 1.0, then it would probably still have the same problem
-
krig
ah great :)