Leonard Iklé

Results 12 comments of Leonard Iklé

Hi @Qix- , I'm afraid it currently only supports null terminated strings. But that's a valid concern, I will think about this and get back to you next week!

Hi @mawkish ! I will investigate on how to do that and add it.

Hi @kampeador, thank you very much for your tests! I really appreciate it. I believe the first five tests fail because cwalk consideres these to be absolute on windows too...

I am not entirely sure whether I undestand you correctly. Could you elaborate on your example? Do you think we need to improve something in the documentation?

Thanks @kampeador , I understand your issue. I will have to think about that and whether I can do something about it.

Hi @naphthasl ! Thanks for submitting this issue! I believe the behaviour you are looking for is provided by [cwk_path_get_absolute](https://likle.github.io/cwalk/reference/cwk_path_get_absolute.html), which I believe generates an absolute path the way you...

Hi @naphthasl, thanks for your detailed response and explanation. I will definitely give this a thought on how I can improve it and at least be more clear in the...

cwalk does not actually resolve files on the disk, that's because it is much more portable this way. But cwk_path_get_absolute can actually do more than python's abspath because it accepts...

I had second thoughts about that solution because it will always return a relative path from your working directory. If that works for you that's perfectly fine - however if...

Hi @winterland1989 ! Thank you for submitting this issue. I thought a while ago about marking the style state as thread local to tackle the thread safety issue. I understand...