Éric Thiébaut

Results 38 comments of Éric Thiébaut

As you pointed, the documentation is not up to date. I am working on this. Would you mind if I supply your `roughness` function as an example of use?

> In the meantime, feel free to use the example, you could also link to the package that uses it: https://github.com/Deltares/Geomorphometry.jl/blob/main/src/terrain.jl (MIT license). Sure I'll do that. > You could...

I have changed the API of `LocalFilters` as detailed in the top of [NEWS.md](https://github.com/emmt/LocalFilters.jl/blob/master/NEWS.md). The last `master` version should work for you. Almost all changes in the public API are...

I did not tried the proposed fix because I was not sure of the purpose of `get_system_shard_key`. In particular, if it is supposed to fail when `platform_keys` is not an...

I have just tried the proposed fix. This works for Julia 1.6 with Clang 0.14.1 I can make a PR but I do not know how to propagate to other...

PR https://github.com/JuliaInterop/Clang.jl/pull/451 attempts to fix this.

If you use the `@atomic` macro for some structure member, the structure must be mutable.

I have just checked that using `@atomic x::T` in a (mutable) Julia structure seems to be a more correct replacement for C member defined as `_Atomic T x;` than declaring...

No problems. Thanks!

Well when the code is more clear and easier to read, I think that it less likely to make it wrong. I did not meant that that there were errors...