search for: mplatings

Displaying 16 results from an estimated 16 matches for "mplatings".

Did you mean: platings
2019 May 21
2
RFC: changing variable naming rules in LLVM codebase
...enaming and other small refactorings without breaking git blame. It's like git-hyper-blame [1] but significantly more powerful as it uses fuzzy matching to match lines, including lines that may have been split or joined. A preview release of Git with this new feature is at: https://github.com/mplatings/git/releases/tag/ignore-rev Some of you have told me that you already have to spend time running git blame multiple times to look past uninteresting commits so I'd love for you to give this feature a try and see if it helps you. Your feedback will be very valuable. Thanks, -Michael [1] https...
2019 Jun 10
2
RFC: changing variable naming rules in LLVM codebase
...ngs without breaking git blame. > > It's like git-hyper-blame [1] but significantly more powerful as it uses > fuzzy matching to match lines, including lines that may have been split or > joined. > > A preview release of Git with this new feature is at: > https://github.com/mplatings/git/releases/tag/ignore-rev > > Some of you have told me that you already have to spend time running git > blame multiple times to look past uninteresting commits so I'd love for you > to give this feature a try and see if it helps you. Your feedback will be > very valuable. >...
2019 Jun 07
2
RFC: changing variable naming rules in LLVM codebase
...ngs without breaking git blame. > > It's like git-hyper-blame [1] but significantly more powerful as it uses > fuzzy matching to match lines, including lines that may have been split or > joined. > > A preview release of Git with this new feature is at: > https://github.com/mplatings/git/releases/tag/ignore-rev > > Some of you have told me that you already have to spend time running git > blame multiple times to look past uninteresting commits so I'd love for you > to give this feature a try and see if it helps you. Your feedback will be > very valuable. >...
2019 Jul 09
4
RFC: changing variable naming rules in LLVM codebase
...all refactorings without breaking git blame. > > It's like git-hyper-blame [1] but significantly more powerful as it uses fuzzy matching to match lines, including lines that may have been split or joined. > > A preview release of Git with this new feature is at: https://github.com/mplatings/git/releases/tag/ignore-rev <https://github.com/mplatings/git/releases/tag/ignore-rev> > > Some of you have told me that you already have to spend time running git blame multiple times to look past uninteresting commits so I'd love for you to give this feature a try and see if it h...
2019 Jul 12
5
RFC: changing variable naming rules in LLVM codebase
.... >> >> It's like git-hyper-blame [1] but significantly more powerful as it >> uses fuzzy matching to match lines, including lines that may have >> been split or joined. >> >> A preview release of Git with this new feature is at: >> https://github.com/mplatings/git/releases/tag/ignore-rev [8] >> >> Some of you have told me that you already have to spend time running >> git blame multiple times to look past uninteresting commits so I'd >> love for you to give this feature a try and see if it helps you. >> Your feedback wi...
2007 Apr 06
0
ruby doc errorr
authenticated_test_helper.rb: m. RDoc failure in vendor/plugins/acts_as_authenticated/generators/authenticated/te mplates/authenticated_test_helper.rb at or around line 113 column 4 Before reporting this, could you check that the file you''re documenting compiles cleanly--RDoc is not a full Ruby parser, and gets confused easily if fed invalid programs. The internal error was:
2007 Apr 06
0
rdoc error
I am getting this error when I run ruby doc with following command rdoc -a -F -f html -S -N -o doc1 ...........authenticated_test_helper.rb: m. RDoc failure in vendor/plugins/acts_as_authenticated/generators/authenticated/te mplates/authenticated_test_helper.rb at or around line 113 column 4 Before reporting this, could you check that the file you''re documenting compiles cleanly--RDoc
2019 Mar 12
2
RFC: changing variable naming rules in LLVM codebase
Thanks very much for all the feedback. I've tried to collect the information into a proposal for a transition plan: https://reviews.llvm.org/D59251. -Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190312/8c8a6961/attachment.html>
2019 Jul 09
2
RFC: changing variable naming rules in LLVM codebase
...hyper-blame [1] but significantly more powerful as it >>>> uses fuzzy matching to match lines, including lines that may have been >>>> split or joined. >>>> >>>> A preview release of Git with this new feature is at: >>>> https://github.com/mplatings/git/releases/tag/ignore-rev >>>> >>>> Some of you have told me that you already have to spend time running >>>> git blame multiple times to look past uninteresting commits so I'd love for >>>> you to give this feature a try and see if it helps you...
2019 Jul 09
2
RFC: changing variable naming rules in LLVM codebase
...; >>>>> It's like git-hyper-blame [1] but significantly more powerful as it uses fuzzy matching to match lines, including lines that may have been split or joined. >>>>> >>>>> A preview release of Git with this new feature is at: https://github.com/mplatings/git/releases/tag/ignore-rev >>>>> >>>>> Some of you have told me that you already have to spend time running git blame multiple times to look past uninteresting commits so I'd love for you to give this feature a try and see if it helps you. Your feedback will be v...
2019 Jul 10
4
RFC: changing variable naming rules in LLVM codebase
...t;>>>>> uses fuzzy matching to match lines, including lines that may have been >>>>>>> split or joined. >>>>>>> >>>>>>> A preview release of Git with this new feature is at: >>>>>>> https://github.com/mplatings/git/releases/tag/ignore-rev >>>>>>> >>>>>>> Some of you have told me that you already have to spend time running >>>>>>> git blame multiple times to look past uninteresting commits so I'd love for >>>>>>> you to...
2019 Jul 10
3
RFC: changing variable naming rules in LLVM codebase
...significantly more powerful as it >>>>> uses fuzzy matching to match lines, including lines that may have been >>>>> split or joined. >>>>> >>>>> A preview release of Git with this new feature is at: >>>>> https://github.com/mplatings/git/releases/tag/ignore-rev >>>>> >>>>> Some of you have told me that you already have to spend time running >>>>> git blame multiple times to look past uninteresting commits so I'd love for >>>>> you to give this feature a try and see...
2008 Aug 29
4
newbie question for installation
Hi all... just something really confused. Today I downloaded "ruby186-26.exe" according the tutorial.. then have it installed without problem then I use "gem install rails --include--dependencies" to get rails then when I use "rails testabc" for my first application I got following errors: . .. ... create script/process/reaper create
2006 Nov 01
1
strange issue with backgroundrb behind apache/lighttpd
I''m getting strange data back from my worker whenever I run our rails app with more than one dispatcher under lighttpd. just to give some info on what the app does: user submits data to rails app. rails app hands off data to worker, which goes and does it''s thing, storing results in an array of response objects (the array is an attribute of the worker). the response object
2006 Apr 13
4
Apache/fastcgi setup can''t find custom config/*.yml file!
All, Apache 2/FastCGI on Linux My fastcgi config. file is set up to run the "test" RAILS_ENV. When I go to access a view associated with a particular controller, I keep getting a ENOENT (file not found) error on a custom config. file that I am attempting to load. What I can''t figure out is why it can''t find the file. Here''s the code that loads it in my
2019 Jul 18
4
RFC: changing variable naming rules in LLVM codebase
...#39;s like git-hyper-blame [1] but significantly more powerful as it > >> uses fuzzy matching to match lines, including lines that may have > >> been split or joined. > >> > >> A preview release of Git with this new feature is at: > >> https://github.com/mplatings/git/releases/tag/ignore-rev [8] > >> > >> Some of you have told me that you already have to spend time running > >> git blame multiple times to look past uninteresting commits so I'd > >> love for you to give this feature a try and see if it helps you. > &...