karax icon indicating copy to clipboard operation
karax copied to clipboard

Publishing helper modules seperately?

Open AjBreidenbach opened this issue 7 years ago • 3 comments

Have you considered publishing the jdict and jstrutils modules as separate nimble packages? I think they are very universal and I would like to import them in other projects.

AjBreidenbach avatar Jun 02 '17 15:06 AjBreidenbach

I my opinion they are a bit too tiny to live on their own (~30 LOC in total), and justify an explicit dependency. I wouldn't mind having just a dependency on Karax for now.

bluenote10 avatar Jun 03 '17 16:06 bluenote10

I think I might move them to Nim's stdlib instead. Any objections?

Araq avatar Jun 05 '17 11:06 Araq

Also, jsrutils misses following:

proc `&`*(s: float): cstring {.importcpp: "((#)+'')", nodecl.}

You may want to add it in the same time.

pnuzhdin avatar Jun 07 '17 11:06 pnuzhdin

Seems like this didn't make it into stdlib. I'm going to close this for now due to inactivity. Please feel free to re-open and comment if you want to discuss further!

geotre avatar Mar 02 '23 19:03 geotre