Alexander Bolli
Alexander Bolli
@tajmone [My tools](https://github.com/SicroAtGit/PB-CodeArchiv-Rebirth/blob/master/Concept.md#repo-tools) don't do much that would be useful here. Removal of PB settings at the end of the code and syntax check with the PB compiler is quickly...
> Before creating a new PR branch you always need to: > > 1. Fetch the `devel` branch from `upstream` remote. > > 2. Merge into your fork's `devel` branch....
@HeX0R101 ```console $ sh validate.sh =========================================== Checking PureBasic Sources for IDE Settings =========================================== /// Test Passed /// ================================================== Checking PureBasic Sources for Trailing Whitespace ================================================== /// Test Passed /// ================================================...
Yes, it's @fantaisie-software's last commit https://github.com/fantaisie-software/purebasic/commit/4d20f7793f29fa263b371fecd905819e86085148 that triggers the problem. Yes, the fix should not be a part of this PR.
> But then, the problem here is that no commits or PRs that fail the validation test should be merged into `devel`, otherwise they propagate the failure on other PRs...
> This time, I simply wanted to rebase my fork with devel (after Fred fixed the BOM thing), but git told me, there is a mismatch with the PureBasicIDE.pbp and...
I would very much welcome this functionality. I have created [a feature request](https://www.purebasic.fr/english/viewtopic.php?f=3&t=65708) for it in the English PB forum since several years. There the case of trailing spaces within...
> Any real-case scenario examples of macros that need trailing spaces preservation? I don't know. As you can see in the forum thread, I am also not a proponent of...
Sorry, now I have totally confused you. Here I was referring to the feature that you suggest in this issue: > I would very much welcome this functionality. And here...
@ChrisRfr If you want to update your `devel` branch to the state of `fantaisie-software:devel` branch, use rebase instead of merge. With rebase, Git will set your `devel` branch temporarily to...