Youness Alaoui has posted comments on this change. ( https://review.coreboot.org/19032 )
Change subject: src/lib/jpeg: Fix missing closing brace
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/19032/2//COMMIT_MSG
Commit Message:
Line 12: This was introduced in commit
> Please use the short hash and put the summary in parenthesis after it.
Done
--
To view, visit https://review.coreboot.org/19032
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello Paul Menzel, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19032
to look at the new patch set (#3).
Change subject: src/lib/jpeg: Fix missing closing brace
......................................................................
src/lib/jpeg: Fix missing closing brace
There's a missing closing brace in fillbits function of jpeg.c which
caused an avalanche of compilation errors.
This was introduced in commit
491c5b60 (src/lib: Move assignment out of if condition)
which was reviewed in gerrit at https://review.coreboot.org/18761 and it
prevents coreboot from building when CONFIG_BOOTSPLASH is set.
Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Signed-off-by: Youness Alaoui <youness.alaoui(a)puri.sm>
---
M src/lib/jpeg.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/19032/3
--
To view, visit https://review.coreboot.org/19032
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Martin Roth has posted comments on this change. ( https://review.coreboot.org/19032 )
Change subject: src/lib/jpeg: Fix missing closing brace
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/19032/1//COMMIT_MSG
Commit Message:
Line 18: that commit builds even though it didn't.
> Ah! That explains it. I thought the buildbot was building multiple configur
Agreed. We're trying.
--
To view, visit https://review.coreboot.org/19032
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Youness Alaoui has posted comments on this change. ( https://review.coreboot.org/19032 )
Change subject: src/lib/jpeg: Fix missing closing brace
......................................................................
Patch Set 1:
(3 comments)
I've trimmed down the commit message and fixed the stuff you mentioned.
https://review.coreboot.org/#/c/19032/1//COMMIT_MSG
Commit Message:
PS1, Line 7: accolade
> Not sure if it's generally called like that?
Oh, you're right, my mistake, I think it's "curly bracket" or "braces" in English. Accolade is a French term and I wasn't sure if it was correct, then forgot to check/confirm.
PS1, Line 15: https://review.coreboot.org/18761
> Mentioning the upstream commit would be easier to follow and is less
Good point, will do.
Line 18: that commit builds even though it didn't.
> It's only compiled with CONFIG_BOOTSPLASH being set.
Ah! That explains it. I thought the buildbot was building multiple configurations to test most of the code coverage. I guess it doesn't. Might be good to change it.
--
To view, visit https://review.coreboot.org/19032
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19032
to look at the new patch set (#2).
Change subject: src/lib/jpeg: Fix missing closing brace
......................................................................
src/lib/jpeg: Fix missing closing brace
There's a missing closing brace in fillbits function of jpeg.c which
caused an avalanche of compilation errors.
This was introduced in commit 491c5b60d01d5fa7d27c281335343e67519e799c
which was reviewed in gerrit at https://review.coreboot.org/18761 and it
prevents coreboot from building when CONFIG_BOOTSPLASH is set.
Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Signed-off-by: Youness Alaoui <youness.alaoui(a)puri.sm>
---
M src/lib/jpeg.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/19032/2
--
To view, visit https://review.coreboot.org/19032
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie10b774875fc25ce2ff613c542c15870e780a761
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins)