
jjsimpso
2021-9-22 15:37:49
I have a feature update for gui-lib that i’d like to issue a pull request for. It adds a ‘new-button style that includes a ’+’ button to insert a new tab to the platform-independent implementation of tab panels. This is my first racket pull request. One question I have before issuing the pull request is about scribble docs. What version should I put in the history in the scribble docs for gui-lib, 1.62?

mflatt
2021-9-22 15:42:59
Yes, bumping the version to “1.62” sounds right.

jjsimpso
2021-9-22 15:46:27
Ok, thanks. I haven’t added any tests to gui-test yet. Should I do that before issuing the pull request or can I add them later? I do have test code in my own app.

mflatt
2021-9-22 15:47:13
It’s ok to wait on tests if you want to get some feedback first.

jjsimpso
2021-9-22 15:49:05
Great. I’ll go ahead and issue the pull request in a bit.