search for: createnod

Displaying 10 results from an estimated 10 matches for "createnod".

Did you mean: createnode
2010 Feb 19
0
Wine release 1.1.39
...OMDocumentFragment_get_parentNode(). msxml3: Accept PI node in on base name request. comctl32/rebar: Don't try to access band data before it's needed. msxml3: Check for Null out pointer in node creation (with tests). msxml3: Support more node types in IXMLDOMDocument_createNode(). msxml3: Reimplement IXMLDOMDocument::createDocumentFragment() over ::createNode(). msxml3/tests: Don't try to use wchar buffers as BSTR parameters. msxml3: Reimplement IXMLDOMDocument::createElement() over ::createNode(). msxml3: Reimplement IXMLDOMDocument::createCo...
2009 Jun 10
2
[LLVMdev] Pool Allocation and DSA
...ng the two passes. My main remaining concern is about what happens when there is a node in a function's DSGraph that points to a pool (or pools, if there are multiple callers) that is not in the DSGraph of that function. For example, on page 3 of the 2005 PLDI paper, the DSGraph given for createnode(), Data is pointing to an unlabeled node in the graph. I would like to know specifically what this node is and what would happen if getPool() were called on it. My best guess is that getPool() would return NULL. Moreover, it seems like it should be possible to call a Function with a pointer...
2007 Oct 22
1
self-referential habtm: why are my keys null?
...nal self-referential HABTM to represent an arbitrary semi-hierarchical structure; it works for any data prepopulated into the db, but when I try to create a new relationship, I just get NULLs in both key columns (or 0''s if I turn on the no-null constraint). Here are the migrations: class CreateNodes < ActiveRecord::Migration def self.up create_table :nodes do |t| t.column :name, :string end end def self.down drop_table :nodes end end class CreateNodesNodes < ActiveRecord::Migration def self.up create_table :nodes_nodes, :id => false do |t|...
2007 Jul 18
10
Rails - Mock going out of scope?
Hello list, I think I have a rails related RSpec problem with a mock going out of scope on a recursive call to a model. The code is at: http://pastie.textmate.org/79821 if you want to see it highlighted. I have pasted it below as well. Basically, I have an acts_as_nested_set model called "Node", which works fine. I have a function which finds the language name of the node instance.
2009 Jun 11
0
[LLVMdev] Pool Allocation and DSA
...My main remaining concern is about what happens when there is a node in > a function's DSGraph that points to a pool (or pools, if there are > multiple callers) that is not in the DSGraph of that function. For > example, on page 3 of the 2005 PLDI paper, the DSGraph given for > createnode(), Data is pointing to an unlabeled node in the graph. I > would like to know specifically what this node is and what would happen > if getPool() were called on it. My best guess is that getPool() would > return NULL. > Ah. I think I see the issue now. There may be some insta...
2009 Jun 09
0
[LLVMdev] Pool Allocation and DSA
Patrick Alexander Simmons wrote: > I don't really have a specific question, but, as I've been looking > through pool allocation and the DS graphs extensively, I wanted to > verify that my understanding of the representations used is correct. > Therefore, I'm summarizing my understanding below (which, if it's > correct, may hopefully be helpful to others). I
2009 Jun 08
2
[LLVMdev] Pool Allocation and DSA
I don't really have a specific question, but, as I've been looking through pool allocation and the DS graphs extensively, I wanted to verify that my understanding of the representations used is correct. Therefore, I'm summarizing my understanding below (which, if it's correct, may hopefully be helpful to others). I would appreciate if someone who understands pool allocation
2012 May 20
3
dot - comma problem
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" command is executed, the decimal separator in R is changed to comma. Before
2010 Jun 18
0
Wine release 1.2-rc4
...notepad: Fix an error in the Bulgarian translation. jscript: Add the Romanian translation. Nikolay Sivov (5): gdi32: Add CreateFontIndirectEx implementation. kernel32: Export RtlPcToFileHeader on x86-64 platform. msxml3: Avoid SysStringLen() testing for an empty string in ::createNode(). msxml3: Use defined macros to access internal XPath structures. winhlp32: Added missed Russian resource. Paul Chitescu (2): winex11.drv: Post a WM_SYSCOMMAND SC_CLOSE when the window manager asks to close a window. user32: Use a safer method of freeing user handles to p...
2008 Jul 11
0
Wine release 1.1.1
...ccessing the /proc control files on Solaris. gdiplus/tests: Don't test returned value if the call failed. winealsa: Fix some unsigned comparison < 0 warnings. Alistair Leslie-Hughes (8): gdi32: Stop crash in font tests. msxml3: Added support to create an Attribute in createNode. msxml3: Use libxml macros to get the length of a set. msxml3: Added checks for invalid arguments in queryresult. msxml3: Added checks for invalid arguments in nodelist. msxml3: Added tests to check for invalid arguments. oleview: Fixed crash with loading typelib info...