Olof-Joachim Frahm (欧雅福)
Olof-Joachim Frahm (欧雅福)
`p1-tagbody` runs `p1` on every subform for `p2-tagbody-node` to use (stored in `tagbody-form`), however that means that e.g. `(catch 'c 100)` is already expanded to `100` when labels are being...
Possible fix here https://github.com/Ferada/abcl/commit/af26d6c47d80371a5f6d2c61e8958f286bd5b45e.
Either c.f. , you don't need to install it anywhere specifically. Or, for `importCpg.llvm("foo.ll")` to work (you still have to convert to `.ll` first!), you'd have to symlink the `llvm2cpg`...
> 感谢您的回复,我还有个问题,事实上LLVM从12.0.0开始,重新构建了他的文件分布情况,包括安装方式也改了很多,至少不需要再频繁的将某个文件夹移动到固定的目录了,但是llvm2cpg并没有提供对LLVM12版本的支持。我想问下,llvm2cpg是否能够直接应用于LLVM12? I'm sorry, I don't know that, I'd at least expect a few changes to be necessary because of the 10 to 12 upgrade though. > 或者说你们有什么维护措施吗? Unfortunately no....
Seconded, maybe an added `image-rendering` or so would fix it?
Ah, sorry, I should've tried it without CXML. It works like you said, only when `:dom :cxml` is added, using the mapping to the CXML DOM, does this fail: ```...
Delaying adding the comment node until `document` exists in `transform-html5-dom` works to fix this.
What @nagy said; I agree to the change though if the decision goes that way.
As far as I know, no, taking a look at what the underlying library Imlib2 offers, it's simply one font selected, that's it. For the font selection mechanism you'd want,...
Well, the problem is that the handler receives the `msg`, no? I suppose that's also why there's no library function for it yet, no clear idea of how this should...