wader / fq

jq for binary formats - tool, language and decoders for working with binary and text formats
Other
9.57k stars 219 forks source link

bump readline to 0.1.0-rc1 #846

Closed slingamn closed 6 months ago

slingamn commented 6 months ago

ircdog PR here: https://github.com/ergochat/ircdog/pull/47

Excited for this! Are you seeing anything unexpected in testing? Have you been testing on Windows? (I did some Windows testing but I should probably do some more before the release.)

wader commented 6 months ago

Hey, great! no haven't tested myself (i should really get a windows setup!) but i asked a guy who uses fq on windows here https://github.com/wader/fq/pull/842#issuecomment-1878381165 and it seems to be ok. Is there some specific areas your more worried about breaking on windows?

btw any opinion if fq should follow the master branch or stay with tagged releases?

slingamn commented 6 months ago

I'd say tags unless there is a specific hotfix you want to pull in...generally my workflow is to do a final testing pass on release candidates before shipping them, so master is less tested.

Also I'm hoping that we need to do relatively little development work on the library going forward :-)

wader commented 6 months ago

I'd say tags unless there is a specific hotfix you want to pull in...generally my workflow is to do a final testing pass on release candidates before shipping them, so master is less tested.

👍

Also I'm hoping that we need to do relatively little development work on the library going forward :-)

Agree, it seems to work fine and i don't i have any urgent features. Only thing i can think of now is https://github.com/chzyer/readline/issues/212 that would be interesting but no way urgent.