-
Notifications
You must be signed in to change notification settings - Fork 11
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
Possible documentation project of CCLDoc #14
Comments
Thank you. I would be happy to review and consider merging any improvements to CCLDoc. Those can be improvements to the documentation for CCLDoc (that is, to the file ccldoc.ccldoc), or to the code itself. In general, I am not picky about coding standards. Please avoid whitespace-only changes, especially when such changes are grouped with other changes. Just follow the existing style (and the usual Common Lisp conventions) and that will be fine. |
This is best description of CLUS collaboration plans about CCLDoc add-ons that I can write. By no mean they is canonical list, I just collected and organized things about I talk and heard from wiser than me in CLUS matters folks. Also I don't know how realistic some points are or how much work to do it will be needed trying to realized it. I still try to fully understand my thread of work. If someone need more information try contact community of CLUS on freenode #lisp, or Discord #clus-general. You can also read paper staying CLUS reason to be and aims. Unfortunately this paper is much outdated https://github.com/phoe/clus-data/blob/master/paper.pdf. IMPORTANT What we need to do with CCLDoc.
What we are doing now. There are two threads.
Unfortunately I now only person that works on second thread. Time will show what I can do in current situation. If English of this post is bad, give me a sign, I try to correct it. |
On "CCLDoc Overview" is note in description of :definition. "Someday I'd like the signature to be a lisp expression that will be automatically converted to text with consistent markup for parameters and values, but that is not implemented right now. For now it might be best for document consistency to simply avoid markup in the signature." If we can, should we add this code to CCLDoc? Similar question to all other notes in Overview and source code. |
Sure. As you write documentation using CCLDoc notation, I am sure that you will have ideas for enhancements, and we can work together to add those. |
I apologized if I do something wrong with pull request. I have a very little experience with cooperation on GitHub. I also have two problems, I think it is not the worst place to post it.
|
Thank you, for help. I remember all time that you said to avoid whitespace-only changes, but was not sure what do with autoformating of this commit. I switch if off now on my computer. Second, my settings removes all whitespaces at the end of the line, I need it when working on CLUS. Should I switch it off too? I apologized for so many basic question. I only have experience of working with CLUS on GitHub, but it have different rules of work. |
I would not like to get changes that only delete trailing whitespace. If you are working in some area, and you clean up nearby trailing whitespace and indentation as a side-effect of your other work, then that's fine. |
I switch this option of whitespace removing off, so this should not happen in future. Now it looks like that I need to start with representation.lisp file. I will try to make some substantive comment to it in the next two weeks. I will try my best, but I most probably make many mistakes and errors on the way, like this time. |
A bit of context. Working on Common Lisp UltraSepc (CLUS) we decide to use CCLDoc to write it and create output. To do that we need to read CCLDoc code and puts some add-on. In that work we can produced some documentation and comments in the source as side effect, we need it ourselves to create add-ons.
Do you interested with such project of producing such documentation and if so, what standard of it we should adopted?
Additional information. CLUS is now multithreads project and CCLDoc related part is now all in my hands.
The text was updated successfully, but these errors were encountered: