Kakadu / lablqml

Interfacing Qt/QML with OCaml. Formely known as lablqt
http://kakadu.github.io/lablqml
GNU Lesser General Public License v2.1
159 stars 17 forks source link

lablqt -> lablqml #35

Closed Kakadu closed 7 years ago

Kakadu commented 7 years ago

We should rename it and left the old name for @mrvn

ghost commented 7 years ago

What steps do we take to implement this?

Kakadu commented 7 years ago

I think we need to rename repo and opam packages.

mrvn commented 7 years ago

My package is called ocaml-qt5 so don't rename on my account.

ghost commented 7 years ago

This action would be more for making it clearer to the community the difference between the two projects.

@Kakadu I think ocaml-qml might be a good name.

Kakadu commented 7 years ago

Or, it is so big name change! Maybe lablqml?

On Tue, Jan 10, 2017 at 10:24 PM, orbifx notifications@github.com wrote:

This action would be more for making it clearer to the community the difference between the two projects.

@Kakadu https://github.com/Kakadu I think ocaml-qml might be a good name.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Kakadu/lablqt/issues/35#issuecomment-271671795, or mute the thread https://github.com/notifications/unsubscribe-auth/AAav0lE4opL0g7sPyIHDcFRjGEftxdM2ks5rQ9rWgaJpZM4LemgD .

ghost commented 7 years ago

I didn't know that labl stood for labelled (which so far our functions aren't :P) so I'm sure it will through other people off too.

ghost commented 7 years ago

Btw I haven't rebased mind branch yet, so either way it's the same changes for me.

Kakadu commented 7 years ago

Let's make them labelled!

On Tue, Jan 10, 2017 at 10:34 PM, orbifx notifications@github.com wrote:

Btw I haven't rebased mind branch yet, so either way it's the same changes for me.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Kakadu/lablqt/issues/35#issuecomment-271674520, or mute the thread https://github.com/notifications/unsubscribe-auth/AAav0rZofOeTOuI6It5CZ4M2NQLPnoj9ks5rQ90zgaJpZM4LemgD .

ghost commented 7 years ago

I searched with grep and removed all critical instances of lablqt. 0bb0d79

But even so, the library still requires opam remove --force lablqt to remove.

Kakadu commented 7 years ago

@orbifx Have you managed your issues with removal? Can we close it?

ghost commented 7 years ago

I think so. But it's still not lablqml in opam which is causing some confusion in a team I work with.

Kakadu commented 7 years ago

How?!?!?! WTF! I do not understand how it is possible

➜  ~ evalopam 
/home/kakadu/.opam/4.04.0+fp+flambda/lib/ocaml
2.0.0~beta2
➜  ~ opam  pin
GT.0.0.1        git  git+https://github.com/dboulytchev/GT.git
logger.0.4.2    git  git+https://github.com/dboulytchev/logger.git
➜  ~ opam pin add lablqml https://github.com/Kakadu/lablqml.git
Package lablqml does not exist, create as a NEW package ? [Y/n] Y
[lablqml.~dev] synchronised from git+https://github.com/Kakadu/lablqml.git
[NOTE] Converting format of /home/kakadu/.opam/4.04.0+fp+flambda/.opam-switch/sources/lablqml/opam from 1.2 to 2.0~beta
lablqml is now pinned to git+https://github.com/Kakadu/lablqml.git (version 0.5)

The following actions will be performed:
  ∗  install conf-qt 5.2.1                    [required by lablqml]
  ∗  install lablqml 0.5*
===== ∗  2 =====
Do you want to continue ? [Y/n] y

=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[lablqml.0.5] synchronised from git+https://github.com/Kakadu/lablqml.git

=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
∗  installed conf-qt.5.2.1
∗  installed lablqml.0.5
Done.
➜  ~ opam list -a | grep lablqml
655:lablqml                            0.5               pinned to version 0.5 at git+https://github.com/Kakadu/lablqml.git
➜  ~ 
ghost commented 7 years ago

OK this issue can be closed as far as I'm concerned.