Yupei Qi
Yupei Qi
As reported in https://github.com/maleadt/LLVM.jl/issues/234#issuecomment-862504951
why not?
Currently, it seems the user data is dedicated to callbacks: https://github.com/JuliaGL/GLFW.jl/blob/1fcbeaf2304cc4afde964d17b9b191a28ca7dedf/src/glfw3.jl#L501-L503 If a new user data pointer is registered, those callback APIs cannot work properly.
> Read the GLFW documentation for detailed instructions on how to use the library. The Julia interface is almost identical to the underlying C interface, with a few notable differences:...
在 #88 中已经描述的挺清楚了,可以把这个 PR 作为一个 demo,这里为了简化,采用了更直白的 JSON 文件作为文档翻译的载体。 本地化流程与 markdown 文档基本一致,唯一不同之处是,markdown 是利用 Transifex 的自动同步源功能,自动与 Julia repo 进行同步,而 docstrings 是本地提取的,需要手动用 `tx push -s` 同步。 ``` julia> using JuliaZH [ Info: Precompiling...
maybe we need to tell the computer to give up early 😀 
Clang.jl PR: https://github.com/JuliaInterop/Clang.jl/pull/318 The result: https://github.com/maleadt/LLVM.jl/commit/29a49a7d5565b59b36509f883720fcf200b67849 @vchuravy @maleadt Any comments would be appreciated! cc @melonedo
fix #60
As per https://github.com/JuliaGL/ModernGL.jl/pull/71#discussion_r787914912