search for: wreak

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

Did you mean: break
2019 Jan 25
0
[klibc:update-dash] expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
...e1222d22e10a018 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 'debug' options cause "$-" to wreak havoc Op 29-03-17 om 20:02 schreef Martijn Dekker: > Bug: if either the 'nolog' or the 'debug' option is set, trying to > expand "$-" silently aborts parsing of an entire argument. > > $ dash -o nolog -c 'set -fuC; echo "|$- are the options|"; \...
2020 Mar 28
0
[klibc:update-dash] dash: expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
...5a835402e 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' and 'debug' options cause "$-" to wreak havoc [ dash commit 81a501b7fbcff8da004251a85a8f948263254aa5 ] Op 29-03-17 om 20:02 schreef Martijn Dekker: > Bug: if either the 'nolog' or the 'debug' option is set, trying to > expand "$-" silently aborts parsing of an entire argument. > > $ dash -o nolog -...
2009 Aug 07
5
Asterisk in VMWare, how does it perform and what is the limit?
...#39;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 feasible extension limit? 20? 50? 100? Any information would be great. Thanks. -- James
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 -08...
2012 May 07
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...dules 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 else wreaks havoc on build systems. But Chris has the final say, I think. -Dave
2001 Nov 21
3
Faking system time
..., and the solution is to revert the system date back to some valid thing and then compile. Since I am now running it under WINE (yeah! it *almost* works great), I wonder if it is possible to hack wine so it tells the executed program some different date and time (changing systime in Linux tends to wreak havoc with makefiles and stuff) Can someone point out where the unix-to-windoze sysdate translation is done so I can hack it? TIA -- -- SNIP -- "The difference between genius and stupidity is that genius has limits" +--------------------------------------+ | Eduardo G. Andrade...
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 Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.ge...
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 >> R-devel). For my own code / packages, I would be able to handle such >> a cha...
2012 May 07
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...gt; 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 else wreaks havoc on > build systems. Yes, that's what I am advocating for. There is no need for all this complexity. Both standards store the embedded code as a string in the host module. That is exactly what the llvm.codegen intrinsic models. It requires zero further changes to the code generatio...
2017 Sep 03
2
v4.12 backport request: 13a86519202 (drm/nouveau/i2c/gf119-: add support for address-only transactions)
...s 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 all sorts of havoc. There have been lots of reports on IRC, a few on mailing lists, and also: https://bugs.freedesktop.org/show_bug.cgi?id=102528 Commit 13a86519202 (drm/nouveau/i2c/gf119-: add support for address-only transactions) fixes the nouveau support for such transactions on GF119+ and f...
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 > websites, though. It only lacks the text. What font did you use? I used the default Ubuntu Serif font. This font is used to render the LLVM Homepage in Firefox on my boxes so it speaks LLVM to...
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 optim...
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 are any such cases however. > >...
2009 Sep 08
1
Strange extension state changes in 1.6.0.15
...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 BLF... It doesn't happen in 1.6.0.13. I have tried it on two different production Asterisks, and both of them exhibit this behaviour. Unfortunately I can't reproduce in my smaller test environment. Have any of you seen this? /Benny
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 can't map a drive under another userid. This is fine for all but the NT administrator, because we'd like to map dr...
2007 Aug 16
1
methods and try()
...t, which may or may not happen, it fails as it should and reports and error "blah blah does not exist." As it should. When I wrap that same call in a try() statement, the error becomes "no function to return from, jumping to top level," bypassing the try statement and generally wreaking havoc. Any clues what might be causing this? -- Byron Ellis (byron.ellis at gmail.com) "Oook" -- The Librarian
2009 Aug 05
3
Wine Unbearably Slow
...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 to wreak havoc by slowing down the system several minutes after closing the program. Based on some searching I did, I've attempted the following thus far: - Upgraded Wine version from 1.1.24 to 1.1.26 - Changed a bunch of things in winecfg - OS emulation, disabled audio, unchecked the boxes for allowin...
2010 Oct 25
1
A few fixes to eager loading issues
...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 => :moderations) will show up twice in the JoinDependency''s join_parts but only once in the query that gets run. This wreaks all kinds of fun havoc with the select statement that gets used in construct_relation_for_association_find, since it will try to select from both copies of the table. One solution (the one I implemented in the patch) is to ensure that the JoinDependency only joins each association once. This seem...