On Sat Dec 2 17:59:48 2023 +0000, Petrichor Park wrote:
> Doing this would require changes to other test harness machinery;
> specifically it would stop printing any context if the shader fails to
> compile, or if there's some other problem.
> It would require a lot of changes to everything the harness could handle
> to provide better feedback in each case; I think that's kind of out of
> scope of this MR and probably out of scope for the harness in general.
(the change is to remove the `vkd3d_test_push_context` call on L1439, and then I'd need to remove the matching `vkd3d_test_pop_context` call that's somewhere)
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/499#note_54756
On Sat Dec 2 17:59:48 2023 +0000, Giovanni Mascellani wrote:
> Right now this prints both the line where the section starts and the
> line there the `probe` directive here. This feels a bit too much.
Doing this would require changes to other test harness machinery; specifically it would stop printing any context if the shader fails to compile, or if there's some other problem.
It would require a lot of changes to everything the harness could handle to provide better feedback in each case; I think that's kind of out of scope of this MR and probably out of scope for the harness in general.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/499#note_54755
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55075
Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de>
--
v4: apisetschema: Add api-ms-win-core-com-l2-1-1
ole32: Move convert functions back from coml2
coml2: Remove temporary exports
ole32: Remove storage32.h
coml2: Move StgSetTimes from ole32
coml2: Move StgOpenStorageOnILockBytes from ole32
coml2: Move StgCreateDocfileOnILockBytes from ole32
coml2: Move StgOpenStorageEx from ole32
coml2: Move StgOpenStorage from ole32
coml2: Move storage interfaces from ole32
coml2: Move filelockbytes from ole32
coml2: Move IPropertyStorage implementation from ole32
ole32: Prepare for moving IPropertyStorage implementation
coml2: Move stream and block logic from ole32
coml2: Move stg_stream.c from ole32
coml2: Move IEnumSTATSTG from ole32
ole32: Refactor IEnumSTATSTGImpl_Construct to prepare for movement to coml2
coml2: Move StgCreatePropSetStg from ole32
coml2: Move StgIsStorageILockBytes from ole32
coml2: Move WriteClassStg from ole32
coml2: Move ReadClassStg from ole32
coml2: Move StgIsStorageFile from ole32
coml2: Move WriteClassStm from ole32
coml2: Move ReadClassStm from ole32
coml2: Move GetConvertStg from ole32
coml2: Add dll and move code from ole32/memlockbytes.c
This merge request has too many patches to be relayed via email.
Please visit the URL below to see the contents of the merge request.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3106
If explicit_handle is defined in the *.idl file, c/s are uses explicit handles,
then an explicit handle must be passed in to the server-side interface
Add a test for explicit_handle.
v3.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4467
I have a shortcut to change input language - Shift+Alt_L, and it interprets this Shift like it's CAPS on.
Only pressing shift again reverts to lower-case.
![Screencast_from_2023-12-02_18-53-00](/uploads/88a6fa3a305c56b69f394261bf1cf3b7/Screencast_from_2023-12-02_18-53-00.webm)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4455#note_54743