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

Where are the exercises? #18

Open
phildarnowsky opened this issue Feb 20, 2014 · 3 comments
Open

Where are the exercises? #18

phildarnowsky opened this issue Feb 20, 2014 · 3 comments

Comments

@phildarnowsky
Copy link

From the docs:

Exercises are annotated with a comment containing the word "Exercise." The existing code compiles, however answers have
been replaced with a call to the Haskell `error` function and so the code will throw an exception if it is run. 

But:

$ git grep Exercise
README.markdown:Exercises are annotated with a comment containing the word "Exercise." The existing code compiles, however answers have
src/Course/List.hs:--   Exercises are generally increasing in difficulty, though some people may find later exercise easier.

$ git grep todo
projects/NetworkServer/haskell/src/Network/Server/Chat/Chat.hs:  error "todo"
projects/NetworkServer/haskell/src/Network/Server/Chat/Loop.hs:  error "todo"
projects/NetworkServer/haskell/src/Network/Server/TicTacToe/Game.hs:  error "todo"
projects/NetworkServer/haskell/src/Network/Server/TicTacToe/Game.hs:  error "todo"
src/Course/List.hs:--   Replace the function bodies (error "todo") with an appropriate solution.

So all the exercises appear to be pre-done. Am I missing some kind of prepatory step you need to do to actually generate the exercises?

@cgag
Copy link

cgag commented Mar 4, 2014

+1, everything is already done.

@tonymorris
Copy link
Owner

Sorry, the exercises are here:

https://github.com/NICTA/course

@cgag
Copy link

cgag commented Mar 4, 2014

Ha, I was just coming back to this thread to post that I found that. Thanks.

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