This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry.
Run this and predict the output:
def batched(messages, chunk_size):
batch = []
for m in messages:
A Python generator in Zulip's Microsoft Teams importer yielded a list and then cleared it. Every batch was the same object. Here's why latent bugs deserve fixes.
This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry.
Run this and predict the output:
def batched(messages, chunk_size):
batch = []
for m in messages:

Fixing Slack import robustness in Zulip: one malformed timestamp aborted entire migrations, and the NaN case corrupted them…

A Bug Smash hunting story: two rediscovered bugs, one claim-etiquette call, an unreported twin in the newest importer, and a…

Third entry in the DEV x Sentry Bug Smash. Entry 1 was a crash with a confusing message. Entry 2 was...

This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry. ...

This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry. ...

This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry. Fourth entry,...