search for: foobarbaz

Displaying 14 results from an estimated 14 matches for "foobarbaz".

2006 Jul 26
1
lesson learned: script/runner does not abort on failed require
...ipts run with script/runner quietly aborted right after their start. No error message whatsoever, just a new shell prompt. The reason was an uninstalled dependecy, but that was difficult to determine because the load failure was not reported: % ruby script/runner ''require "foobarbaz"'' % Why that does not raise an excepcion? command/runner.rb evals ARGV.first and eval does raise LoadError: irb(main):002:0> eval(''require "foobarbaz"'') LoadError: (eval):1:in `require'': no such file to load -- foobarbaz Is there a...
2006 May 14
1
Suggestion for system.time()
Hi, people. A tiny suggestion for the system.time function. Could the returned vector have names? These could be like: c("User", "System", "Elapsed", "Sub.User", "Sub.System") That would then produce self-documenting output. -- Fran?ois Pinard http://pinard.progiciels-bpi.ca
2008 May 20
3
IRC bot for cc.rb?
Hi all, Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb notifications? Will.
2019 Feb 13
4
changing variable naming rules in LLVM codebase
FWIW, I'm pretty strongly opposed to humbleCamelCase. We already use that style so something else. One of the biggest advantages of changing the variable naming convention would be to differentiate variables from other constructs IMO, and that's the nature of many examples here. Using underscore_names for variables as Zach suggests would,, onhe other hand, be a significant improvement
2015 Jul 29
3
[LLVMdev] ARM unwinding bug
...t sure which model. I'll ask him to weigh in on here with additional details. Unfortunately he's in a different time zone and probably asleep at the moment, so it might be a while. In the meantime, can you provide details of the crash you're observing? Just saying "it crashes on FooBarBaz," which is not even mentioned anywhere in the source of the test case, doesn't provide much useful information. At the risk of trotting out one of the oldest cliches in the book, this works (or at least breaks as described) on our end! :P > > This is a blocking problem for us, and...
2007 Apr 19
2
username map script never runs
...ne to the other. Winbindd doesn't use those options, though. Here's a little "username map script" that I cooked up to check to see if it was being called. #!/usr/bin/perl if ($ARGV[0] =~ /Foo Bar$/i) #checks for user "Foo Bar" with or without domain { print "foobarbaz"; #prints unix username } open FOO, ">>/tmp/foo.log"; $date = `date`; $date =~ s/[\r\n\f]+//g; print FOO "$date Ping!\n"; close FOO; /tmp/foo.log records no execution requests... Help! CG
2006 Nov 23
0
W3C Range specification conceptually flawed?
hi all! check this one: <html> <head> <title>Range test</title> </head> <body> <div id="myText">FooBarBaz</div> <script type="text/javascript"> myText = document.getElementById(''myText'').firstChild; var range1 = document.createRange(); range1.setStart(myText, 3); range1.setEnd(myText, 6); var range2 = document.createRange(); range2.setStart(myText...
2015 Jul 29
0
[LLVMdev] ARM unwinding bug
...rtunately he's > in a different time zone and probably asleep at the moment, so it might be a > while. That's ok. We're all in a different time zone, anyway. :) > In the meantime, can you provide details of the crash you're observing? > Just saying "it crashes on FooBarBaz," which is not even mentioned anywhere in > the source of the test case, doesn't provide much useful information. At the > risk of trotting out one of the oldest cliches in the book, this works (or at > least breaks as described) on our end! :P That's the catch. I know that...
2008 Mar 17
3
[Bug 1448] New: Report wrong command-line options
https://bugzilla.mindrot.org/show_bug.cgi?id=1448 Summary: Report wrong command-line options Classification: Unclassified Product: Portable OpenSSH Version: 4.6p1 Platform: Other
2013 May 10
8
[Bug 1448] Report wrong command-line options
https://bugzilla.mindrot.org/show_bug.cgi?id=1448 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #4 from Darren Tucker <dtucker at zip.com.au> --- whatever it is, it
2015 Jul 29
2
[LLVMdev] ARM unwinding bug
...trunk. If you can't, than > the problem is fixed, and you either wait for the new release to come > out, or build your own from trunk. OK, we'll try that. > > In the meantime, can you provide details of the crash you're observing? > > Just saying "it crashes on FooBarBaz," which is not even mentioned anywhere in > > the source of the test case, doesn't provide much useful information. At the > > risk of trotting out one of the oldest cliches in the book, this works (or at > > least breaks as described) on our end! :P > > That's...
2015 Jul 29
0
[LLVMdev] ARM unwinding bug
On 29 July 2015 at 16:53, Mason Wheeler <masonwheeler at yahoo.com> wrote: > A couple weeks ago, Ben Pye, a developer working on the ARM32 stuff, found > and reported a bug related to incorrect generation of stack unwinding info. > ( https://llvm.org/bugs/show_bug.cgi?id=24146 ) Apparently it only occurs > under a highly specific set of circumstances, which might look like a
2015 Jul 29
2
[LLVMdev] ARM unwinding bug
Hi all, I'm working on the CoreCLR project, coordinating a community effort to produce an Android port of Microsoft's open-source version of the CLR.  A major part of that is getting everything to run on the ARM32 architecture, which is by far the most common CPU for Android devices. A couple weeks ago, Ben Pye, a developer working on the ARM32 stuff, found and reported a bug related to
2005 Aug 13
9
Multilingual Rails v0.6
Multilingual Rails v0.6 is released! Here is the changelog. Documentation and download at the homepage: http://www.tuxsoft.se/oss/rails/multilingual v0.6 - 2005-08-13 * String case-manipulation functions replaced with ruby-unicode equivalents (if ruby-unicode is installed): String#downcase, String#upcase and String#capitalize now fully handle Unicode. * String normalization