Review Request 127910: kdesrc-build: improve error messages by showing the right filename

Michael Pyne mpyne at kde.org
Sat May 14 13:52:53 UTC 2016



> On May 14, 2016, 2:56 a.m., Michael Pyne wrote:
> > modules/ksb/RecursiveFH.pm, line 16
> > <https://git.reviewboard.kde.org/r/127910/diff/1/?file=464729#file464729line16>
> >
> >     I think I would add a comment here to the effect that we don't maintain a full stack for current_file since we only need current_file when writing out error messages. It will help future me avoid some confusion that I worked through just now. ;)
> 
> David Faure wrote:
>     Wait, you're right, what if we follow an include file, then come back to the main file, and there's an error in a line there?
>     My code would show the name of the included file rather than the one of the main file. I think you're right, we do need a stack, don't we?

Hmm, good point. We do already have a stack for the directory names, we could probably adapt it to retain the full path and then break it up as-needed. Perhaps with a simple subroutine accessor for whatever the current file name is.


- Michael


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127910/#review95456
-----------------------------------------------------------


On May 13, 2016, 7:36 p.m., David Faure wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127910/
> -----------------------------------------------------------
> 
> (Updated May 13, 2016, 7:36 p.m.)
> 
> 
> Review request for Build System and Michael Pyne.
> 
> 
> Repository: kdesrc-build
> 
> 
> Description
> -------
> 
> Before:
> "Don't use module libaccounts-qt on line 20 of /path/kdesrc-buildrc, use options libaccounts-qt"
>  but line 20 is unrelated, some global option.
> 
> After:
> "Don't use module libaccounts-qt on line 20 of /path/extragear/utils/kdesrc-build/kf5-workspace-build-include, use options libaccounts-qt"
> 
> 
> Diffs
> -----
> 
>   modules/ksb/Application.pm b5bab5a6eb24cba488572dbdbdbabd024db8dc91 
>   modules/ksb/RecursiveFH.pm 6892320bb5e8f8c1e4979ef137bb975775940908 
> 
> Diff: https://git.reviewboard.kde.org/r/127910/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> David Faure
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20160514/1a3404c0/attachment.html>


More information about the Kde-buildsystem mailing list