search for: torok

Displaying 20 results from an estimated 42 matches for "torok".

Did you mean: took
2006 Mar 18
1
Fixtures and single table inheritance
...at solution won''t work, and I would like to avoid using the linked patch to fork my Rails install since that sounds like more trouble than it''s worth. Unit testing an STI model seems like a fairly com men event, so there must be some easy way to do it. What am I missing? -- -Matt Torok
2006 Mar 05
4
Help implementing a 43things-like ''activity'' measurement
...er simpler way to achieve the same results? I''m deploying in on a Linux machine I control, so I can use any database I please so long as its free. My schema consists of a Clients table with name, address, etc. and a Jobs table with a timestamp and foreign key back to the client. -- -Matt Torok
2006 Apr 09
1
RadRails question
...lem, but there''s no squiggly red underlining of the offending line. Can this be enabled by me? I really do want to like RadRails, it''s more polished than jEdit and a damn bit easier to look at, but these features that I take for granted in jEdit are deal breakers for me, -- -Matt Torok
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
Hi Torok, I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots... INPUT = $(PROJ_SRC_DIR)/inputs/clam.cab \ $(PROJ_SRC_DIR)/inputs/clamdoc.tar.gz \ $(PROJ_SRC_DIR)/inputs/clam.exe \ $(PROJ_SRC_DIR)/inputs/c...
2010 Jun 21
1
[LLVMdev] Disabling assertions in llvm.org releases
Hi Torok, > I am running with assertions enabled and it was very useful in finding > bugs on platforms I can't (or rarely) test on. > Had assertions been off I think bad/invalid code would have been > generated silently, resulting in a much harder to debug segfault. are you using the binar...
2006 Mar 22
1
An easy one: Accessing fixture data in 1.0+
...n have a hash of the YML data in @foo["name_of_fixture_entry"]. With non-instantiated fixtures, this isn''t there. So where''d it go? I tried googling for the answer, but it only came back with information telling me that instantiated fixtures are now turned off. -- -Matt Torok
2013 Apr 03
0
[LLVMdev] LNT ClamAV - Sorting output
On 04/03/2013 01:20 AM, Renato Golin wrote: > Hi Torok, > > I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots... > > I though the dbdir could be the culprit, but it has only one file. Attached is the output of both. > The version of ClamAV in the LLVM test...
2010 Jan 20
2
[LLVMdev] updated code size comparison
Hi Torok- > Could you also add a main() for each of these files, and do > a very simple test that the optimized functions actually work? Unfortunately, testing isolated C functions is much harder than just passing them random data! Consider this function: int foo (int x, int y) { return x+y; }...
2013 Apr 15
2
[LLVMdev] LNT ClamAV - Sorting output
On Wed, Apr 3, 2013 at 12:12 AM, Török Edwin <edwin+ml-debian at etorok.net> wrote: > On 04/03/2013 01:20 AM, Renato Golin wrote: >> Hi Torok, >> >> I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots... >> >> I though the dbdir could be the culprit, but it...
2008 Oct 13
2
samba+cups failure - no printers in the share list
...#39;s password: Domain=[DIGISZFV] OS=[Unix] Server=[Samba 3.2.3] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers ugyfelszolgalat Disk Ugyf?lszolg?lat adminisztrator Disk Adminisztr?torok optikus Disk Szem?szet IPC$ IPC IPC Service (Samba (fileserver)) daniell Disk Home Directories Domain=[DIGISZFV] OS=[Unix] Server=[Samba 3.2.3] What am I missing? Any help would be appreciated. Thanks! Daniel -- LEVAI Daniel...
2008 Mar 26
3
[LLVMdev] Say hi to VMKit: JVM/LLVM, CLI/LLVM
Very nice Torok! I applied most of the patch. A few comments: 1) What is your jni.h file? I can't compile the Jni.cpp file with your changes. 2) ISO C++ does not support %jd. x86_64 does not know about %lld? Thanks! Nicolas Török Edwin wrote: > Nicolas Geoffray wrote: > >> Hi everyone, >&...
2010 Oct 26
3
[LLVMdev] LLVMdev Digest, Vol 76, Issue 43
Hi Torok, >>> Well...strictly as LLVM IR I find externally visible incorrect >>> behavior unlikely, it's just a "different definition". For C and >>> C++, I'd be looking at more complicated variations of >>> >>> int main() >>> { >&...
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
----------------------------------------------------- Announcing: jEdit Snippets for Ruby on Rails ----------------------------------------------------- I thought I''d "give a little back to the community" and whip up some SuperAbbrev files for ruby and rhtml that mimic all of the Textmate Rails bundle snippets. Note: This was totally inspired by Textmate and the syncPEOPLE
2006 Feb 17
21
''Best'' IDE for testing and debugging
I''m trying to decide which IDE to go with for RoR development. I put a high premium on integrated test automated tools and debugging capabilities. I''d appreciate any sharing of experience. I''m currently running Instant Rails on a Windows 2000 box (using IR due to problems I encountered trying to get all the components set up individually). Also, I''m using
2010 Apr 14
7
SuSE and zypper
Hi, I found the zypper provider mentioned on this list in another thread, but it failes with the flowing error : Package[kvm]/ensure: change from 0.11.0-4.5.2 to true failed: Could not update: undefined method `zypper'' for #<Puppet::Type::Package::ProviderZypper:0x7fd1acf9e360> at Is the latest provider broken? Is there interest in making this work / making it complete. I
2009 Sep 24
0
[LLVMdev] Is line number in DbgStopPointInst in LLVM accurate?
On 2009-09-24 22:34, hc2428 at columbia.edu wrote: > Dear developers, > When I try to map line numbers in source code back to LLVM > basicblocks, I meet some problems: there is a source file with 1500 > lines of code, but when I use BasicBlockPass to collect all > DbgStopPoint instructions in this file, I can only get 500 lines of code. > The source code and the collected
2010 Jan 20
0
[LLVMdev] updated code size comparison
On 01/20/2010 05:54 PM, John Regehr wrote: > Hi folks, > > I've posted an updated code size comparison between LLVM, GCC, and > others here: > > http://embed.cs.utah.edu/embarrassing/ > > New in this version: > > - much larger collection of harvested functions: more than 360,000 > > - bug fixes and UI improvements > > - added the x86 Open64
2010 Jan 20
0
[LLVMdev] updated code size comparison
On 01/20/2010 10:10 PM, John Regehr wrote: > Hi Torok- > >> Could you also add a main() for each of these files, and do >> a very simple test that the optimized functions actually work? > > Unfortunately, testing isolated C functions is much harder than just > passing them random data! > > Consider this function: > &gt...
2010 Oct 26
0
[LLVMdev] LLVMdev Digest, Vol 76, Issue 43
On Tue, 26 Oct 2010 10:00:32 +0200 Duncan Sands <baldrick at free.fr> wrote: > Hi Kenneth, > > > Well...strictly as LLVM IR I find externally visible incorrect > > behavior unlikely, it's just a "different definition". For C and > > C++, I'd be looking at more complicated variations of > > > > int main() > > { > >
2006 Mar 07
0
Overriding date helpers in a logical way
..._hour_input(@date1), my_minute_input(@date1) and then just access @date1 in the receiving controller method and have it be a valid Date. So if you had to implement the above, how would you go about doing it? I''m having trouble getting a foothold in this seemingly complex problem. -- -Matt Torok