Displaying 20 results from an estimated 2269 matches for "misleading".
2009 Dec 22
2
Rcpp: Clarifying the meaning of GPL?
...latest release
of Rcpp has been split up and reorganized so that it would
be difficult to find the differences now.)
More importantly, while GPL gives developers the right to
make changes (without the permission of the original
contributor) it explicitly states that these changes should
not leave misleading impressions about the original
developer.
Unfortunately, GPL does not spell out what it means to
be misleading. I think using the same name ('Rcpp')
as a library still being developed by the original author,
and listing yourself as a copyright holder on source code
alongside the original a...
2007 Nov 10
2
be_success misleading
Just wondering if anyone else thinks that ''response.should be_success'' is
potentially misleading. If you''re writing a spec for an action that is
failing in some way it can still have a status 200. So while the
HTTP request was technically successful, something in the action
was not. Perhaps something like ''response.should have_success_status''?
Steve
2014 Mar 05
1
Sweave provides a misleading error when vignette engine not fully specified
Trying to Stangle / Sweave a file
$ cat vignette.Rnw
%\VignetteEngine{knitr}
\documentclass{article}
\begin{document}
\end{document}
results in a misleading error message:
~/tmp$ R CMD Stangle vignette.Rnw
Error: Vignette engine package not specified
Execution halted
when what is missing is the full specification knitr::knitr; 'vignette engine
package and function not specified' ? Also it's somehow unfortunate that the
vignette builds w...
2008 Mar 12
1
Subsetting vectors/arrays using factors can be seen as misleading
Dear list,
Subsetting vectors/arrays using factors can be seen as misleading, and
I was thinking that it could be discouraged (at least by issuing a
warning).
I could not find whether this was discussed earlier, but I can be
pointed to a reference if I missed any.
The "extract" operator "[" can take as arguments either vectors of
integers or vectors of...
2016 Jun 02
6
-Wmisleading-indentation violations
Hi,
I was building LLVM with gcc 6.1.1 recently and it was spitting out
some warnings relating to misleading indention that caught my eye.
This wasn't a fresh build so I may have missed some. I've CC'ed the
authors of the potentially misleading lines so they can decide what do
about the warnings (if anything).
I'm wondering if clang-format is making some inappropriate choices
here or thes...
2010 Mar 24
8
[Bug 1740] New: Misleading error message in ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=1740
Summary: Misleading error message in ssh-keygen
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: ssh-keygen
AssignedTo: unassigned-bugs at mindrot.org...
2003 Oct 08
1
[Bug 734] Misleading error message when host key verification is impossible / SSH_ASKPASS impossible.
http://bugzilla.mindrot.org/show_bug.cgi?id=734
Summary: Misleading error message when host key verification is
impossible / SSH_ASKPASS impossible.
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5...
2003 Jan 19
0
[Bug 471] New: Misleading error message if /dev/tty permissions wrong
http://bugzilla.mindrot.org/show_bug.cgi?id=471
Summary: Misleading error message if /dev/tty permissions wrong
Product: Portable OpenSSH
Version: 3.4p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at min...
2020 Aug 31
2
Misleading information on main page about Centos Stream
...ling-release distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation.
This is pretty misleading. Isn?t Stream just a collection of repos that offer pre-release packages for the next RHEL point release? It?s not a midstream between Fedora and RHEL.
--
Jonathan Billings <billings at negate.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://li...
2003 Dec 21
1
Dialing dead SIP peers give misleading (BUSY) voicemail result ...
...uting Dial("SIP/darren-0eee", "SIP/someone|20") in new stack
== Everyone is busy at this time
-- Executing VoiceMail("SIP/darren-0eee", "b8102") in new stack
-- Playing 'voicemail/default/8102/busy' (language 'en')
Obviously this is misleading to the customer ... the person at that
extension isn't even in the office, let alone busy.
Is this the intended result when trying to dial a disconnected SIP
extension, or have I misconfigured something? Does the dialplan above, which
was built using analog handsets, need to be more intelligen...
2016 Jan 22
2
Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
Debian bug 812166[0] reported this build failure due to
Wmisleading-indentation with gcc-6:
non-fatal.c: In function 'init_nonfatal_mce_checker':
non-fatal.c:103:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
switch (c->x86_vendor) {
^~~~~~
non-fatal.c:97:5: note: ...this 'if' clause, but it is...
2015 Nov 26
4
[Bug 2507] New: missing or misleading error messages
https://bugzilla.mindrot.org/show_bug.cgi?id=2507
Bug ID: 2507
Summary: missing or misleading error messages
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter...
2016 Mar 17
2
[Bug 2554] New: UseDNS documentation is misleading
https://bugzilla.mindrot.org/show_bug.cgi?id=2554
Bug ID: 2554
Summary: UseDNS documentation is misleading
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporte...
2016 Jan 22
0
Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
On 22/01/16 14:38, Ian Campbell wrote:
> Debian bug 812166[0] reported this build failure due to
> Wmisleading-indentation with gcc-6:
>
> non-fatal.c: In function 'init_nonfatal_mce_checker':
> non-fatal.c:103:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
> switch (c->x86_vendor) {
> ^~~~~~
>
> non-fatal.c:97:5: note: ...thi...
2020 Sep 04
0
Misleading information on main page about Centos Stream
On Mon, Aug 31, 2020 at 05:28:58PM -0400, Jonathan Billings wrote:
> This is pretty misleading. Isn't Stream just a collection of repos that
> offer pre-release packages for the next RHEL point release? It's not a
> midstream between Fedora and RHEL.
Along those lines, if someone's adjusting text in there, I'd tend to think
"rolling release" indicates that on...
2020 Sep 09
0
Misleading information on main page about Centos Stream
On Wed, Sep 9, 2020 at 4:05 AM Brian Stinson <brian at bstinson.com> wrote:
> On Fri, Sep 4, 2020, at 14:26, Mason Loring Bliss wrote:
>
> On Mon, Aug 31, 2020 at 05:28:58PM -0400, Jonathan Billings wrote:
>
> > This is pretty misleading. Isn't Stream just a collection of repos that
> > offer pre-release packages for the next RHEL point release? It's not a
> > midstream between Fedora and RHEL.
>
> Along those lines, if someone's adjusting text in there, I'd tend to think
> "rolling release...
2020 Sep 09
0
Misleading information on main page about Centos Stream
...on.com
> > <mailto:brian at bstinson.com>> wrote:
> >
> > __
> > On Fri, Sep 4, 2020, at 14:26, Mason Loring Bliss wrote:
> >> On Mon, Aug 31, 2020 at 05:28:58PM -0400, Jonathan Billings wrote:
> >>
> >> > This is pretty misleading. Isn't Stream just a collection of
> >> repos that
> >> > offer pre-release packages for the next RHEL point release? It's
> >> not a
> >> > midstream between Fedora and RHEL.
> >>
> >> Along those lines, if som...
2006 Oct 31
0
6197520 svccfg import prints misleading message if supplied manifest with empty pg type
Author: sdussud
Repository: /hg/zfs-crypto/gate
Revision: f61d652f8555ce9713866ebafccf8dc96979b524
Log message:
6197520 svccfg import prints misleading message if supplied manifest with empty pg type
Files:
update: usr/src/cmd/svc/svccfg/svccfg_libscf.c
2006 Oct 31
0
6269165 misleading comments in usr/src/cmd/stat/iostat/iostat.c
Author: petede
Repository: /hg/zfs-crypto/gate
Revision: ef5d30f0abff39691966b9805b895f3c757b5a9f
Log message:
6269165 misleading comments in usr/src/cmd/stat/iostat/iostat.c
6286482 remove the only occurrence of "shit" in OpenSolaris
6231501 Typo in <sys/fem.h>
Contributed by Shawn Walker <binarycrusader at gmail.com>.
Files:
update: usr/src/cmd/stat/iostat/iostat.c
update: usr/src/cmd/volmgt/vold/de...
2006 Oct 31
0
6414036 ::interrupts share_cnt can be misleading
Author: anish
Repository: /hg/zfs-crypto/gate
Revision: 445b09139fca7f498d4a47a7a31fc69e742dd484
Log message:
6414036 ::interrupts share_cnt can be misleading
6415576 add new options to ::interrupts for displaying intrstat like output etc.
Files:
update: usr/src/cmd/mdb/i86pc/modules/pcplusmp/apic.c
update: usr/src/cmd/mdb/i86pc/modules/uppc/uppc.c