na4zagin3 / satyrographos

Package manager for SATySFi
GNU Lesser General Public License v3.0
43 stars 13 forks source link

Add "md" source #255

Closed puripuri2100 closed 3 years ago

puripuri2100 commented 3 years ago

I have added "md" module.

ex.

(sources
   ((md "mdja.satysfi-md" "src/md/mdja.satysfi-md")))
na4zagin3 commented 3 years ago

@puripuri2100 Thanks! Can you update testcase command_opam_install__library as well?

https://github.com/na4zagin3/satyrographos/blob/master/test/testcases/command_opam_install__library.ml#L14-L18 https://github.com/na4zagin3/satyrographos/blob/master/test/testcases/command_opam_install__library.ml#L45-49

na4zagin3 commented 3 years ago

Oops, can you also update the snapshot (see https://dune.readthedocs.io/en/stable/tests.html for more details) with the following commands?

# Run test to ensure only command_opam_install__library is broken
$ dune test

# Update snapshots
$ dune promote

# Ensure all the tests pass 
$ dune test

# Check if only the snapshot for command_opam_install__library is updated
$ git status
na4zagin3 commented 3 years ago

thanks!