Displaying 20 results from an estimated 6853 matches for "deprecated".
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 conve...
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. Available policies:
* accept: Accept deprecated commands and arguments (default)
* rejec...
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 use...
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)
* rejec...
2020 Mar 04
2
Having integration tests "test the future" with QEMU
...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, documentation is all too easy to miss. Even if you don...
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*?
Hyperfcts...
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*?
Hyperfcts...
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:
>>
>> * accep...
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: Remov...
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: Remov...
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. Available policies:
* accept: Accept deprecated commands and arguments (default)
* rejec...
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
> deprecated input is received. Available policies:
>
> * accept: Accept deprecated commands and...
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_specs...
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#init...
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:\greenhouse\w...
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 doc...
2007 Sep 24
5
Deprecation policy question
...t). To make life easier for users, we've
been following a deprecation policy, so that users are given plenty of
warning of features which are about to be removed, and are given
suggestions of how to change their code. This policy states that
(whenever possible) when a feature is marked as deprecated at a
particular release of Xapian, the feature will continue to be present
and unchanged for a full release cycle. For example, if a feature is
deprecated in version 1.0.3, it will remain usable in Xapian throughout
the 1.0.x and 1.1.x release series, and finally be removed in release 1.2.0....
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-01....
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' i...