search for: overrides

Displaying 20 results from an estimated 9888 matches for "overrides".

Did you mean: override
2014 Mar 03
3
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
While doing the conversion of LLVM_OVERRIDE to 'override' last night, I noticed that the code base is rather inconsistent on whether the 'virtual' keyword is also used when 'override' is used. Should we have a coding standard for this? What's the preferred direction here? Seems not having 'virtual' is less overall text, but not sure how others feel. Related,
2014 Mar 04
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
On Mon, Mar 3, 2014 at 2:02 AM, David Blaikie <dblaikie at gmail.com> wrote: > On Sun, Mar 2, 2014 at 8:19 PM, Craig Topper <craig.topper at gmail.com> > wrote: > > While doing the conversion of LLVM_OVERRIDE to 'override' last night, I > > noticed that the code base is rather inconsistent on whether the > 'virtual' > > keyword is also used
2014 Mar 05
4
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
On Mar 4, 2014, at 7:57 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > On 2014 Mar 4, at 15:01, Sean Silva <chisophugis at gmail.com> wrote: > >> On Mon, Mar 3, 2014 at 2:02 AM, David Blaikie <dblaikie at gmail.com> wrote: >> On Sun, Mar 2, 2014 at 8:19 PM, Craig Topper <craig.topper at gmail.com> wrote: >>> While doing the
2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...and turn it on. I think it would be great to have the makefiles/cmake detect modern clang's and turn on additional warnings that we can't inflict on the world by default. > > It might be reasonable to warn if a class has both a function marked 'override' and a function that overrides but is not marked 'override'. That could be useful - because it means that the author of the class is at least thinking about override - but having a "coding style" warning of "I always intend to use override" would still be useful. -Chris -------------- next part ----...
2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
On Mar 4, 2014, at 10:48 PM, Duncan Exon Smith <dexonsmith at apple.com> wrote: >>>> >>>>> Related, should we require use of 'override' when methods override a base >>>>> class method? >>>> >>>> My vote: require override. >>> >>> +1: override is useful and prevents errors. >> Would it be too
2012 Mar 19
2
PlayOnLinux/PlayOnMac 4.0.16, wineprefix logging system
...m) err:setupapi:do_file_copyW Unsupported style(s) 0x144 [03/17/12 17:18:18] - Running wine- regedit /Users/Tinou/Library/PlayOnMac//tmp/override-dll.reg [03/17/12 17:18:18] - Content of /Users/Tinou/Library/PlayOnMac//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\DllOverrides] "*d3dx9_24"="native, builtin" ----------- wine(11166,0x40835e00) malloc: *** error for object 0x4014b500: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug [03/17/12 17:18:25] - Running wine- regedit /Users/Tinou/Library/PlayOnMac//tmp/ov...
2014 Mar 05
3
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote: >> It might be reasonable to warn if a class has both a function marked >> 'override' and a function that overrides but is not marked 'override'. >> >> >> That could be useful - because it means that the author of the class is at >> least thinking about override - but having a "coding style" warning of "I >> always intend to use override" would still be...
2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...; On Mar 5, 2014, at 10:29 AM, Chris Lattner <clattner at apple.com> wrote: > > > On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote: > > It might be reasonable to warn if a class has both a function marked > 'override' and a function that overrides but is not marked 'override'. > > > That could be useful - because it means that the author of the class is at > least thinking about override - but having a "coding style" warning of "I > always intend to use override" would still be useful. > > &gt...
2020 Mar 16
6
Zero listeners on icecast stats
Hi there, I just set up a system of fallback streams for our free radio station here but I have this weird problem: it always show zero listeners. Our setup is this: We have a listening mount point for people - that fall back to a live streaming from a cellular phone - that fall back to a live streaming from a base station (a pc), that fall back to a 24/7 archive streaming. No matter what the
2014 Mar 07
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...t; wrote: >>>> >>>> >>>> On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote: >>>> >>>> It might be reasonable to warn if a class has both a function marked >>>> 'override' and a function that overrides but is not marked 'override'. >>>> >>>> >>>> That could be useful - because it means that the author of the class is >>>> at >>>> least thinking about override - but having a "coding style" warning of >>>> &qu...
2018 Mar 19
2
Is possible to override Dovecot variables or Sieve env vars and extdata lookups
Are the dovecot environment variables mutable? I'd like to override like: set "${env.vnd.dovecot.username}" "someuser at example.org" Or better, I prefer to override %u Dovecot variable during the userdb lookup. Is either possible? PS, when Sieve does extdata lookups for username key, where does username come from? %u? Does an override as above change the dict
2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...attner <clattner at apple.com> wrote: > >> >> On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote: >> >>>> It might be reasonable to warn if a class has both a function marked >>>> 'override' and a function that overrides but is not marked 'override'. >>>> >>>> >>>> That could be useful - because it means that the author of the class is at >>>> least thinking about override - but having a "coding style" warning of "I >>>> always int...
2006 Oct 23
6
overriding mock expectations
There is one annoyance I''m encountering with the Mock API in rSpec. Overall it works well, as far as dynamic mocks go ;)... but there''s this one thing... It doesn''t allow overriding of expectations. example: m = mock("blah") m.should_receive(:one).any_number_of_times().and_return(1) m.should_receive(:one).and_return(1) The second call to should_receive
2014 Mar 06
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...t; wrote: >>>> >>>> >>>> On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote: >>>> >>>> It might be reasonable to warn if a class has both a function marked >>>> 'override' and a function that overrides but is not marked 'override'. >>>> >>>> >>>> That could be useful - because it means that the author of the class is >>>> at >>>> least thinking about override - but having a "coding style" warning of >>>> &qu...
2007 Dec 08
2
Re: os_support.h, libc overrides
...this was holding you up. - Jim ----- Original Message ----- From: "Jim Crichton" <jim.crichton@comcast.net> To: "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> Cc: <speex-dev@xiph.org> Sent: Tuesday, November 06, 2007 1:35 PM Subject: os_support.h, libc overrides > Jean-Marc, > >> That reminds me that I've just moved lots of stuff around with the >> allocation functions. Can you check that the TI stuff still works with >> that? In the end, it'll probably make things easier for you now. For >> example, if you link stat...
2015 Mar 19
2
Brand new EATON 3S700DIN (mfr.date 09/28/14) doesn't wait for LB flag
Linux-2.4.28 libusb-0.1.8 nut-2.6.5 [+most recent drivers from GIT] - from tarball EATON 3S700DIN [mfr.date 09/28/14] ---------------------------------- ISSUES: I) Too many kernel logs: --- In /var/log/kernel.log usbdevfs: usb_submit_urb returned -28 In /var/log/daemon.log: usbhid-ups[744]: libusb_get_interrupt: No error usbhid-ups[744]: libusb_get_interrupt: error submitting URB: No space left
2014 Mar 06
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...29 AM, Chris Lattner <clattner at apple.com> wrote: >> >> >> On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote: >> >> It might be reasonable to warn if a class has both a function marked >> 'override' and a function that overrides but is not marked 'override'. >> >> >> That could be useful - because it means that the author of the class is at >> least thinking about override - but having a "coding style" warning of "I >> always intend to use override" would still be u...
2018 Mar 19
1
Is possible to override Dovecot variables or Sieve env vars and extdata lookups
On 2018-03-19 06:31, Aki Tuomi wrote: > On 19.03.2018 06:40, MRob wrote: >> Are the dovecot environment variables mutable? I'd like to override >> like: >> >> set "${env.vnd.dovecot.username}" "someuser at example.org" >> >> Or better, I prefer to override %u Dovecot variable during the userdb >> lookup. >> >> Is
2002 Sep 16
1
[LLVMdev] how to dynamically load a pass
I tried to make my pass dynamically loadable cause it's too slow to compile the whole system. I copied the Makefile from Hello directory and changed the name. But when I type 'gmake' under the directory of my pass. I always got the following error message. I cannot figure out why. Can you have a look and let me know how to fix it? thanks a lot, xiaodong
2010 Apr 08
1
xen-3 override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): xen-docs-3.4_3.4.3~rc3-2_all.deb: package says priority is optional, override says extra. xenstore-utils_3.4.3~rc3-2_amd64.deb: package says priority is optional, override says extra. Please note that a list of new sections were recently added to the archive: cli-mono, database, debug,