You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecation backport of mesa_modbus to 2.9 (mesa_modbus: deprecate in favor of hm2_modbus #4386). The 2.9 branch has everything in place to migrate. Can we delete the old mesa_modbus driver?
Conclusion: Remove the old mesa_modbus driver from master and go with hm2_modbus.
Migrate gscreen (and any other) to support s/ms on [DISPLAY]CYCLE_TIME or do we finally pick one? Minimally we need consistency (Unify [DISPLAY]CYCLE_TIME unit handling across GUIs #4424).
Conclusion: Fisrt fix all GUIs/VCPs to read the value consistently; Going to pick gmoccapy setup (>= 0.001 and < 1.0 => seconds, >= 1.0 => ms, else warn + default 150).
Timing for deprecation of old HAL API. The new 64-bit upgrade is being prepared. What is the minimum time for people to adapt before the old API is deleted? Or, should be just steam on and break the API asap?
We press ahead. First (set of) PRs id changing names but not breaking (mostly in Python code). The one (very) big PR that does away with 32 bit and moves to 64 bit. This needs to be tested by people before merge. Finally, an additional set of PRs that cleans up 32-bit getters and setters in components and drivers for everything that can/should be migrated to 64 bits.
Why should we continue to support Tcl based hal files? Sample configs should be flat files. Drop Tcl shift to Python?
Conclusion: flatten all sample configs and remove Tcl there. See Remove Tcl from sample configs #4524.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
According to our bi-weekly schedule alternating between "early" and "late", this video meeting is this Sunday 2026-Sep-13 at 10:00 CEST.
https://greenlight.bbb.uni-rostock.de/b/ste-c4d-brs-3k6
Access code: 869782
https://www.timeanddate.com/worldclock/meetingdetails.html?year=2026&month=9&day=13&hour=8&min=0&sec=0&p1=319&p2=236&p3=240&p4=136&p5=165&p6=256
Agenda
Unfortunately, our previous meeting got canceled, so this agenda is really full.
-ffp-contract=offproject wise discussion. interp_g7x: make the G7x roughing cycle independent of rounding #4487 should land first.Conclusion: we fix the code and don't limit what the compiler can generate.
Conclusion: Remove the old mesa_modbus driver from master and go with hm2_modbus.
[DISPLAY]CYCLE_TIMEor do we finally pick one? Minimally we need consistency (Unify [DISPLAY]CYCLE_TIME unit handling across GUIs #4424).Conclusion: Fisrt fix all GUIs/VCPs to read the value consistently; Going to pick gmoccapy setup (>= 0.001 and < 1.0 => seconds, >= 1.0 => ms, else warn + default 150).
We press ahead. First (set of) PRs id changing names but not breaking (mostly in Python code). The one (very) big PR that does away with 32 bit and moves to 64 bit. This needs to be tested by people before merge. Finally, an additional set of PRs that cleans up 32-bit getters and setters in components and drivers for everything that can/should be migrated to 64 bits.
See PRs for merge/comments.
Conclusion: flatten all sample configs and remove Tcl there. See Remove Tcl from sample configs #4524.
include/(include: move the exported headers into a directory of their own #4461)Conclusion: Decided to move all includes. Will be done after the HAL 64-bit migration.
All reactions