-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For EDA 3310 #1718
For EDA 3310 #1718
Conversation
manadher
commented
Nov 22, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1718 +/- ##
==========================================
- Coverage 14.75% 14.74% -0.01%
==========================================
Files 478 478
Lines 66520 66530 +10
Branches 26196 26117 -79
==========================================
Hits 9812 9812
+ Misses 55465 55462 -3
- Partials 1243 1256 +13 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
@ravikiranchollangi The error on windows has nothing to do with my changes : 2024-11-22T00:53:09.8158601Z C:\msys64\mingw64\bin\c++.exe -DCOMPILER_LIBRARY -DMINGW_HAS_SECURE_API=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DUNICODE -DUSE_IPA -DWIN32 -DWIN64 -DWINVER=0x0A00 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN32_WINNT=0x0A00 -D_WIN64 -ID:/a/FOEDAG/FOEDAG/build/src/Compiler -ID:/a/FOEDAG/FOEDAG/src/Compiler -ID:/a/FOEDAG/FOEDAG/build/src/Compiler/compiler_autogen/include -ID:/a/FOEDAG/FOEDAG/third_party/spdlog/include -ID:/a/FOEDAG/FOEDAG/third_party/exprtk -ID:/a/FOEDAG/FOEDAG/third_party/scope_guard -ID:/a/FOEDAG/FOEDAG/src/Compiler/../../src -ID:/a/FOEDAG/FOEDAG/src/Compiler/.. -ID:/a/FOEDAG/FOEDAG/build/src/Compiler/../../include -isystem C:/msys64/mingw64/include/qt6/QtWidgets -isystem C:/msys64/mingw64/include/qt6 -isystem C:/msys64/mingw64/include/qt6/QtCore -isystem C:/msys64/mingw64/share/qt6/mkspecs/win32-g++ -isystem C:/msys64/mingw64/include/qt6/QtGui -isystem C:/msys64/mingw64/include/qt6/QtXml -O3 -DNDEBUG -Werror -Wall -std=gnu++17 -MD -MT src/Compiler/CMakeFiles/compiler.dir/TaskTableView.cpp.obj -MF src\Compiler\CMakeFiles\compiler.dir\TaskTableView.cpp.obj.d -o src/Compiler/CMakeFiles/compiler.dir/TaskTableView.cpp.obj -c D:/a/FOEDAG/FOEDAG/src/Compiler/TaskTableView.cpp |
This reverts commit 9683da9.
* Revert "For EDA 3310 (#1718)" This reverts commit 9683da9. * Incremented patch version --------- Co-authored-by: ravikiranchollangi <[email protected]>