Skip to content

Commit

Permalink
Self code review
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Aug 22, 2021
1 parent 29e9984 commit 0cab560
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Src/CSharpier/SyntaxPrinter/PreprocessorSymbols.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
namespace CSharpier.SyntaxPrinter
{
// the usage or this is a little wonky right now.
// the next iteration of this should find all #if and relates directives
// before we ever format a file
// come up with the symbol sets, and use those in code formatter
// the next iteration of this will do the following
// find all #if and related directives (from file contents)
// come up with the symbol sets
// use those in code formatter
// that will get rid of the ugly threadStatic/reset/stopCollecting stuff
public class PreprocessorSymbols
{
Expand Down

0 comments on commit 0cab560

Please sign in to comment.