search for: wreaked

Displaying 20 results from an estimated 126 matches for "wreaked".

Did you mean: freaked
2019 Jan 25
0
[klibc:update-dash] expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
Commit-ID: a311e6839f6e8e9797d0a0bd8e1222d22e10a018 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a311e6839f6e8e9797d0a0bd8e1222d22e10a018 Author: Martijn Dekker <martijn at inlv.org> AuthorDate: Tue, 6 Mar 2018 17:40:37 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] expand: 'nolog' and
2020 Mar 28
0
[klibc:update-dash] dash: expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
Commit-ID: 8d7c846f252b7eabd7cb7d02e7b53fb5a835402e Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8d7c846f252b7eabd7cb7d02e7b53fb5a835402e Author: Martijn Dekker <martijn at inlv.org> AuthorDate: Tue, 6 Mar 2018 17:40:37 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: expand: 'nolog'
2009 Aug 07
5
Asterisk in VMWare, how does it perform and what is the limit?
Hi, I'm coming up with ideas about building a cluster of asterisk servers, and am exploring the virtualization option. I'm curious to know some real-world data about how many extensions a VMWare install on good hardware could support. I've seen stories about how the hypervisor timeslicing can wreak havoc on call quality at some point. Is this really the case? If so, what's a
2017 Mar 04
3
Control statements with condition with greater than one should give error (not just warning) [PATCH]
Is there really a need for these complications? Packages emitting this warning are broken by definition and should be fixed. Perhaps we could "flip the switch" in a test environment and see how much havoc is wreaked and whether authors are sufficiently responsive? Michael On Sat, Mar 4, 2017 at 12:04 PM, Martin Maechler <maechler at stat.math.ethz.ch > wrote: > >>>>> Henrik Bengtsson <henrik.bengtsson at gmail.com> > >>>>> on Fri, 3 Mar 2017 10:10:53 -0800...
2012 May 07
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Tobias Grosser <tobias at grosser.es> writes: > Would you dump the assembly of the different modules to stdout or do > you want to support multiple -o options to specify the various output > files? I forgot to address this one. With current OpenCL and CUDA specifications, there's no need to do multiple .o files. In my mind, llc should output one .o (one .s, etc.). Anything
2001 Nov 21
3
Faking system time
Hello all. I am trying to use WINE to make a windoze-only development environment (very rudimentar, command line cross-compiler and stuff) under Linux, because GNU make is far superior from the M$'s 'nmake'. Anyway, I have some trouble with expirating licenses and stuff, and the solution is to revert the system date back to some valid thing and then compile. Since I am now running
2009 Jul 30
3
[LLVMdev] LLVM Logo
Andreas Neustifter wrote: > Well it does look not too good the text is getting to small in this > case, what do you think of this 128x128 version? Hmm, that one has its left wing cut off, that wreaks havoc on the symmetry. The 136x136 version at http://llvm.org/Logo.html seems perfect for websites, though. It only lacks the text. What font did you use? Albert -- Dr. Albert Gr"af
2019 Apr 03
2
[RFC] migrating LLVM to C++14
JF Bastien via llvm-dev <llvm-dev at lists.llvm.org> writes: > * Single quote as digit separator: > > * Not allowed. Just out of curiosity, why? I can see it wreaking havoc for some syntax highlighters, but are there other reasons? -David
2008 May 12
2
broken GFS
This is the 2nd time this has happened to me. There was a kernel release over the weekend to .67.0.15, yet, they did not release the updated GFS to go along with it, so when the machine rebooted, there was no gfs file system in the new running kernel which in turn wreaked havoc on my cluster. I truly wish they would not do that :). I guess I shall have to not allow automatic yum updates from these machines.
2017 Mar 03
2
Control statements with condition with greater than one should give error (not just warning) [PATCH]
On Fri, Mar 3, 2017 at 9:55 AM, Hadley Wickham <h.wickham at gmail.com> wrote: >> But, how you propose a warning-to-error transition should be made >> without wreaking havoc? Just flip the switch in R-devel and see CRAN >> and Bioconductor packages break overnight? Particularly Bioconductor >> devel might become non-functional (since at times it requires >>
2012 May 07
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On 05/07/2012 06:13 PM, dag at cray.com wrote: > Tobias Grosser<tobias at grosser.es> writes: > >> Would you dump the assembly of the different modules to stdout or do >> you want to support multiple -o options to specify the various output >> files? > > I forgot to address this one. With current OpenCL and CUDA > specifications, there's no need to do
2017 Sep 03
2
v4.12 backport request: 13a86519202 (drm/nouveau/i2c/gf119-: add support for address-only transactions)
Commit df8dc97cd17 (drm/nouveau/kms/nv50: use drm core i2c-over-aux algorithm) switched things over to the drm algo. Unfortunately it generates address-only transactions. Prior to GF119, the hardware had no support for such things, and GF119+ the nouveau code did not handle these properly. The result of this bug is that EDID doesn't make it over for DP (and eDP) screens, which in turn wreaks
2009 Jul 31
0
[LLVMdev] LLVM Logo
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Albert Graef wrote: > Andreas Neustifter wrote: >> Well it does look not too good the text is getting to small in this >> case, what do you think of this 128x128 version? > > Hmm, that one has its left wing cut off, that wreaks havoc on the symmetry. > > The 136x136 version at http://llvm.org/Logo.html seems perfect for
2017 Mar 07
1
Control statements with condition with greater than one should give error (not just warning) [PATCH]
...(Others may disagree to some extent .. and find it convenient > that R does translate 'if(x)' to 'if(x[1])' for them albeit > with a warning .. ) > > > Perhaps we could "flip the switch" in a test > > environment and see how much havoc is wreaked and whether > > authors are sufficiently responsive? > > > Michael > > As we have > 10'000 packages on CRAN alonce, and people have > started (mis)using suppressWarnings(.) in many places, there > may be considerably more packages affected than we optimis...
2019 Jan 18
2
[cfe-dev] Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
On Thu, Jan 17, 2019 at 6:51 PM Hubert Tong < hubert.reinterpretcast at gmail.com> wrote: > I'm wondering if this would wreak havoc upon semi-case-sensitive systems > like Windows. I'd like to hear from people who use Git and SVN on Windows. > FWIW, I will of course not do this in any case where there might be a collision due to such file systems. I don't think there
2009 Sep 08
1
Strange extension state changes in 1.6.0.15
I see a lot of these on an otherwise idle Asterisk 1.6.0.15: Extension Changed 773[Hints] new state Ringing for Notify User 792-00041327d17e-1. Then a little while later it changes to InUse or Idle, completely randomly. It happens for many different combinations of phones and watchers. There are no calls being made, so I can think of no reason why this happens. Obviously it wreaks havoc with
1999 Jan 08
2
mapping drives
I'm new to Samba, and we just loaded it here at our site to interact with NT. We're running Sun Solaris 2.5.1, and NT TERMINAL SERVER 4.0. (Forgive the caps, but we've found this multi user environment wreaks havoc on some applications). The drives are served out fine, and everyone can map under the user id they have logged onto NT with. All NT ids match the Unix id. However, you
2007 Aug 16
1
methods and try()
Hi all, I'm having a problem with some sort of interaction with try() and methods, I think. The setup is as follows, I have an S4 class that holds an environment and I would like to evaluate the right hand side of a function inside that environment. No problem there. However, if the formula involves a symbol that doesn't exist, which may or may not happen, it fails as it should and
2009 Aug 05
3
Wine Unbearably Slow
After using Wine without any significant hitches for over a year, I've just come across one. Every time I load any application (even winecfg), it takes between thirty seconds to one minute for it to load. During this time, normal functions take forever or don't work at all (selecting folders, opening a file, etc.). Sometimes it will load and work just fine, but often the program continues
2010 Oct 25
1
A few fixes to eager loading issues
Hey all, I''d really appreciate some eyes on https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5845-activerecord-3-eager-loading-fail#ticket-5845-19. There''s a small issue in Rails 3 eager loading, and this ticket has an accompanying patch. Sssociations that show up twice in a Relation chain like: Article.includes(:comments).includes(:comments =>