search for: upholding

Displaying 20 results from an estimated 107 matches for "upholding".

Did you mean: holding
2018 May 30
3
What's upholding the new clamav?
Hi, My clamav is complaining that the version is outdated. There is a new one 0.100 but epel is not updating the rpm. Why is there a delay? Adrian -- Adri P. van Bloois "Elegance is not a dispensable luxury but a factor that decides between success and failure." Edsger W. Dijkstra
2018 May 30
0
What's upholding the new clamav?
On 30/05/18 18:54, Adrian van Bloois wrote: > Hi, > My clamav is complaining that the version is outdated. There is a new one > 0.100 but epel is not updating the rpm. > Why is there a delay? > > Adrian > The new packages are in epel testing repository. Have you tested them and provided any feedback?
2020 Jun 11
11
handling spam from gmail.
I am sick of this gmail spam. Does anyone know a solution where I can do something like this: 1. received email from adcpni444 at gmail.com 2. system recognizes this email address has been 'whitelisted', continue with 7. 3. system recognizes as this email never been seen before 4. auto reply with something like (maybe with a wait time of x hours): Your message did not receive the
2002 Dec 10
1
OVERWRITTEN PROFILE!
Hi guys.i need your help. I am using samba 2.2.6 and a w2k prof client. During the weekend my system got rebooted. My profile therefore was not updated into the samba pdc. When I reboot it gave some error and showed me my last saved profile. I checked my documents and setting and there was a username.domain_name.bak and username.domain_name Looks like there was a bakup. So what I did was, I
2015 Oct 20
2
openssl with FIPS140-2 ??
...- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." ------------------------------- Isaiah 9:7 (niv) ------------------------------
2016 May 15
2
RFC: callee saved register verifier
...oth the caller - relying > > on them to be saved, and the caller implementing that guarantee). So I > > wouldn't expect making weird/random calling conventions to be likely to > > have any new/interesting bugs here. > > Yes, so far we've not had any issues with LLVM upholding its side of > the deal when it comes to calling conventions. Humans tend to be > more prone to making mistakes, unfortunately. :) > > > > > But perhaps the architecture doesn't & can't work that way? > > The intention is to add verification at call-sites t...
2010 Feb 25
2
proto and baseenv()
I understand why the following happens ($.proto delegates to get, which ascends the parent hierarchy up to globalenv()), but I still find it anti-intuitive: > z <- 1 > y <- proto(a=2) > y$z [1] 1 Although this is well-documented behavior; wouldn't it uphold the principle of least surprise to inherit instead from baseenv() or emptyenv()? (See attached patch.) Spurious
2019 Jan 09
2
Assertion error in APInt.cpp
Hi all, I'm experimenting with the Interpreter and all look good so far :) Unfortunately when I play with the visitBinartOperator() method I have the following assertion error: Support/APInt.cpp:233: llvm::APInt llvm::APInt::operator*(const llvm::APInt &) const: Assertion `BitWidth == RHS.BitWidth && "Bit widths must be the same"' failed. I have recompiled llvm and
2016 May 05
8
Resuming the discussion of establishing an LLVM code of conduct
Proposed alternative DRAFT -------------------------- LLVM Code of Conduct (LCoC) Prologue: LLVM community as a whole strives for equality and respect in all areas. With this in mind, we want to establish a few words that help(s)? everyone understand what to do if there is ever questions or conflicts. Motto: Be respectful, have fun and do great engineering. LLVM Community members: People in
2010 Sep 10
0
[LLVMdev] SCEV Question
On Sep 9, 2010, at 1:48 PM, David Greene wrote: > LLVM 2.7's ScalarEvolution.cpp has this scary comment: > > // It's tempting to handle inttoptr and ptrtoint as no-ops, however this can > // lead to pointer expressions which cannot safely be expanded to GEPs, > // because ScalarEvolution doesn't respect the GEP aliasing rules when > // simplifying integer
2009 Oct 21
4
5.4 at last?
...- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." ------------------------------- Isaiah 9:7 (niv) ------------------------------
2016 May 05
7
Resuming the discussion of establishing an LLVM code of conduct
On 5 May 2016 at 13:23, C Bergström <cbergstrom at pathscale.com> wrote: > Is the list PG, PG-13, R or at what level do "we" adults all consider > "ok". Even on broadcast tv (in the US) you'll hear some profanity. > (context) > https://www.fcc.gov/consumers/guides/obscene-indecent-and-profane-broadcasts Excellent context! > Some people have pointed
2017 Sep 30
1
USB audio on Centos-7
...- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." ------------------------------- Isaiah 9:7 (niv) ------------------------------
2010 Sep 09
2
[LLVMdev] SCEV Question
LLVM 2.7's ScalarEvolution.cpp has this scary comment: // It's tempting to handle inttoptr and ptrtoint as no-ops, however this can // lead to pointer expressions which cannot safely be expanded to GEPs, // because ScalarEvolution doesn't respect the GEP aliasing rules when // simplifying integer expressions. I think I understand what the comment is saying. If a GEP has
2013 Jun 01
1
Apple movie trailers on Centos6/Firefox
...- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." ------------------------------- Isaiah 9:7 (niv) ------------------------------
2018 Feb 15
4
Install CentOS 7 on MBR hard disk
...- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." ------------------------------- Isaiah 9:7 (niv) ------------------------------
2016 May 13
2
RFC: callee saved register verifier
On Fri, May 13, 2016 at 3:45 PM, Quentin Colombet via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Sanjay, > > > > On May 13, 2016, at 3:32 PM, Sanjoy Das <sanjoy at playingwithpointers.com> > wrote: > > > > Hi, > > > > This is a proposal to introduce a mechanism to LLVM that uses runtime > > instrumentation to verify that a call
2015 Jun 25
6
LVM hatred, was Re: /boot on a separate partition?
...issue is really unanswerable. There exists a school of thought that if you are going to administer a Linux system (or OS of the proponent's choice) then you should learn the command syntax of every command that you are called upon to use. This is the one-and-only path to enlightenment. Like upholding motherhood and promoting the wholesomeness of apple-pie this sort of moralizing really brooks no answer. You can guess my opinion on that line of puritanism. As you have painfully discovered, infrequently used utilities and commands are difficult to deal with. The process of learning, or relearni...
2020 Jun 11
5
SV: handling spam from gmail.
I know it is not dovecot who should fix this. But anyone using dovecot is using an MTA, and receiving spam ;) I know how to look at email headers. Spf and dkim is not solving anything here. -----Original Message----- From: Sebastian Nielsen [mailto:sebastian at sebbe.eu] Sent: donderdag 11 juni 2020 10:23 To: Marc Roos; 'dovecot'; 'users' Subject: SV: handling spam from
2016 May 05
6
Resuming the discussion of establishing an LLVM code of conduct
I won't disagree about a level of professionalism or what the community does or doesn't need. However, I'd say that pragmatically if profanity was an issue in the workplace, for a large development community, that LKML would have run afoul a long time ago. My view - I'm only replying because the reality is that in the workplace sometimes a full lexicon of words are spoken. I