Closed deadlyvortex closed 1 year ago
open #15
open #15
close #15
open #15
for some reason deadlyvortex's commits were showing up as mine, probably because that was probably the computer I used last year. That should be all git config'ed and fixed now, though
Another comment @deadlyvortex - you need to change the "Subsystems" folder to be named "subsystems" (lower case name). The reason the build fails is because of this
Sorry for all the spam guys. The issue is not with our code - this is due to a known issue in the WPILib DataLogger: https://github.com/wpilibsuite/allwpilib/issues/5120
master fails to build on my Linux computer as well, so for now we will be without CI - I will lift the requirement on the CI checks passing, and we'll wait to see if they can fix this issue. For now, we will work on the honor system if it builds locally on a windows laptop.
@deadlyvortex since you did most of the work on this, please merge it whenever you get the chance
Sorry for all the spam guys. The issue is not with our code - this is due to a known issue in the WPILib DataLogger: wpilibsuite/allwpilib#5120
master fails to build on my Linux computer as well, so for now we will be without CI - I will lift the requirement on the CI checks passing, and we'll wait to see if they can fix this issue. For now, we will work on the honor system if it builds locally on a windows laptop.
I'm looking into this error and see if I can fix it. In the meantime, try disabling network tables logging by DataLogManager::LogNetworkTables(false)
since that removed the error for me.
Sorry for all the spam guys. The issue is not with our code - this is due to a known issue in the WPILib DataLogger: wpilibsuite/allwpilib#5120
master fails to build on my Linux computer as well, so for now we will be without CI - I will lift the requirement on the CI checks passing, and we'll wait to see if they can fix this issue. For now, we will work on the honor system if it builds locally on a windows laptop.
Also, thank you for pointing out that the error is only present on Windows. This will make my debugging process easier.
It seems I fixed the issue. I'll create a PR and see if they merge it.
FYI @jkleiber upgrading to WPLib 2023.4.2 (you can upgrade simply by changing the GradleRIO plugin version in build.gradle
) fixes the WPILib DataLogger issue.
@gaborszita apologies for the slow response, but thanks for fixing this issue! Unbreaking our CI is greatly appreciated 😄
close #15