kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

Fix create dir ending with slash #3369

Closed acquamarin closed 3 weeks ago

acquamarin commented 3 weeks ago

This PR solves issue #3363. Closes #3363 It is a bug related to the libc++ in clang, we have to omit the slash when creating directories.