robb / Underscore.m

A DSL for Data Manipulation
https://robb.github.io/Underscore.m/
MIT License
1.47k stars 99 forks source link

Memory Error fix #77

Open justvanbloom opened 6 years ago

justvanbloom commented 6 years ago

nil passed to a callee that requires a non-null 1st parameter

kvnify commented 6 years ago

The CI check issues seem to be unrelated to this change. The change does make sense to me. Can you check if there is a corresponding unit test to update as well?

justvanbloom commented 6 years ago

Uh. Unit tests doesn’t used ever :D

kvnify commented 6 years ago

Could you add a unit test for this then?