24 Mar 2024
[Coke]_ ok 00:05
coleman This will need a PR to push an additional tag on CI 00:13
whipping it up
Geth doc-website/docs-dev-trunk: 71f195e4fa | (Coleman McFarland)++ | 2 files
Publish a "docs-dev" tagged image

On every push to a git branch called "docs-dev", a container tagged with "docs-dev" will be pushed, overwriting the existing image.
Commits to main (via PRs) will continue to publish to the "latest" tag.
00:18
doc-website: dontlaugh++ created pull request #355:
Publish a "docs-dev" tagged image
00:20
coleman rebooting docs-dev 00:34
Kindly take a look when you can github.com/Raku/doc-website/pull/355 01:00
Geth doc-website/main: 71f195e4fa | (Coleman McFarland)++ | 2 files
Publish a "docs-dev" tagged image

On every push to a git branch called "docs-dev", a container tagged with "docs-dev" will be pushed, overwriting the existing image.
Commits to main (via PRs) will continue to publish to the "latest" tag.
16:34
doc-website/main: 2a1efccac4 | (Coleman McFarland)++ (committed using GitHub Web editor) | 2 files
Merge pull request #355 from Raku/docs-dev-trunk

Publish a "docs-dev" tagged image
25 Mar 2024
doc-website/docs-dev: ca2506eee0 | finanalyst++ | 3 files
Start creating EBook mode

  - the aim of this node is to create an epub version of the Raku Documentation suite
  - An epub can be described as a web site encapsulated into a file.
  - See issue #356 for initial design goals.
10:09
doc-website: finanalyst++ created pull request #357:
Start creating EBook mode
doc-website/main: e14f7516eb | (Richard Hainsworth)++ (committed using GitHub Web editor) | 3 files
Start creating EBook mode (#357)

  - the aim of this node is to create an epub version of the Raku Documentation suite
  - An epub can be described as a web site encapsulated into a file.
  - See issue #356 for initial design goals.
20:43
doc-website/docs-dev: ca2506eee0 | finanalyst++ | 3 files
Start creating EBook mode

  - the aim of this node is to create an epub version of the Raku Documentation suite
  - An epub can be described as a web site encapsulated into a file.
  - See issue #356 for initial design goals.
20:54
27 Mar 2024
¦ doc-website: coke self-assigned In-page search broken on mac github.com/Raku/doc-website/issues/344 21:56
29 Mar 2024
doc/main: 41a8f0b616 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | doc/Language/phasers.rakudoc
LAST phaser will not executed after a `return`

Instigated by github.com/rakudo/rakudo/issues/5542
13:48
doc-website/refactor_tablemanager_secondaries: a59640278f | finanalyst++ | 4 files
Routines table had some incorrect escaping and hard-coded HTML

  - Some routine names, eg `<?>`, were not HTML escaped
  - The routines dataset was no generic enough
  - Dataset created in *secondaries* and used in *tablemanager*
  - Refactored secondaries and tablemanager plugins.
23:46
doc-website: finanalyst++ created pull request #360:
Routines table had some incorrect escaping and hard-coded HTML
23:47
30 Mar 2024
doc-website/sqlite_db_routines: 80922ce7d9 | finanalyst++ | 7 files
First step to issue #359, no change to the HTML output

  - add sqlite-db plugin
  - plugin accesses the dataset created for the Routines page in the website
  - the data is formatted into the rows of an sqlite table
  - the completed sqlite database is output into a filename specified in the `configs/03-plugin-options.raku` config file, so changing the value of the `db-filename` field of the `sqlite-db` sub-hash changes the output file name.
  - the sqlite file is moved by Collection to a directory defined by 'database-dir' relative to the directory in which Collection runs. As set up here, the directory sqlite_dir will be at the same level as the existing renedered_html
09:46
doc-website: finanalyst++ created pull request #361:
First step to issue #359, no change to the HTML output
doc: greenfork++ created pull request #4444:
unicode_entry: fix unicode code to U2282 for ⊂
18:22
doc/main: 5fd0882026 | (Dmitry Matveyev)++ (committed using GitHub Web editor) | doc/Language/unicode_entry.rakudoc
unicode_entry: fix unicode code to U2282 for ⊂ (#4444)
18:24
31 Mar 2024
doc/main: c09ea754e2 | (Will Coleda)++ | doc/Type/Rat.rakudoc
slightly clarify when coercion happens

librasteve++
Closes #4445
00:29
doc-website/sqlite_db_routines: 6875093d17 | finanalyst++ | 2 files
Separate out schema from data

  - data is now in filename specified in plugin config
22:05
3 Apr 2024
doc-website/main: c782dd4a5c | (Richard Hainsworth)++ (committed using GitHub Web editor) | 8 files
First step to issue #359, no change to the HTML output (#361)

  * First step to issue #359, no change to the HTML output
  - add sqlite-db plugin
  - plugin accesses the dataset created for the Routines page in the website
  - the data is formatted into the rows of an sqlite table
  - the completed sqlite database is output into a filename specified in the `configs/03-plugin-options.raku` config file, so changing the value of the `db-filename` field of the `sqlite-db` sub-hash changes the output file name.
  - the sqlite file is moved by Collection to a directory defined by 'database-dir' relative to the directory in which Collection runs. As set up here, the directory sqlite_dir will be at the same level as the existing renedered_html
  * Separate out schema from data
  - data is now in filename specified in plugin config
09:56
11 Apr 2024
[Coke] raku/examples is still using "htmlify", like the old raku/doc 13:42
github.com/Raku/examples/pull/89#i...2050374200 - Do we want to take the temperature of the room on shutting down the examples page? 22:26
s/page/site/ 22:28
13 Apr 2024
coleman seems fine; i've never visited it, myself 01:12
18 Apr 2024
Geth ¦ doc-website: coke assigned to finanalyst Issue RAKUDO_OPT does not appear to be searchable github.com/Raku/doc-website/issues/362 13:22
[Coke] ^^ it is searchable, but is hidden behind one of the many new search options 13:25
so let's unhide it.
Geth doc: 0rir++ created pull request #4447:
Add return type to Real .round
15:43
19 Apr 2024
doc/main: 4bcbd5274b | (Will Coleda)++ | 2 files
Clean up Int vs. Real example slightly

Fixes #4446
17:31
[Coke] github.com/Raku/doc/issues/4443 - complain that docs say list but functions return Seq - this is similar to the defined issue that just came up 17:35
Are we actually committing to returning just a Positional here? 17:36
lizmat you mean, in the code, or in the documentation? 17:37
[Coke] code. 23:37
and spec
20 Apr 2024
Geth doc-website/make_indexed_things_searchable_by_default: 211061a931 | finanalyst++ | Website/plugins/options-search/options-search.js
resolve issues #342 & #362 make indexed things searchable

  - previous default was not to make them searchable (because too many things were duplicated)
  - the duplicates have now been reduced.
  - users who have used the site before will need to remove the localstorage to over-ride the previous default.
20:12
doc-website: finanalyst++ created pull request #363:
resolve issues #342 & #362 make indexed things searchable
22 Apr 2024
doc-website/docs-dev: ca2506eee0 | finanalyst++ | 3 files
Start creating EBook mode

  - the aim of this node is to create an epub version of the Raku Documentation suite
  - An epub can be described as a web site encapsulated into a file.
  - See issue #356 for initial design goals.
14:58
doc-website/docs-dev: 45e1bd0b8c | finanalyst++ | 6 files
resolves issue #316 adds commit id & date to files

  - uses new Collection functionality to gather information about each file rendered
  - information added at bottom and in 'edit button' on right
doc-website: finanalyst++ created pull request #364:
Docs dev
15:02
23 Apr 2024
doc-website/docs-dev: fc0691659b | finanalyst++ | META6.json
bump versions for Collection and Raku-Pod-Render
12:17