Closed ITwrx closed 1 year ago
Hi!
There seems to be a spurious srcDir = "guildenstern" line left in guildenstern.nimble. The problem is fixed by changing in cfg.nim of atlas workspace the line --path:"GuildenStern/guildenstern" to line --path:"GuildenStern". I shall fix the nimble in next version, but it possible that it will not overwrite existing configuration, so 6.0.0 user must fix their path manually.
done. thanks!
i set up an atlas workspace (betterweb-guildenstern) and a project (betterweb), and then try to compile the guildenstern example (as gs_hw.nim) inside that project, but it fails.
../Guildenstern/guildenstern
exists too. Not sure what is going on.import line from example/gs_hw.nim:
import cgi, guildenstern/[dispatcher, httpserver]
thanks