Minutes of TWiki Kampala Release Meeting, 2017-11-02
Logistics, Participants, IRC log
1. Feature Requests for Kampala Release
2. Extensions
- Desired outcome: Get everyone in sync, coordinate enhancements
- See WebChanges in Plugins web
3. Review Urgent and Not So Urgent Bugs
- TWikibug:Item7640
: Unit Tests: DEC2HEX and DEC2BIN create longer strings with 64bit Perl
- TWikibug:Item7826
: The HASHREVERSE test case in SpreadSheetPluginTestCases fails.... randomly
- TWikibug:Item7827
: With non-threaded Perl, the $SPLIT function of SpreadSheetPlugin fails after splitting on '$empty'
- Both on the way of fixing by Harald
- TWikibug:Item7796
: TWiki with current Perl: Make CGI::Carp work from TWiki's distribution
- Harald did a second attempt to fix this issue: Run TWiki on an installation with Perl 5.24 and no CGI.pm installed on the system
4. TWiki Release Discussion
- Desired outcome: Scope of additional work needed for new release
- Goal to release before end of the year
- In 2017-09-21 meeting we decided to raise required perl from 5.8 to 5.10.1
5. Miscellaneous
- E-mail issue, no reg and no commit notification
- Send commit notification to Slack
my $posted_message = $slack->chat->post_message(
channel => 'channel id', # required
text => 'hoge', # required
username => 'fuga', # optional
);
Back to: KampalaRelease
Comments / Feedback