Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this code in ui.js reachable? #53

Open
jpluimers opened this issue Nov 5, 2016 · 2 comments
Open

is this code in ui.js reachable? #53

jpluimers opened this issue Nov 5, 2016 · 2 comments

Comments

@jpluimers
Copy link
Contributor

I think the ToString(...) function in variables.js already covers the below cases in ui.js so they can go:

            if (type.name.indexOf("Semaphore") != -1) {
                valueRepr = 'SemaphoreSlim [count: ' + variable.value + ']';
            }
            else if (type.name.indexOf("Queue") != -1) {
                valueRepr = 'Queue [element count: ' + variable.value + ']';
            }
@Soothsilver
Copy link
Collaborator

I think you are right.

@Soothsilver
Copy link
Collaborator

I will update the master branch to reflect your changes when I get to a computer with git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants