Skip to content

Commit ee84d89

Browse files
antonsyndclaude
andcommitted
chore(compiler): update SymbolSerializer TODO to new tracking issue
TODO for the FunctionType serialization gap (missing VariadicParameterIndex / OptionalParameterCount round-trip) pointed at #536, which is now closed. Repoint it at the new follow-up issue #552 so deferred work remains discoverable per CLAUDE.md rule 8. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ea52466 commit ee84d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sharpy.Compiler/Project/SymbolSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ private static void RegisterAll()
842842
ot => Serialize(ot.UnderlyingType),
843843
value => new OptionalType { UnderlyingType = Deserialize(value) });
844844

845-
// TODO(#536): FunctionType serialization loses OptionalParameterCount and
845+
// TODO(#552): FunctionType serialization loses OptionalParameterCount and
846846
// VariadicParameterIndex. Incremental builds reconstruct FunctionType from
847847
// FunctionSymbol.Parameters (where IsVariadic is cached separately), so the
848848
// gap is benign today, but any code that reads a FunctionType straight from

0 commit comments

Comments
 (0)