07151129
07151129
Ok, [here](https://gist.github.com/07151129/1f35203a62df22e2137f) is a patch. `DVTFilePath`-related stuff is for fixing the crash when configuring VCS: `DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-8114.24/DVTFoundation/FilePaths/DVTFilePath.m:896 Details: url should be an instance inheriting from NSURL, but...
Thank you for your reply! Indeed, it seems to be a good option to switch to something more powerful for injection (e.g, comex' Substitute?). We ourselves are using a kernel-space...
I would still find the proposed option useful regardlessly of multiline support. Splitting multiline messages was just an example to illustrate the issue.
May I suggest using `alignas` in C to get the correct alignment?
Will `__attribute__((aligned))`/`declspec(align)` work, assuming you're targeting gcc/msvc?
If you are using standard layout for the structures in GLSL, the alignment rules for each type should be known from the spec: https://www.khronos.org/registry/OpenGL/specs/gl/glspec45.core.pdf#page=159 Then the alignment can be verified...
>I want computer to make it painfully obvious when I do so. Sure, and hence the suggestion to formalise the GLSL layout rules in C using alignas/static_assert. But I can...
There is now a wrapper for SH3 available: https://github.com/07151129/sh3proxy
May I also suggest accepting multiple compile_commands.json files? In a realistic scenario, these files would be obtained by multiple `bear make` runs for different targets. > Phew, well, Xcode does...