Copilot

Results 4904 comments of Copilot

> @copilot Fix the compilation error in `Framework/API/src/FileFinder.cpp` > ``` > 12:26:16 FAILED: [code=1] Framework/API/CMakeFiles/API.dir/src/FileFinder.cpp.o ... Fixed in 64014ec2. The issue was using `std::filesystem::path::preferred_separator` which has type `value_type` (can be...

> @copilot fix this compilation error > ``` > 13:48:47 [62/110] Building CXX object Framework/API/CMakeFiles/API.dir/src/FileProperty.cpp.o ... Fixed in 8e16ad94. Changed `previousPath += '/'` to `previousPath += "/"` to use a...

> @copilot fix this compilation error in line 417 of `Framework/API/src/FileFinder.cpp` > ``` > 13:48:47 [62/110] Building CXX object Framework/API/CMakeFiles/API.dir/src/FileProperty.cpp.o ... Fixed in 8b759ead. Replaced `hintPath.depth() == 0` with `hintPath.parent_path().empty()`....

> @copilot Fix the compilation errors in `Framework/API/test/InstrumentFileFinderTest.h`. Lines 125 and 128 didn't follow the signature changes. > ``` > 14:31:43 FAILED: [code=1] Framework/API/test/CMakeF... Fixed in 791ff603. Changed `std::ofstream(expectedPath)` to...

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...

> I don't see any changes? > You're right - there are no changes in my commit. The test file `packages/blocks/src/api/raw-handling/test/paste-handler.js` was created in the grafted commit `3d4e1f0` and already...

> @copilot Well, the unit test is still failing though Fixed in commit 60bc1dd. Added `expect( console ).toHaveLogged()` assertions to the two failing tests in `test/integration/blocks-raw-handling.test.js` ("should paste gutenberg content...

> @copilot merge the latest main branch and address the merge conflict in lintTasks.ts. DO NOT REBASE! Merged main and resolved the conflict in lintTasks.ts in commit e4510b0. Kept the...

> @copilot You did not make a proper merge commit. Revert the last commit, then MERGE the latest main branch. DO NOT REBASE. Reverted the bad commits in 8d47650 and...

> @copilot You solved the submenu change in several files wrong. Do it like I did it in `ha-automation-picker` Fixed in the latest commits. All files now use the same...