-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hosting project templates in coq-community? #129
Comments
IMHO you are comparing two very different things. On the one hand, this repository should be considered as a tool to generate and maintain some standard files (e.g. CI) for both new and preexisting projects. On the other hand, the repositories you point to are example projects that demonstrate how to do certain things and can be used as a template to create a new project. (BTW, given that GitHub supports marking a repository as a "template", maybe this should be done for these two repos.) If we wanted, the latter could even include a |
I fully agree with the analysis of Théo, and I even have a local But more generally, how do you feel about hosting template repos like Emilio's and mine in coq-community @Zimmi48? Maybe the proper place for this discussion is in the manifesto repo? |
It would totally make sense to host these repos in coq-community indeed! And sure, that would probably deserve a discussion in the manifesto repo. Should we just transfer the current issue over there (since GitHub supports that)? Or is it worth keeping as a separate issue? |
I think we can actually turn the template repos (meant to be forked/copied by devs) into good displays of using our |
@ejgallego so how do you feel about transferring your repo? In my view, the two of us should either both transfer, or none of us transfer. As per above, I think it's a good idea and fits with the idea of coq-community doing collaborative documentation. We can work on improving the |
I am OK transferring if you folks think that's the best choice. |
Actually something I still didn't figure out, is how to best manage all the different kind of templates that users need; actually they may need more different "variants" than the ones I originally thought of, so I dunno if one repos for template is feasible. |
There are two main categories IMHO: configurable templates (that's what we have in the coq-community/templates repository with the objective of covering a large set of use cases) and demonstration templates (this is what your project and Karl's are, and it makes sense that they are quite specialized and do not cover all use cases, people can learn from them and adapt them to their needs). |
I completely agree with Théo here. The main "demonstration template" repo besides mine and Emilio's that we should arguably try to add is a project that extracts verified Coq code to OCaml in a nice way using Dune to build some CLI program, and includes things like testing on the OCaml side. But most other typical use cases can be adapted from scratch using coq-community/templates or the existing demonstration template repos. |
I can propose a demonstration template for a project that extracts verified Coq code to OCaml using Dune. Mine uses Coq.IO instead of an OCaml stub for parsing CLI arguments though. I would assume you would prefer a demo with OCaml, is that correct? |
@ejgallego please feel free to transfer your Coq plugin template repo to the After the transfer, I believe we can market this repo better to plugin developers and other interested Coq users. And we can also use it to continually determine best practices in the Dune+OCaml+Coq development workflow. |
Yes, finally time to transfer it and complete the documentation. Should I just go ahead and do the transfer? |
Yes please. After the transfer, I will set up some basic repository metadata (and even a basic |
I get an error "You don’t have the permission to create public repositories on coq-community" There are several ways to solve this, I tried to transfer it to you @palmskog which should solve the issue as you should be able to tranfer it to coq-community, however you already have a fork so I couldn't complete the transfer. |
@ejgallego I invited you to become a member of the organization. If you accept the invitation (check GitHub notifications) you should be able to do the transfer directly to |
Thanks @palmskog , transfer completed. For the "baseline" 8.17.1 + Dune 3.8.2 we can have a project that:
What is NOT working:
|
I transferred my program verification template repo as well: https://github.com/coq-community/coq-program-verification-template I think this concludes this issue. People are still welcome to propose new template repos in new manifesto issues. |
Hi folks,
this is a follow up from the discussion at https://coq.zulipchat.com/#narrow/stream/240550-Dune-devs.20.26.20users/topic/.E2.9C.94.20Dune.2C.20_CoqProject.20and.20tests ; indeed, it seems to me that the current "template" setup may be a bit limited (see also coq-community/templates#95 ) , in particular as to setup full projects such as the plugin template.
Moreover, we have the current alternative Coq project templates in the wild:
How should we organize things? Should we move all the templates to
coq-template-foo
and have this repository just be an index to all the existing templates, as suggested in the thread?The text was updated successfully, but these errors were encountered: