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

Rename inner `api` module to `Api`

Open jakebolewski opened this issue 10 years ago • 1 comments

Modules by convention always start with an uppercase in Julia, so this has always felt out of place. This would be a breaking change so maybe it is not worth it.

jakebolewski avatar Aug 12 '14 15:08 jakebolewski

I would say that the breakage currently would be acceptable, especially since we could add

import Api
const api = Api

into the OpenCL Module to minimize breakage.

vchuravy avatar Aug 12 '14 23:08 vchuravy