search for: catlin

Displaying 15 results from an estimated 15 matches for "catlin".

Did you mean: catalin
2013 Apr 21
2
[LLVMdev] How to cast Value* to ConstantDataArray*
ConstantDataArray * cda = cast<ConstantDataArray>(v); throws this error: Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file /Users/rcatlin1/lldb/llvm/include/llvm/Support/Casting.h, line 208 Thanks for the help. Richard Catlin On Sat, Apr 20, 2013 at 3:37 PM, Sean Silva <silvas at purdue.edu> wrote: > > > > On Sat, Apr 20, 2013 at 5:15 PM, Richard Catlin < > richard.m.catlin at gmail.com> wrote: > &g...
2013 Apr 20
0
[LLVMdev] How to cast Value* to ConstantDataArray*
On Sat, Apr 20, 2013 at 5:15 PM, Richard Catlin <richard.m.catlin at gmail.com>wrote: > I extended the LLVM Kaleidoscope example to support Strings. I added a > StringExprAST, which has the virtual Codegen method impl as follows: > > Value *StringExprAST::Codegen() { > StringRef r(Val); > return ConstantDataArray::ge...
2013 Apr 20
2
[LLVMdev] How to cast Value* to ConstantDataArray*
I extended the LLVM Kaleidoscope example to support Strings. I added a StringExprAST, which has the virtual Codegen method impl as follows: Value *StringExprAST::Codegen() { StringRef r(Val); return ConstantDataArray::getString(getGlobalContext(), r, false); } I am trying to concatenate Strings and have a ConcatExprAST with its Codegen method. Upon trying to access the data in the
2013 Feb 05
1
[LLVMdev] Does Apple's osacompile use LLVM?
I hope this is the right mailing list to ask this question. If not, please let me know where this question should be asked. Does anyone know if Apple's "osacompile" (Applescript compiler) use LLVM? If so, is there a way to compile Applescript to llvm-as? Thank you. Richard Catlin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130205/05437062/attachment.html>
2006 Mar 21
8
Loading the contents of a CSV file to a database
Hello Everybody, I picked up on the buzz about RoR and wanted to see what the fuss is about. So far i am very impressed but have hit a bit of a wall with a little play app i am writting. I want to iterate through a CSV file of my bank transactions and see just how much money i spend on beer and pies every month. I have successfully setup a database with a single table called transactions
1998 Nov 25
9
Help!
Anyone know how can i get Office97 over a Samba Server in perfect functions. How should i install it. setup /a ????? Please tell me. Thanks ............................................................................. LSC Maximino Gerardo Luna Estrada email: max@oro.reduaz.mx Unix & System Administrator tel: (492) 43919, 40570 Centro Universitario
2006 Feb 28
2
database tables
...e database tables have the naming convention of lclclcClclclc. For example; tblComputerNames. How do i get around this in rails since it likes lower case table names to keep with its naming conventions for classes and objects? Mitch Mitch Raful MCSE, CCNP Network Engineer MCCS Quantico 3044 Catlin Avenue Quantico, VA 22134 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060228/24ddd0a4/attachment.html
2006 Apr 06
10
Advice needed on tracking down unusual error
Does anyone have advice on how to go about locating the cause of this error message: ActionView::TemplateError (wrong number of arguments (3 for 1)) on line #4 of app/views/products/search.rhtml: 4: <%= start_form_tag :action => ''search'' %> I don''t see anything wrong with line 4 above. Some background: I''ve made a number of changes to Controllers,
2013 Mar 26
0
[LLVMdev] Fwd: Extending Kaleidoscope to support Strings
...(InitVal, Alloca); I get the following error: tok_string: "Hello World!" Assertion failed: (getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!"), function AssertOK, file /Users/rcatlin1/lldb/llvm/lib/IR/Instructions.cpp, line 1089. Thanks for any guidance. Regards, Richard Catlin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130325/39d3da8c/attachment.html>
2013 Apr 01
0
[LLVMdev] How to run CppBackend with Kaleidoscope?
Is there example code of how to construct the CPPTargetMachine and run addPassesToEmitFile method with Kaleidoscope example? Any help is appreciated. Thanks. Richard Catlin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130401/cd082202/attachment.html>
2006 Jan 24
0
curious
...line. (If I had to guess, I would say Rails is smarter than I when it automagically creates the sql statements.) Can anyone point me in the right direction on how creating inserts and selects correctly using TDS, ODBC drivers. Thanks! Mitch Raful MCSE, CCNP Network Engineer MCCS Quantico 3044 Catlin Avenue Quantico, VA 22134 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060124/8f954689/attachment-0001.html
2006 Apr 06
8
Fastest learning path to RoR
hi! with a 4GL background, wanting to learn RoR, what is the fastest learning path i should take? should i go grab a RoR tutorial, and learn Ruby along the way, or start with plain Ruby first? thanks for any inputs!
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
...ess).each { |f| @person[f] = params[:person][f] } [ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001503.html ] Remember how in last RCW we we''re perplexed by Hampton''s swift implementation of Person.find(:all, :conditions => { :last_name => "Catlin", :status => 1 }, :limit => 2) i.e passing a hash as :conditions to find() ? Well, not everyone is convinced this is the right thing to do. Tom Ward explains where the sweetspot is on Hampton''s patch (SQL is evil, please do not write SQL) and DHH is sold on the ide...
2006 Aug 18
5
potential enterprise rails project
Hello Rubyists, I''m in the position of being given the job to design and build a mission-critical web facing application for a small but growing enterprise. It is to be used by customers as needed, numbering in the tens up to the hundreds. It will collect operational data, particularly in a table around 50 columns wide, and potentially millions of rows deep, most fields being numerical.
2006 Apr 13
8
DevTower Beta3 Release!
...o do it. Only use development data in the holds. Does it work on windows? I don''t see why not. I didn''t test it. In fact, I only tested it on Ubuntu Dapper. Does it work with Rails 1.0? No. ====== Special thanks to Geoffrey Grosenbach for his ar_fixtures plugin. -hampton catlin. --------- http://www.justasloud.org http://www.hampton2600.com http://www.deadhobosociety.com #for all your philosophical needs http://rubyforge.org/projects/devtower/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/att...