Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Apr 6, 2020

No description provided.

@ghost ghost closed this Apr 9, 2020
Copy link
Owner

@michaelforney michaelforney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I had typed up some comments, but forgot to submit.

/samu
/.ninja_deps
/.ninja_log
.vscode/
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What you can do here is add it to your .git/info/exclude. I don't want to start adding ignored files for every editor and IDE, only for the files produced during the build.

struct edge *gen;
/* list of edges that use this node as input, allocated and populated in graph.c:nodeuse */
struct edge **use;
/* number of edges in this.use */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Duncaen already fixed this incorrect comment in #48, and I have just cherry-picked that patch.

I think "dependent edges" is a more succinct and precise way to describe this field.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant