Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix CueGUI version number #641
Comments
|
Hi @bcipriano I would like to work on this issue. |
|
Great! To start -- if you download a released version of CueGUI you'll see that the It should work when you're a) running CueGUI directly from the code, i.e. |
@SarthakDandriyal Are you still working on this issue? |
|
Hi @bcipriano I would like to take up this issue |
|
@SarthakDandriyal Please let me know by tomorrow if you plan to work on this still. |
issue AcademySoftwareFoundation#641 Using os module pulled the version number from VERSION.in file. Default value is set to 'UNKNOWN'.
|
@bcipriano May I work on this or this or it's assigned to the PR owner |
|
@bcipriano Sir please assign me to this issue , I would like to work on this issue. |
|
Ok, freeing this up to be worked on by someone else. @nimeshvashistha was next in line but already found an issue to work on (#657). @akshat0047 was next after that so will be the new assignee now. (As mentioned on @srbhss's PR, we require that PRs have an issue attached, and that the PR author is assigned to the issue. This is laid out in our Contributing guide). |
|
@akshat0047 Actually, I realized that you already have an issue assigned (#163). Since others are searching for issues to work on I'll free this one up. @srbhss is next in line for this one. |
|
@srbhss Now that this issue is yours, I'll review the PR you've sent. |
|
#662 lays the groundwork for this. The next step is to make sure this works in the various environments CueGUI may be running in:
This needs to keep in mind the location of the This should also consider what to do when |
|
@bcipriano Sir I would like to continue the work on this issue. Could you assign this to me please. |
|
@vikram-atreya Hi, sorry for the delay here. I've been working on this a bit as part of #785, and given that our methods of how we package CueGUI are about to change, I don't think it makes sense to work on at the moment. Better to let things settle out with the packaging first. Lots of work to be done in our Backlog though! Thank you for your interest! |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Describe the bug
The version displayed in CueGUI is hardcoded:
OpenCue/cuegui/cuegui/Constants.py
Line 35 in 76a3b71
This version number, when available, should be pulled from the
VERSION/VERSION.infiles, as they are in other places e.g. insetup.py:OpenCue/cuegui/setup.py
Line 23 in 76a3b71
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If
VERSIONis available, that information should be displayed. If it's not, we should display some placeholder, or maybe some information about the current environment.Screenshots

Version Number
76a3b71
The text was updated successfully, but these errors were encountered: