search for: deprec

Displaying 20 results from an estimated 6798 matches for "deprec".

Did you mean: deprem
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
...llvm_analysis.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml -o analysis.ml.tmp File "/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml", line 39, characters 12-54: Warning X: this statement never returns (or has an unsound type.) /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated c...
2020 Mar 17
5
[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
This series extends QMP introspection to cover deprecation. Additionally, new option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Avai...
2014 Sep 18
2
formatR 1.0 caused error
...0, doing my usual thing, I got the following error, and the destination html file was not generated. What can I do if I want to stay at the current formatR version? Jun Error: unrecognized fields specified in html_dependency: attachment In addition: Warning messages: 1: 'function (...) { .Deprecated("tidy_source", package = "formatR") tidy_source(...) }' is deprecated. Use 'tidy_source' instead. See help("Deprecated") and help("formatR-deprecated"). 2: In tidy_source(...) : The option 'keep.blank.line' is deprecated; please...
2020 Sep 14
4
[PATCH v5 0/8] Configurable policy for handling deprecated interfaces
New option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Available policies: * accept: Accept deprecated commands and arguments (default) * r...
2020 Mar 04
2
Having integration tests "test the future" with QEMU
...fs comes with integration tests. You might be interested in something I'm developing for QEMU 5.0 to permit "testing the future". I'd like to ensure it is actually useful before I continue. Let me know what you think. = Motivation = When layers above QEMU somehow miss feature deprecation, things continue to work until the deprecated interface goes away, at which point we have an entirely avoidable regression. We've been trying to get better at communicating feature deprecation to the layers above QEMU. An obvious first step was systematic documentation. However, documen...
2009 Jun 10
3
package installation fails (RandomFields)
...ing: ?typedef? was ignored in this declaration RFsimu.h:261: warning: ?typedef? was ignored in this declaration RFsimu.h:309: warning: ?typedef? was ignored in this declaration Hyperfcts.cc: In function ?int checkNinit_co(covinfo_type*, int*, int, SimulationType, bool)?: Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyper...
2009 Jun 10
3
package installation fails (RandomFields)
...ing: ?typedef? was ignored in this declaration RFsimu.h:261: warning: ?typedef? was ignored in this declaration RFsimu.h:309: warning: ?typedef? was ignored in this declaration Hyperfcts.cc: In function ?int checkNinit_co(covinfo_type*, int*, int, SimulationType, bool)?: Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyperfcts.cc:145: warning: deprecated conversion from string constant to ?char*? Hyper...
2020 Sep 21
1
Re: [PATCH v5 0/8] Configurable policy for handling deprecated interfaces
Peter Maydell <peter.maydell@linaro.org> writes: > On Mon, 14 Sep 2020 at 09:55, Markus Armbruster <armbru@redhat.com> wrote: >> >> New option -compat lets you configure what to do when deprecated >> interfaces get used. This is intended for testing users of the >> management interfaces. It is experimental. >> >> -compat deprecated-input=<in-policy> configures what to do when >> deprecated input is received. Available policies: >> >> * a...
2015 Jun 02
3
[Bug 2407] New: OpenSSH uses deprecated APIs on MacOS
https://bugzilla.mindrot.org/show_bug.cgi?id=2407 Bug ID: 2407 Summary: OpenSSH uses deprecated APIs on MacOS Product: Portable OpenSSH Version: -current Hardware: All OS: Mac OS X Status: NEW Severity: normal Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org...
2023 Oct 18
0
asterisk release 21.0.0
...risk.org/pub/telephony/asterisk/asterisk-21.0.0.tar.gz) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) Summary: ---------------------------------------- - Update master branch for Asterisk 21 - translate.c: Prefer better codecs upon translate ties. - chan_skinny: Remove deprecated module. - app_osplookup: Remove deprecated module. - chan_mgcp: Remove deprecated module. - chan_alsa: Remove deprecated module. - pbx_builtins: Remove deprecated and defunct functionality. - chan_sip: Remove deprecated module. - app_cdr: Remove deprecated application and option. - app_macro: R...
2023 Oct 18
0
asterisk release 21.0.0
...risk.org/pub/telephony/asterisk/asterisk-21.0.0.tar.gz) - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk) Summary: ---------------------------------------- - Update master branch for Asterisk 21 - translate.c: Prefer better codecs upon translate ties. - chan_skinny: Remove deprecated module. - app_osplookup: Remove deprecated module. - chan_mgcp: Remove deprecated module. - chan_alsa: Remove deprecated module. - pbx_builtins: Remove deprecated and defunct functionality. - chan_sip: Remove deprecated module. - app_cdr: Remove deprecated application and option. - app_macro: R...
2020 Mar 15
0
[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
This series extends QMP introspection to cover deprecation. Additionally, new option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Avai...
2020 Mar 17
0
Re: [PATCH v4 00/34] Configurable policy for handling deprecated interfaces
Hi On Tue, Mar 17, 2020 at 12:55 PM Markus Armbruster <armbru@redhat.com> wrote: > > This series extends QMP introspection to cover deprecation. > Additionally, new option -compat lets you configure what to do when > deprecated interfaces get used. This is intended for testing users of > the management interfaces. It is experimental. > > -compat deprecated-input=<in-policy> configures what to do when > deprec...
2013 Dec 24
0
dashed by dashboard
Thoughts? [root@ca-sna-pm01 config]# rake RAILS_ENV=production db:migrate (in /usr/share/puppet-dashboard) NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/share/puppet-dashboard/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21. config.gem: Unpacked gem rdoc-3.6.1 in vendor/gems has no specification file. Run 'rake gems:refresh_s...
2012 May 12
0
Running Ruby on Rails with cPanel/machighway.com not working
...ilsApp) Please install RDoc 2.4.2+ to generate documentation. In the db folder I can now see development.sqlite3 I go back to the main myRailsApp folder and run the following: script/ generate controller home index I get back the following response (***** are mine ): NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/lib/ruby/gems/1.8/gems/rails-2.3.14/ lib/rails/gem_dependency.rb:21. NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01. Gem::SourceIndex#...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...eleting intermediate and output files for project 'libFLAC_dynamic', configuration 'Debug|Win32' 6>Performing Custom Build Step 5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(231) : warning C4996: 'stricmp' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\string.h(213) : see declaration of 'stricmp' 5> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.' 5>c:\greenhou...
2007 Apr 11
1
Deprecation Policy
When going through the xapian bindings yesterday, I noticed that several of the methods were not wrapped for Ruby because they were deprecated at the time the ruby bindings were created. I filed a bug (#126) saying that they should be removed entirely, which led to the suggestion from Olly that it would be good to make a semi-formal policy about deprecating features. I've written such a document, and checked it into SVN (as...
2007 Sep 24
5
Deprecation policy question
Olly and I have been discussing details of our policy for deprecating features, and we thought it would be useful to canvas users opinions on a particular aspect. From time to time, we remove features from the library (usually because we have a better replacement). To make life easier for users, we've been following a deprecation policy, so that users...
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
...at the package doesn''t specify? I don''t know ruby that well so finding it hard to debug. Also it''s well after 2011-11-01 is that a problem too? Thanks, Sam root@admin:/usr/share/puppet-dashboard# rake RAILS_ENV=production db:migrate --trace NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /usr/share/puppet-dashboard/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21. NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-...
2002 Oct 30
1
gam bug with poisson family? (PR#2234)
...ied a GAM with a poisson family link, and I'm getting an error message that I do not understand. Many apologies if this is user inexperience. Thanks, BHA. > library(mgcv) This is mgcv 0.8.1 > lcgam <- gam(lc ~ s(Day), family=poisson, data=lcset) Warning messages: 1: `Machine' is deprecated. Use `.Machine' instead. See ?Deprecated. 2: `Machine' is deprecated. Use `.Machine' instead. See ?Deprecated. 3: `Machine' is deprecated. Use `.Machine' instead. See ?Deprecated. 4: `Machine' is deprecated. Use `.Machine' instead. See ?Deprecated. 5: `Machine...