Missings.jl icon indicating copy to clipboard operation
Missings.jl copied to clipboard

Error due to integer overflow being fixed in base julia

Open pdeffebach opened this issue 4 years ago • 2 comments

There is a WIP PR here to fix some error with bounds checking in SkipMissing. When that is merged we should port the same fix to SkipMissings

pdeffebach avatar Dec 01 '20 19:12 pdeffebach

With the latest commit in the PR I'm trying to address this issue too.

As I mentioned in a comment in the PR, there is a small performance problem with _mapreduce for SkipMissing, which was already present. I haven't done anything to solve it in that regard.

FedericoStra avatar Dec 02 '20 15:12 FedericoStra

Ooops! I'm realizing now that this is an issue in another project :sweat_smile:

FedericoStra avatar Dec 02 '20 16:12 FedericoStra