Merged
Conversation
- `documentable update` is still broken due to finanalyst/raku-pod-from-cache/issues/4 Each update test will have to be done in a separate file or some similar hack - `use-cache` option has been deleted, so the use of the cache will be enforced.
Before this change we used "filename" attribute to look for the Primary object updated. The problem is that, that "filename" is, in general: - Not unique, there could be two different pod6 files with the same name, but in different subdirectories. - No canonical. For instance, the filename of a Type is X::Something, instead of X/Something.pod6. To avoid these problems we use an absolute path for each pod6 file, `source-path`. `Pod::From::Cache` returns paths relatives to the working directory of the cache, so they need to be converted to `absolute`.
It always used the default (installed alongside Perl6::TypeGraph)
Fix/new cache, close #107
- Documentation is no longer published using circleci. - A new github actions has been set up. This action will be run in new pushes to master and develop, and in PR to master. This actions will: - Build the base container of Documentable - Build a nightly version of Documentable - Publish doc using the nightly version - Run some tests (not implemented yet) - testing-docker action has been supersed by the last one. - Now you can specify what version of Documentable (production or nightly) you want to build using $branch_name buildarg.
Reverts change from bbf9b93.
We generate around 1700 html files, with basically the same menu and submenu for every page (except for the selected entry). With this change, we reduce the processing time of Template::Mustache.
We generate around 1700 html files, with basically the same menu and submenu for every page (except for the selected entry). With this change, we reduce the processing time of Template::Mustache.
Now the default template has two different template specifications, but hey, it's faster.
If you use 'visibility', the contents will expand the parent box leaving a gap. However, 'display' does not render the div block at all. Refs: #117
Feat/use template classic
Pre-population does not work with {{^}} mustache syntax, so
a replacement has to be made in the pre-population templates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed bugs:
Closed issues:
sasscommand... #4Merged pull requests:
templatedirectory #124 (paultcochrane)