search for: soliloquy

Displaying 7 results from an estimated 7 matches for "soliloquy".

2011 Dec 04
2
let's get this established, one way or the other, once and for all
seumas said: > What confuses me is what > this all has to do with markdown. david said: > I find discussion of techniques for > building Markdown parsers very interesting. i can justify myself. indeed, it's a good exercise every so often, just to ensure that your position and directionality are focused. but it's not right, or fair, that every month, someone
2013 Jun 14
1
[LLVMdev] Building pass out of source with cmake: undefined symbol error
Ah! Think I figured it out -- it's rtti. When I build with -fno-rtti, the spurious symbol disappears. Blargh, that was complicated. I'm going to try an out-of-source cmake build now. So far this has been a soliloquy, hope it helps someone else. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen [charlie.jacobsen at utah.edu] Sent: Friday, June 14, 2013 11:34 AM To: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Building pass out...
2011 Dec 16
2
here's the thing that tips the scale
...t's the bottom line. i _wish_ you guys would listen to me. i really do. but i ain't gonna kiss your asses. so i'm here to tell you something. so i can tell other people that i _tried_ to tell you. whether or not you listen to me is entirely up to you. and there's your fucking soliloquy for this week... -bowerbird -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20111215/63eecab7/attachment.html>
2013 Jun 14
0
[LLVMdev] Building pass out of source with cmake: undefined symbol error
Still no go. I'm going to experiment building out of source manually with the cmake build and autotools build. I should've mentioned that I'm attempting this with the hello world pass example. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen [charlie.jacobsen at utah.edu] Sent: Friday, June 14, 2013
2008 Nov 22
6
select_month post and params
Hi why is that not working? Controller----------------------------------------------------- def bla month = params[:month_select] redirect_to :action => "index" flash[:error_messages_for] = month.to_s end View---------------------------------------------------------- <%form_tag :action => "bla" do %> <%= select_month(Date.today,
2013 Jun 14
2
[LLVMdev] Building pass out of source with cmake: undefined symbol error
Hmmm, I just thought of something. Perhaps I need to set the MODULE cmake flag (via -DMODULE=ON)? I will try this today. (I remembered the LOADABLE_MODULE=1 flag in the makefile, and the if ( MODULE ) check in the AddLLVM cmake module.) ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen [charlie.jacobsen at
2011 Feb 27
3
accessing variables inside a function, inside a loop
dear list! I KNOW this has been answered a million times before. But, as some might remember from their "freelance" times as a statistic consultant, sometimes you're blinded by the facts. I KNOW I have seen this problem solved, but due to the mental blockade i have been suffering from the last 3 hours, I can neither find the answer on the mailing list nor on google. I wrote a