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

Much confusion about client customization #2

Open
nrnrnr opened this issue Sep 14, 2013 · 4 comments
Open

Much confusion about client customization #2

nrnrnr opened this issue Sep 14, 2013 · 4 comments

Comments

@nrnrnr
Copy link

nrnrnr commented Sep 14, 2013

I just spent a frustrating hour or two trying to get my customized client in a position to install. I got very confused regarding packages vs plt files and packages vs collections Part of my confusion arises because I am a raw novice at Racket, but I think part of the confusion could be dispelled by making some simple changes to the documentation.

  • To clarify the distinction between a package and a collection, could you please use <package-name> and <collection-name> instead of just <name>?

  • Can you please explain what may happen when a novice tests his or her newly customized .plt file or package? I got quite a few instances of something conflicting with something already installed. It looks as if in order to build an installable package or plt file, I first have to install something. Then when I try to test the thing I've just created, it conflicts with whatever is currently installed.

    A new section called How to test the package or plt file you have created would go a long way toward relieving the frustration.

  • One failure mode I encountered was an error message complaining that something is not a top-level collection. I had no luck diagnosing it. See http://stackoverflow.com/questions/18805664/how-to-create-a-top-level-collection-for-a-racket-package. I'm not sure if a remedy to the Racket documentation would be appropriate or what.

@elibarzilay
Copy link
Member

Quick comment: we'll probably move eventually to using GH for bug reports, but we're currently still using the centralized system -- either via DrRacket (in the help menu) or through bugs.racket-lang.org. It's therefore probably better if you re-file it there.

@nrnrnr
Copy link
Author

nrnrnr commented Sep 15, 2013

Quick comment: we'll probably move eventually to using GH for bug reports,
but we're currently still using the centralized system -- either via
DrRacket (in the help menu) or through bugs.racket-lang.org. It's
therefore probably better if you re-file it there.

OK, thanks. I wasn't quite sure whether the handin server was part of
the whole ecosystem or should be dealt with separately.

I suggest you use the github settings menu to disable the github issue
tracker.

Norman

@elibarzilay
Copy link
Member

I'll leave it to @mflatt to decide whether to disable it or not... (He is watching the main repo on GH, so maybe he prefers to leave it on.)

(BTW, using email to reply to GH notification works, kind of, but it's pretty bad when you quote previous text.)

@mflatt
Copy link
Member

mflatt commented Sep 22, 2013

I'm happy to have issue tracking here (although it will take me a while to get to some issues).

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

3 participants