search for: squashing

Displaying 20 results from an estimated 920 matches for "squashing".

2016 Jun 02
4
[cfe-dev] [lldb-dev] GitHub anyone?
...;squashed" mode for pull requests now, I >> haven't tested in practice but it may help. > IMHO squashed commits are a bad idea from a bisect perspective. One of > the great benefits of git is the easy of creating small, > logically-independent commits that can be bisected. Squashing > eliminates that advantage. > > An automatic rebase of the branch and fast-forward merge would be a fine > way to maintain linear history. I have no idea how/if GitHub supports > that though. > > -David Squashing or not depends a lot on personal wo...
2020 Jun 25
2
[cfe-dev] Phabricator Maintenance
...changes are not squashed into existing commits, but pushed on top. The squash is best performed when landing the changes. Disagree. I usually want to be able to review the actual commits that will be landed, not some imagined combination that may or may not line up with what the author will end up squashing things to. Remember, the goal is for authors to be able to have a review of multiple commits in a patch series, i.e. Patch 1 Patch 2 ... and then make changes to both of those patches based on reviews. If you just push delta commits, then in the best case, if people properly use `git commi...
2020 Sep 11
3
[cfe-dev] Phabricator -> GitHub PRs?
...e commits. Not that I am opposed to such commits, but > I am concerned with continual force pushes to PR branches. A "final history > clean-up" after reviews are done is okay in my book. > > >> , let people decide, continue encouraging decent commit messages and >> squashing final review changes. >> > From the above, I take it to mean that this "squashing" you mean last here > is about rewriting the history (if not using GitHub's "squash and merge") > before using GitHub's "rebase and merge"? > > >> cheer...
2015 Jan 21
2
virtio for 3.20
On Mon, Jan 19, 2015 at 12:56:28PM +1030, Rusty Russell wrote: > "Michael S. Tsirkin" <mst at redhat.com> writes: > > Hi Rusty, all > > > > I parked outstanding virtio patches here: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next > > this way they are merged in linux-next as well. > > > > Rusty if you'll be
2015 Jan 21
2
virtio for 3.20
On Mon, Jan 19, 2015 at 12:56:28PM +1030, Rusty Russell wrote: > "Michael S. Tsirkin" <mst at redhat.com> writes: > > Hi Rusty, all > > > > I parked outstanding virtio patches here: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next > > this way they are merged in linux-next as well. > > > > Rusty if you'll be
2020 Sep 11
2
[cfe-dev] Phabricator -> GitHub PRs?
...review changes the series consistently, it could give rise to a few more meaningful commits, with decent messages on their own. No rules broken there. So, in a nutshell, review/approval like current phab, restrict to rebase/squash, let people decide, continue encouraging decent commit messages and squashing final review changes. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200911/4797073a/attachment.html>
2020 Sep 11
2
[cfe-dev] Phabricator -> GitHub PRs?
...;> commits, but I am concerned with continual force pushes to PR branches. A >>> "final history clean-up" after reviews are done is okay in my book. >>> >>> >>>> , let people decide, continue encouraging decent commit messages and >>>> squashing final review changes. >>>> >>> From the above, I take it to mean that this "squashing" you mean last >>> here is about rewriting the history (if not using GitHub's "squash and >>> merge") before using GitHub's "rebase and merge...
2016 Jun 02
4
[cfe-dev] [lldb-dev] GitHub anyone?
> On Jun 2, 2016, at 11:03 AM, dag at cray.com wrote: > > Tim Northover via cfe-dev <cfe-dev at lists.llvm.org> writes: > >> On 31 May 2016 at 13:45, Mehdi Amini via lldb-dev >> <lldb-dev at lists.llvm.org> wrote: >>> Apparently I wasn't very clear: llvm and clang (and the others >>> projects) would be simple decoupled, individual git
2020 Sep 11
4
[cfe-dev] Phabricator -> GitHub PRs?
The LLVM incubator projects have been using github PRs for reviews and so far haven't really seen any significant issues. The biggest confusion so far has not been with reviews but with the difference between "rebase and merge" and "squash and mere". We have used basically 3 different processes: Method 1: start a review with one commit on a new branch (typically in a
2012 Jun 08
1
[LLVMdev] Paris LLVM Meetup 26. June at IRILL (with clang bug squashing)
...work on or with LLVM for many reasons. The most cited ones are the modern code base, the liberal BSD like license and the modularity. Around LLVM a large ecosystem was built that includes subprojects like dragonegg, vmkit, Polly, libc++, safecode and many more. o What is the LLVM Meetup and Bug Squashing? It is a casual meetup to get to know people working on LLVM or interested to learn about LLVM. There is no fixed schedule. We just meet to get to know each other and to discuss. No previous knowledge about LLVM is required. This time we meet at IRILL, where we will have plenty of tables, whi...
2020 Jan 28
2
[cfe-dev] Phabricator -> GitHub PRs?
On Tue, 28 Jan 2020 at 16:09, David Greene <dag at cray.com> wrote: > The question is if everything is approved and the author does a final > cleanup as alluded to above, does that final cleanup also need to go > through review? We don't enforce that now, so I see no reason to start doing it. Phab reviews, once approved, can have last-minute modifications and direct commits.
2015 Apr 14
2
[PATCH] virtio_balloon: drop virtio_balloon_stat_modern
Looks like we are better off sticking with the misaligned stat struct, to reduce the amount of virtio 1 specific code in balloon. So let's do it. Add a detailed comment to reduce the chance people copy this bad example. This also fixes a bug on BE architectures: tag should use cpu_to_le16, not cpu_to_le32. Acked-by: Cornelia Huck <cornelia.huck at de.ibm.com> Signed-off-by: Michael
2007 Jan 22
1
ZFS block squashing (CAS)
So, I am starting to code this CAS block squashing test and I am wondering if this is something that would more likely extend open Solaris (it does require additional info in zfs metadata that is currently reserved space for future, ie zfs revision++) or if I should code against the FUSE tree where it would could be imported. What type of contribu...
2015 Apr 14
2
[PATCH] virtio_balloon: drop virtio_balloon_stat_modern
Looks like we are better off sticking with the misaligned stat struct, to reduce the amount of virtio 1 specific code in balloon. So let's do it. Add a detailed comment to reduce the chance people copy this bad example. This also fixes a bug on BE architectures: tag should use cpu_to_le16, not cpu_to_le32. Acked-by: Cornelia Huck <cornelia.huck at de.ibm.com> Signed-off-by: Michael
2014 Nov 09
0
EPEL bug squashing day 2 Dec 2014
Leading up to the upcoming orphan removal in EPEL, the EPEL Steering Committee is organizing a Bug Squashing Day. There are 3 main purposes to this day: 1. Identifying owners willing to take over orphaned packages 2. Bug triage, feedback, or fixing various bugs through patch submission, etc. 3. Last but not least, we'll be covering the testing of various packages which need feedback. Additionally it...
2023 Mar 23
2
[PATCH 1/1] vhost_task: Fix vhost_task_create return value
...ted patch is not upstream yet, right? > > > > I don't know if the tree in question allows rebases - linux-next > > > > does. So ideally it would be squashed to avoid issues during bisect. > > > > Still it's error path so I guess not a tragedy even without squashing. > > > > > > I tend to not rebase once stuff has been in linux-next but I make > > > exceptions as long as it's before -rc4. For now I've put the patch on > > > top (see the other mail I sent) but if it's really important I can > > > squash...
2004 Mar 24
2
debugging a code
Hello just learned HowTo but R, reminded me with the way Perl does it but with much less on-line commands, R "AFAIK" has n, c, Q and where and cann't debug outside the {}. 1) is there a more versatile/flexable debugging method for R? I have saved 2 functions in an ASCII file "digfun". "getdata" function calls "squash" function and both use loops. In
2020 Sep 14
2
[cfe-dev] Phabricator -> GitHub PRs?
Has anyone tried out reviewable.io yet? It integrates with GitHub pull requests, but provides a separate UI for doing the review which promises to fix a lot of the issues encountered with Github's review interface. Some of the things it claims to support which seem like important additions: - Tracking the resolved status of each discussion point - Rebasing a PR without losing review history.
2020 Apr 02
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Thu, Apr 02, 2020 at 11:22:57AM +0800, Jason Wang wrote: > > On 2020/4/2 ??12:08, Michael S. Tsirkin wrote: > > On Wed, Apr 01, 2020 at 10:29:32PM +0800, Jason Wang wrote: > > > >From 9b3a5d23b8bf6b0a11e65e688335d782f8e6aa5c Mon Sep 17 00:00:00 2001 > > > From: Jason Wang <jasowang at redhat.com> > > > Date: Wed, 1 Apr 2020 22:17:27 +0800 >
2020 Apr 02
2
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Thu, Apr 02, 2020 at 11:22:57AM +0800, Jason Wang wrote: > > On 2020/4/2 ??12:08, Michael S. Tsirkin wrote: > > On Wed, Apr 01, 2020 at 10:29:32PM +0800, Jason Wang wrote: > > > >From 9b3a5d23b8bf6b0a11e65e688335d782f8e6aa5c Mon Sep 17 00:00:00 2001 > > > From: Jason Wang <jasowang at redhat.com> > > > Date: Wed, 1 Apr 2020 22:17:27 +0800 >