issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:Ruby
Filter by
57.9M results
A manifest run derives the report name from the input file stem, so two inputs sharing a stem silently merge into the
same report rows with no signal. Add a non-blocking informational diagnostic when a ...
cli
enhancement
Close the last silent source_column fabrications so every emission is either resolved from a real column or explicitly
null. Two residual shapes: (a) un-allowlisted type/datepart functions over-emit their ...
bug
parser-correctness
SQL functions outside the recognized introducer set leak a non-column operand as a fabricated source_column. Examples:
dialect datepart-first functions with a bare datepart (DATE_TRUNC(month,[ts]) → leaks ...
bug
parser-correctness
For a query like WITH cte AS (SELECT [ERLOS] AS [Revenue] FROM dbo.realtbl) SELECT * FROM cte, the embedded-SQL
extractor s first-match SELECT…FROM boundary resolves the inner CTE SELECT and attributes ...
bug
parser-correctness
For a mixed query like SELECT [A]+[B], [C] AS [Named] FROM dbo.t, the unnamed [A]+[B] projection is dropped but the SQL
SELECT clause is still reported as fully parseable, so column_map_exhaustive is set ...
bug
parser-correctness
Extract the layout-validity determination in parse.py into a validate_layout_entry(zf, name) - bool helper.
Readability-only refactor that isolates layout-validation as more corruption modes are added. ...
tech-debt
Report/Layout corruption handling has been added one failure mode at a time (missing, zero-byte, malformed-JSON,
truncated UTF-16-LE all shipped). Replace the iterative pattern with an upfront failure-mode ...
enhancement
parser-correctness
When Report/Layout is missing or unreadable, the parser silently treats it as absent with no debug trace. parse.py
currently uses no Python logging, so this introduces a logging concern: choose log level, ...
enhancement
tests/_pbir_synth.py has a module-global _id_counter incremented in _next_id but never read — the ID actually comes from
elsewhere. The name implies counter-driven determinism that isn t real. Delete the ...
tech-debt
test
Redistributed third-party PBIR fixtures must each map to an attribution entry. Add a test asserting every file under the
redistributed-fixture directories maps to an entry in the third-party notices file ...
pbir
test

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.