go-text / typesetting

High quality text shaping in pure Go.
Other
88 stars 11 forks source link

merge existing go-text/ repositories #1

Closed benoitkugler closed 2 years ago

benoitkugler commented 2 years ago

Following https://github.com/go-text/shaping/issues/2 and the slack discussion, this PR merges the existing go-text repository in one module.

I took the liberty to include https://github.com/go-text/shaping/pull/11, since it seems accepted (pending @stuartmscott approval)

andydotxyz commented 2 years ago

This looks like a reasonable structure, but would it not be desirable to maintain the history of each repository? I am pretty sure you can merge in repos to sub-folders and maintain/merge history as well, then make a final commit to tidy the mod files?

whereswaldon commented 2 years ago

@stuartmscott There's already a license file in the repo.

whereswaldon commented 2 years ago

If we want to preserve history, I have some experience doing that. I don't mind creating an equivalent PR that does it if there's a strong preference for that.

stuartmscott commented 2 years ago

@stuartmscott There's already a license file in the repo.

Thanks 👍

benoitkugler commented 2 years ago

If we want to preserve history, I have some experience doing that. I don't mind creating an equivalent PR that does it if there's a strong preference for that.

Yes, feel free to proceed (I have a very limited experience with such merge.)

andydotxyz commented 2 years ago

If you are too busy @whereswaldon I could pick up doing a history merge?

whereswaldon commented 2 years ago

Sorry for the delay! I put it up as #2.