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

JuliaDSP / DSP.jl / 1104 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2020 12:55PM UTC
Files 17
Run time 32s
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

23 Jun 2020 12:48PM UTC coverage: 96.913% (+4.6%) from 92.287%
1104.3

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>

1978 of 2041 relevant lines covered (96.91%)

310156.91 hits per line

Source Files on job 1104.3
  • Tree
  • List 0
  • Changed 15
  • Source Changed 1
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1022
  • Travis Job 1104.3
  • adf3765f on github
  • Prev Job for on master (#1102.1)
  • Next Job for on master (#1110.1)
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