search for: marcel

Displaying 20 results from an estimated 691 matches for "marcel".

Did you mean: marcelo
2008 May 28
0
[LLVMdev] A quick update on FreeBSD support
On May 24, 2008, at 4:25 PM, Marcel Moolenaar wrote: > On May 24, 2008, at 12:12 PM, Bill Wendling wrote: >> Let us know if you would like extra eyes on the two PPC failures. >> Many >> of us have a lot of experience with C++. :-) Do you know where these >> allocations are? > > I don't mind if p...
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-marcel-freebsd"... (gdb) set args -predsimplify -disable-output < x.bc (gdb) run Starting program: /nfs/llvm/obj/powerpc/Debug/bin/opt -predsimplify - disable-output < x.bc [New LWP 100048] [New Thread 0x2002040 (LWP 100048)] Assertion failed: (validPredicate(R) && "Invalid predic...
2008 May 24
0
[LLVMdev] A quick update on FreeBSD support
On May 24, 2008, at 11:43 AM, Marcel Moolenaar wrote: > All, > > So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD > and aside for ia64, things look pretty good for a first try. There > are 2 unexpected failures for PowerPC, which appear to be caused by > uninitialized memory. I'm still w...
2008 May 24
2
[LLVMdev] A quick update on FreeBSD support
...- the FreeBSD ports collection (~20000 software projects), including biggies like X11, KDE, OpenOffice, Java... The end-result of this exercise hopefully a compiler that can replace GCC as the "system" compiler. Your comments and/or suggestions are always welcome... FYI, -- Marcel Moolenaar xcllnt at mac.com
2006 Apr 26
4
Re: Rails AR/Oracle Unit Test: [4280] failed
...to sort out why. Also note that this auto-test email didn''t make it to rails-core because it was too big (every test failed, so the resulting email was huge). I''ll patch my auto-testing script to truncate the email to no larger than a few kb. Michael Schoen wrote: > "marcel" made AR/Oracle cry... > > http://dev.rubyonrails.org/changeset/4280 > ------------------------------------------------------------------------ > r4280 | marcel | 2006-04-26 13:43:29 -0700 (Wed, 26 Apr 2006) | 1 line > > Add Oracle support for CLOB inserts. Closes #4748. [s...
2006 Nov 24
3
Oracle 9i RAC on OCFS2
...ACLE_HOME is on the SAN so the 2 nodes have access to this file. How will the settings then be done per node? Is there a guide/tutorial/howto for installing Oracle 9i RAC on OCFS2 with shared Oracle_Home's? Or is it better to just install it without shared Oracle_Home's? Best Regards, Marcel
2003 Sep 04
3
function is too long to keep source
...or: function is too long to keep source" The function is really very long (about 100 A4 pages). Is there anything I could do to solve this problem? At the moment I am using "nlmin" in S-Plus with no problems but I'd prefer to use R. Thank you very much in advance. Regards. Marcel Marcel Vieira Social Statistics University of Southampton
2006 Feb 10
4
before_save gotcha
Is it will known and accepted that before_save triggers should return true? I didn''t notice this before but now I see it in the documentation. Here is what I''m doing in my model: def before_save if self.has_album? self.visible = self.album.visible? end end That results in the expected result when album.visible? is true - but not when it is false. To make it
2006 Mar 02
3
@session or session
Which is more appropriate? @session[] or session[]? Both seem to work. Is there a difference between which should be used in the controller vs. the view?
2019 Feb 03
2
Crash when using dict quotas with sqlite database
Can you try out the attached patch? Aki > On 03 February 2019 at 17:17 Marcel Menzel <mail at mcl.gg> wrote: > > > All I did was > > ??? - create a sqlite database with: # sqlite3 /tmp/storage.db (/run > only to test for perm issues in other folders) > > ??? - change it's owner to mail (that's the user owning the mail files): > #...
2007 Dec 12
7
Release Retrospective
First off, congrats to everyone for getting Rails 2 released. A lot of work went into the release, and it''s good to see us reach this milestone. And now that the release dust has settled, I think it might be useful for us to have a retrospective and evaluate how the release went. I think the Ruby on Rails project has improved a lot this year, and this is another opportunity
2017 Mar 20
3
[BUG] virtio-net linux driver fails to probe on MIPS Malta since 'hw/virtio-pci: fix virtio behaviour'
On Mon, Mar 20, 2017 at 05:21:22PM +0200, Marcel Apfelbaum wrote: > On 03/17/2017 11:57 PM, James Hogan wrote: > > Hi, > > > > I've bisected the following failure of the virtio_net linux v4.10 driver > > to probe in QEMU v2.9.0-rc1 emulating a MIPS Malta machine: > > > > virtio_net virtio0: virtio: dev...
2017 Mar 20
3
[BUG] virtio-net linux driver fails to probe on MIPS Malta since 'hw/virtio-pci: fix virtio behaviour'
On Mon, Mar 20, 2017 at 05:21:22PM +0200, Marcel Apfelbaum wrote: > On 03/17/2017 11:57 PM, James Hogan wrote: > > Hi, > > > > I've bisected the following failure of the virtio_net linux v4.10 driver > > to probe in QEMU v2.9.0-rc1 emulating a MIPS Malta machine: > > > > virtio_net virtio0: virtio: dev...
2006 Jan 03
4
Would someone like to tell me why this code will not solve my problem? (it''s short)
I am building an invoicing system but cannot use the auto_increment field to determine the invoice number (because they are running 3 different companies off the one system. I need to find the last invoice number from any given company and then add 1 to it to get the next invoice number. BUT, there is a unique case on the very first invoice produced because there is no earlier invoice
2001 Jun 01
1
v matrix of svd(X) loses dimensions if nrow(X)==1 (PR#963)
...platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 2.3 year 2001 month 04 day 26 language R Yours Marcel Wolbers PS: - On S-Plus Version 5.1 Release 1 for Linux 2.0.31 : 1999 > is.matrix(svd(matrix(1:12,nrow=1))$v) [1] T - Thanks a lot for the great piece of software you've written -- Marcel Wolbers, LEO C14, Seminar for Statistics, ETH Zurich CH-8092 Zurich, Switzerland; phone: (01) 6...
2008 Dec 20
5
Wine on OpenBSD
Hi, I was just wondering if there is any ongoing effort to get wine ported to OpenBSD. The wine version in their ports tree is from 1999 or so. -- Marcel W. Wysocki <maci at satgnu.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20081220/9bc8c927/attachment.pgp
2011 Mar 05
3
Change panel background color in spplot()
Hi! How does one change the background color of the map-panel in spplot()? Example: library(sp) data(meuse.grid) gridded(meuse.grid) = ~x+y spplot(meuse.grid, "part.a") How would I get another background-color for the map-panel (but not for the whole plot) here? Thank you! Marcel
2019 Feb 03
2
Crash when using dict quotas with sqlite database
...this looks like use after free. We'll look into this. </div> <div> <br> </div> <div> Aki </div> <div> <br> </div> <blockquote type="cite"> <div> On 03 February 2019 at 16:44 Marcel Menzel < <a href="mailto:mail@mcl.gg">mail@mcl.gg</a>> wrote: </div> <div> <br> </div> <div> <br> </div> <div> Hello Aki, </div> <div> <br> &lt...
2006 Jan 09
6
What is AJAX?
What is AJAX? SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist Webmaster * Troubleshooters.Com * http://www.troubleshooters.com
2006 Mar 19
2
How to create a proper name for the diff for the RoR patch?
Hello, http://dev.rubyonrails.org/wiki suggests to: Create a patch with your changes: svn diff > my_properly_named_patch.diff but how this proper name looks like? olegf