Carine Morel

Results 15 issues of Carine Morel

It would be nice to have an option (learn-ocaml --pdf ?) which takes a list of exercise repertories and concatenate titles and [descr.html] or [descr.md] contents to generate a pdf....

kind: feature

Here is a little suggestion to improve exercise readability. On paper, it is pretty usual for a group of exercises to share an introduction. To be able to do the...

kind: enhancement
kind: question
needs: discussion

In the context of a large corpus of exercises, it will be useful to be able to build either one single exercise or every exercises except one. Will it be...

kind: enhancement
kind: question
needs: discussion

I was writing an exercise without copy/paste today (!) and I inadvertently wrote : ```ocaml let exercise_1 = Section ( [ Text "Variable: "; Code "n"], test_variable [%ty float] "n"...

kind: bug
needs: repro

The release of Saturn 1.0 coming soon, here is a recap of what has been done and what we plan to do before it ! New features: - [x] #102...

Following the algorithm implemented in PR #62, this PR implements a hash table with better types and numerous optimizations to the algorithm. It aims to provide a full resizable hash...

`dscheck.0.3.0` being way faster than the previous version, we now can have more complex `dscheck` tests, and in a general way, should be less hesitant to add more tests if...

enhancement

This library lacks some single core benchmarks to compare its domain safe data structures to the standard library data structures (that are not thread safe). This idea is to measure...

Good first issue

This library is currently lacking documentation. A good step will be to add simple examples (with multiple domains) for each data structures that could serve as tutorial. More complex examples...

Good first issue

This PR follows PR #122 work: the optimizations or changes made in this previous PR are separated into two to get a safe Michael-Scott queue and an "unsafe" one (with...