• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaDSP / DSP.jl / 1104
98%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2020 12:54PM UTC
Jobs 6
Files 17
Run time 14min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1104

push

travis-ci

web-flow
Reject non-numerical arrays as arguments to conv (#360)

* Reject non-numerical arrays as arguments to conv

Currently `conv` has a method `conv(::AbstractArray, ::AbstractArray)`
that is intended to cast arrays of different ndims into
dimension-compatible ones before delegating to more detailed methods.
Unfortunately, this method ends up catching arrays with non-`Number`
eltypes, and since no detailed methods accept such arrays as arguments,
this method ends up calling itself and results in stack overflow.  This
commit fixes that by restricting the signature of the abovementioned
method to `conv(::AbstractArray{<:Number, N}, ::AbstractArray{<:Number,
P}) where {N, P}` so that calling `conv` with non-numerical arrays
is now a type error.

* Minor changes to conv

github.com/JuliaDSP/DSP.jl/pull/360#discussion_r426196101

Signed-off-by: Fred Miller <fghzxm@outlook.com>

* Add type assertions for conv

github.com/JuliaDSP/DSP.jl/pull/360#discussion_r427233595

Signed-off-by: Fred Miller <fghzxm@outlook.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

1423 of 1474 relevant lines covered (96.54%)

2187808.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1104.1 23 Jun 2020 12:56PM UTC 0
92.29
Travis Job 1104.1
2 1104.2 23 Jun 2020 12:54PM UTC 0
97.36
Travis Job 1104.2
3 1104.3 23 Jun 2020 12:55PM UTC 0
96.91
Travis Job 1104.3
4 1104.4 23 Jun 2020 12:55PM UTC 0
96.91
Travis Job 1104.4
5 1104.5 23 Jun 2020 12:55PM UTC 0
96.92
Travis Job 1104.5
6 1104.6 23 Jun 2020 01:06PM UTC 0
96.11
Travis Job 1104.6
Source Files on build 1104
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1104
  • adf3765f on github
  • Prev Build on master (#1102)
  • Next Build on master (#1110)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc