CDAT / cdms

8 stars 10 forks source link

Fixes error messages #409 #412

Closed jasonb5 closed 3 years ago

jasonb5 commented 3 years ago
muryanto1 commented 3 years ago

@jasonb5 Hi Jason, can you update last_stable to be 3.1.5 in the Makefile?

jasonb5 commented 3 years ago

@muryanto1 sure thing, i'm not sure when i'll be ready to merge this. I need to figure something out for CdunifError as this is currently API breaking and i'd like to find a different solution.

jasonb5 commented 3 years ago

I brought the CDMSError into the c layer so we could use it as a base for CdunifError. This should prevent breaking the API when raising the new CdunifError when open fails.

jasonb5 commented 3 years ago

Ah good point, I should probably remove it.