Am 08.12.2019 um 23:17 schrieb Erdem:
(...)
index.dt(2,9): Error: module havyan.kedi from file source/hayvan/kedi.d must be imported with 'import havyan.kedi;' /home/erdem/.dub/packages/diet-ng-1.6.0/diet-ng/source/diet/html.d(116,7): Error: template instance vibe.http.server.staticTemplate!"index.dt".staticTemplate.__lambda1.exec!(StreamOutputRange!(InterfaceProxy!(OutputStream), 1024LU)) error instantiating /home/erdem/.dub/packages/vibe-d-0.8.6/vibe-d/http/vibe/http/server.d(345,66): instantiated from here: compileHTMLDietFileString!(StreamOutputRange!(InterfaceProxy!(OutputStream), 1024LU)) /home/erdem/.dub/packages/vibe-d-0.8.6/vibe-d/http/vibe/http/server.d(270,6): instantiated from here: render!("index.dt", req) source/app.d(6,27): instantiated from here: staticTemplate!"index.dt"
There is a typo in the package name - the folder is named "hayvan",
whereas the module declaration says "havyan". I only spotted this after
looking for possible Unicode differences in a hex editor ;-)