search for: jeffkreeftmeijer

Displaying 6 results from an estimated 6 matches for "jeffkreeftmeijer".

2011 Jul 24
2
[LLVMdev] git
...upports this model and it seems like it might fit the LLVM development model so I wanted to point it out in case others had not seen it. Perhaps the more core developers can comment more on its usefulness in the LLVM ecosystem. [1] http://nvie.com/posts/a-successful-git-branching-model/ [2] http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ -- Wesley Peck University of Kansas SLDG Laboratory On Jul 23, 2011, at 3:16 PM, FlyLanguage wrote: >>> Yes, but who's mainline? Is the plan to have a centralized repo with a mainline branch that everybody pushes to >> >> This one....
2011 Apr 30
1
[rspec-rails] Is it bad form to use spec/requests/*_spec.rb for integration tests?
So I wanted to cook up a quick integration test for something, and I''m using rspec. I personally just don''t like Cucumber - just a personal preference, not a slam to the test framework at all - and wanted to stick to just pure rspec. So I dumped a quick spec file in spec/ reqests and ran it, and of course everything works. But is this considered bad form, or a less-than-good
2011 Jul 23
0
[LLVMdev] git
>> Yes, but who's mainline? Is the plan to have a centralized repo with a mainline branch that everybody pushes to > > This one. > >> , or the a linux style model where some person has an official mainline to which he pulls? > > Not this one. > > This shouldn't be a mysterious concept, our policies are well documented here: >
2011 Jul 24
0
[LLVMdev] git
...t seems like it might fit the LLVM development model so I wanted to > point it out in case others had not seen it. Perhaps the more core > developers can comment more on its usefulness in the LLVM ecosystem. > > [1] http://nvie.com/posts/a-successful-git-branching-model/ > [2] http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ > > I was reading through the thread and was going to post a link to the same blog post when I came across yours. While I have not use 'git flow', I have used the same branching model (both in Perforce and git) and like it quite a bit. I don'...
2011 Oct 18
3
Database custom formatter
I am trying to write a custom formatter to update a database record based on example results. Having a lot of trouble, so I thought to ask if anyone has a custom formatter that writes results to a database or outputs results in JSON or some other programmatic format. A working example will go a long way in helping me work thru my own use case. Thanks -------------- next part -------------- An
2011 Jul 23
1
[LLVMdev] git
On Jul 23, 2011, at 5:37 AM, FlyLanguage wrote: >>>> After git, mainline will still be the most important branch for >>>> the *project*, >>>> but you will work with quite a few branches on parallel. >>>> >>>> >>>> Who's mainline? :) Be prepared to assign a super-merger, like Linus, >>>> to maintain