You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We probably want to introduce a notion of ProgramVersion into blameandshame. A program (or project?) version represents the state of a particular project at a given commit. Right now, we're passing that information around as a Tuple[Project, git.Commit], but we should refactor those to be ProgramVersion instead.
Inside the ProjectVersion class we can store a representation of the project version as a bugzoo.Bug instance.
The text was updated successfully, but these errors were encountered:
We probably want to introduce a notion of
ProgramVersion
into blameandshame. A program (or project?) version represents the state of a particular project at a given commit. Right now, we're passing that information around as aTuple[Project, git.Commit]
, but we should refactor those to beProgramVersion
instead.Inside the
ProjectVersion
class we can store a representation of the project version as abugzoo.Bug
instance.The text was updated successfully, but these errors were encountered: