Skip to content

Instantly share code, notes, and snippets.

View psaavedra's full-sized avatar

Pablo Saavedra Rodiño psaavedra

View GitHub Profile
@psaavedra
psaavedra / webkit-unified-source-diagnostic.py
Created April 21, 2026 23:31
Analyzes WebKit build logs for undefined reference errors caused by missing 6 includes in unified source batches.
#!/usr/bin/env python3
"""
webkit-unified-source-diagnostic.py
Analyzes WebKit build logs for undefined reference errors caused by missing
includes in unified source batches.
Usage:
python3 webkit-unified-source-diagnostic.py \
--log build-error.log \