Skip to content

Commit

Permalink
Fixed missing @synthetise for GBTask. Closes tomaz#19.
Browse files Browse the repository at this point in the history
Forgot to put synthesize for lastCommandLine. Also added another release test to compile in release.
  • Loading branch information
tomaz committed Dec 29, 2010
1 parent f795361 commit 7d39857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Common/GBTask.m
Expand Up @@ -151,6 +151,7 @@ - (NSArray *)linesFromString:(NSString *)string {

@synthesize reportBlock;
@synthesize reportIndividualLines;
@synthesize lastCommandLine;
@synthesize lastStandardOutput;
@synthesize lastStandardError;

Expand Down
1 change: 1 addition & 0 deletions Release Notes.markdown
Expand Up @@ -33,6 +33,7 @@ Release Checklist

All low level key components are covered with unit tests, however some higher level components aren't so make sure you check all following tests before releasing a version.

- Compile as release to fix missing @synthesize and similar.
- Make sure all unit tests pass.
- Validate all input paths are parsed.
- Create HTML and validate few pages to see it's ok.
Expand Down

0 comments on commit 7d39857

Please sign in to comment.