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

How to reorganize the index of the exercices corpus ? #1

Open
ghost opened this issue Apr 11, 2024 · 0 comments
Open

How to reorganize the index of the exercices corpus ? #1

ghost opened this issue Apr 11, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 11, 2024

Hi,
I would like to reorganize the index of the exercices corpus like this :

  • Week 1: Basic types, definitions and functions
  • Week 2: Basic data structures
  • Week 3: More advanced data structures
  • Week 4: Higher order functions
  • Week 5: Exceptions, input/output and imperative constructs
  • Week 6: Modules and data abstraction
  • Week 7: Advanced Functional Programming

I thought that rewrite the file «exercices/index.json» would be sufficient. Here is my «json» file: index.json . But when I built this command :

learn-ocaml build --repo learn-ocaml-corpus

This message appears :

Learnocaml v.1.0.0 running.
Updating app at ./www
Building ./_learn-ocaml-build/exercises
No case matched:
  Missing object field exercises
  At /groups/week1, no case matched:
    Missing object field exercises
    Missing object field groups

Does anyone have an idea so that the building works ?

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

0 participants