Hi Alistair,
— |
Hi Eliot, This is an internal commit of the plugin I did during development, the latest version from the merge is: 94c54ed#diff-04cbc775a3686446b844a93e1520e706 The repository is configured to not allow squash merges, so all the commits that are part of a PR will always be present. In the latest commit the FileAttributesPlugin package is clean, but the VMMaker package is still dirty - it contains the fixes that became part of VMMaker.oscog-akg.2487. I'll load up the latest version of VMMaker and regenerate the plugin. P.S. I'm still planning on responding to your earlier email re using alloca(). I was out all yesterday, so have a (small) queue of messages to reply to. Cheers, — |
In reply to this post by David T Lewis
Hi Alistair,
— |
In reply to this post by David T Lewis
No problem, it's already done. :-) (The merge page showed the only change was the comment about the VMMaker version, so I merged it in straight away). — |
In reply to this post by David T Lewis
On Mon, 17 Dec 2018 at 15:10, akgrant43 <[hidden email]> wrote: > Hi Eliot, > > This is an internal commit of the plugin I did during development, the > latest version from the merge is: > > 94c54ed#diff-04cbc775a3686446b844a93e1520e706 > <https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/94c54edc5bbb8dfac318686176e67ceaa20883bb#diff-04cbc775a3686446b844a93e1520e706> > > The repository is configured to not allow squash merges, so all the > commits that are part of a PR will always be present. > To provide cleaner PRs, I tend to "git commit --amend" to my-branch that I issued a PR from and force push that to my github account. In spite of the general advice not to force push public branches, in reality it seems people rarely branch except from the canonical account. Actually this could be covered by a convention like... "if you branch from someone's personal account, immediately push it to your account so it shows up in the network view." Forcing pushing only a problem if someone has branched from it the network view could be checked before forcing pushing. cheers -ben > — |
Free forum by Nabble | Edit this page |