-
Notifications
You must be signed in to change notification settings - Fork 392
2021 03 18 Eclipse iceoryx developer meetup
Simon Hoinkis edited this page Mar 18, 2021
·
10 revisions
Date: 2021/03/18
Time: 17:00 CET
Link: https://eclipse.zoom.us/j/95918504483?pwd=RWM5Y1pkeStKVDZsU09EY1hnclREUT09
- Martin Hintz, Bosch
- Andy Riexinger, Bosch
- Marika Lehmann, Apex.AI
- Bernhard Eickhoff, Bosch
- Indra, Avin Systems
- Jimmy Belloche, Bosch
- Dietrich Krönke, Apex.AI
- Carolina Garzon Garcia-Banos, Bosch
- Christian Eltzschig, Apex.AI
- Oliver Schünemann, Bosch
- Bob, Apex.AI
- Somnath Holkar, Avin Systems
- Matthias Killat, Apex.AI
- General: Are there other agenda points?, 2 mins
- Toolchain files (see #609) - commit generic toolchain files to the repo (e.g. for QNX)?, Hintz 5 min
- TOML parser fuzz test (-> RouDi crashes found), Hintz, 5 min
- New proposals for iceoryx logo, Hoinkis, 10 min
- Naming of iceoryx releases, Hoinkis, 10 min
- Eclipse release for 1.0.0, Krönke, 5 min
- Which are the important pull request we have to merge before RC1 on April 1st, Hoinkis, 10
- New API element, Listener, Eltzschig, 5 min
- Other agenda points
- No other agenda points
- Toolchain files
- Everyone agreed to merge the pull request to have a common toolchain file for QNX build
- TOML parser fuzz test
-
TOML parser throws exceptions
-
Do we want to use exceptions in production code?
- Exceptions and heap are forbidden in iceoryx
-
Bob suggest to wrap calls in a
try {} catch {}
block to gracefully shutdown RouDi -
Martin will create issue and attach output of AFL
-
Side question regarding running RouDi twice
- Dietrich will create issue for SWE.6 integration tests
- Update iceoryx logo
- Simon showed two iceoryx logo proposals
- At some point vote and decide with the community
- iceoryx release names
- Please vote: https://dudle.inf.tu-dresden.de/vA3GSel9vg/
- v1.0 Release
- RC1 release on 2021/04/01
- Final Eclipse release on 2021/04/30
- Best release ever!
- Important PR that need to go into v1.0
- #619
- #618
- #614
- #610
- #608
- #606
- #598
- #593
- #587
- #579
- Listener introduction
- Christian presented
iceoryx_examples/icecallbacks/ice_callbacks_publisher.cpp
- Will be available in RC1 release