patrickpissurno / vredis

Redis client for V, written in V
MIT License
67 stars 10 forks source link

update for latest V 0.3.2 94098ee #12

Closed spytheman closed 1 year ago

spytheman commented 1 year ago

The test compiles and runs without notices/warnings/errors.

Note: this is a breaking change, since many APIs were updated to return !int instead of ?int, since they do return errors, and soon the old ?int return type will be only able to return Options (i.e. none | Type), and not Results (error | Type).

The rest of the changes here are cosmetic (v fmt -w . + fixing deprecation notices about err.msg -> err.msg() ).

gokomer commented 1 year ago

Hello. Is this PR will be merged soon or should I ignore this? I'm thinking about working on this package and since these are breaking changes I'd appreciate it if I can get an answer.

patrickpissurno commented 1 year ago

Done! Sorry for the delay