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

compiling Basic example #1

Closed
bfilin opened this issue Feb 26, 2017 · 0 comments
Closed

compiling Basic example #1

bfilin opened this issue Feb 26, 2017 · 0 comments

Comments

@bfilin
Copy link

bfilin commented Feb 26, 2017

I'm getting a couple of issues while testing the Basic example, perhaps I'm doing something wrong:

  1. Seeing the following error while compiling Basic:
    /usr/local/lib/urweb/ur/world/github.ur:126:8: (to 126:20) Unbound structure Monad

    Fixed by adding $/monad to world/lib.urp

  2. examples/README.md says:
    To run Basic example: copy basic_in.urp.in to basic_in.urp and fill in your GitHub application details.

    However, examples directory has basic_in.ur.in file (not the basic_in.urp.in).

    Perhaps examples/README.md should say:
    To run Basic example: copy basic_in.ur.in to basic_in.ur and fill in your GitHub application details.

    I tested it by copying basic_in.ur.in to basic_in.ur and setting my GitHub client_id and client_secret in basic_in.ur, after that Basic compiles fine and OAuth test is performed against GitHub.

@bfilin bfilin closed this as completed May 19, 2017
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

1 participant