[umbrello] [Bug 425156] Template typenames in attribute and operation parameter types don't work

Ralf Habacker bugzilla_noreply at kde.org
Mon Aug 10 10:31:21 BST 2020


https://bugs.kde.org/show_bug.cgi?id=425156

--- Comment #6 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Bug Janitor Service from comment #1)
> A possibly relevant merge request was started @
> https://invent.kde.org/sdk/umbrello/-/merge_requests/9

The mr shows 6 commits where it should have only one. There seems to be a
rebasing problem with release/20.08. 

If your git remote setup is as described at
https://community.kde.org/Infrastructure/GitLab#Submitting_a_merge_request you
can clean up your branch by running.

git checkout template_typenames_fix

This should show the following commits:

commit 41a731ee3f8cc93bede427cf6a4ee68611f87cef (HEAD ->
template_typenames_fix, bhg/template_typenames_fix)
Author: Robert Hairgrove <code at roberthairgrove.com>
Date:   Sun Aug 9 14:07:23 2020 +0200

    Fix for template typenames as attribute types and operation parameter types

commit 839314a652fb70da65e42491a50d1da8e03c3e12 (bhg/release/20.08)
Merge: d53a0e78d 47cbb2052
Author: Robert Hairgrove <code at roberthairgrove.com>
Date:   Fri Aug 7 10:43:26 2020 +0200

    Edited CMakeLists.txt

commit d53a0e78d8fc5eb54d9a9c269a92e6c9869b3822
Merge: ea001bcd1 6cb3d4974
Author: Robert Hairgrove <code at roberthairgrove.com>
Date:   Fri Aug 7 10:24:41 2020 +0200

    Merge branch 'release/20.08' of https://invent.kde.org/sdk/umbrello into
release/20.08

commit 6cb3d49749c4e460cf34d777472cf00f5946ce43 (origin/release/20.08,
release/20.08)
Author: Robert Hairgrove <code at roberthairgrove.com>
Date:   Mon Aug 3 22:47:39 2020 +0200

    New feature allowing word wrapping in use case texts when resizing and
entering line breaks

    BUG: 424863
    FIXED-IN:2.32.01 (KDE releases 20.08.1)


Now cleanup your branch with

git rebase -i HEAD~3

In the editor, which is then opened, remove all lines except the line
containing "Fix for template typenames as" and save

Now run

git rebase origin/release/20.08

Then git log should show 

commit 9d426ca2d29289f8d11b3aeef62fba50ed415c40 (HEAD ->
template_typenames_fix)
Author: Robert Hairgrove <code at roberthairgrove.com>
Date:   Sun Aug 9 14:07:23 2020 +0200

    Fix for template typenames as attribute types and operation parameter types

commit 6cb3d49749c4e460cf34d777472cf00f5946ce43 (origin/release/20.08,
release/20.08)
Author: Robert Hairgrove <code at roberthairgrove.com>
Date:   Mon Aug 3 22:47:39 2020 +0200

    New feature allowing word wrapping in use case texts when resizing and
entering line breaks

    BUG: 424863
    FIXED-IN:2.32.01 (KDE releases 20.08.1)

commit b0705c5cdf305d9ff4da36ea6cb899e465fa3ff3
Author: Christoph Feck <cfeck at kde.org>
Date:   Wed Aug 5 09:24:57 2020 +0200

    GIT_SILENT Upgrade release service version to 20.08.0.
...

now update the branch used for the merge request by:

git push -f fork

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list