10:47
librasteve_ joined
|
|||
ds7832 | docs.raku.org/language/typesystem#Undefinedness - Here it reads: "Instances of objects created by .CREATE are by convention defined. The method .defined will return Bool::True to indicate definedness. The exceptions to that rule are Nil and Failure." This seems to be out of date with regard to Nil: | 15:12 | |
m: my $n = Nil.CREATE; $n.defined | |||
... gives `True` in the REPL | 15:13 | ||
I'm not sure though if there are other relevant intricacies about Nil, so I don't think it makes sense for me to make a PR on this subject. | 15:17 | ||
15:57
librasteve_ left
|
|||
Geth | doc: schultzdavid++ created pull request #4630: In `operators.rakudoc#infix_.=`, clarify usage of infix & postfix operator, and add link |
16:21 | |
[Coke] | ... that's weird, as Nil.CREATE just returns a regular Nil as far as dd is concerned. | 17:07 | |
Geth | doc/main: b7bf95d077 | schultzdavid++ (committed using GitHub Web editor) | doc/Language/operators.rakudoc In `operators.rakudoc#infix_.=`, make clearer the distinction between postfix and infix operator, and link Rephrased some parts; added a link to the postfix counterpart of infix `.=`; updated the error message from the second code example. The overall code example is now slightly more verbose. I think this is justified because it's the first example in the section `Dotty infix precedence`. |
17:20 | |
doc/main: 2a71ddfcd0 | librasteve++ (committed using GitHub Web editor) | doc/Language/operators.rakudoc Merge pull request #4630 from schultzdavid/patch-3 In `operators.rakudoc#infix_.=`, clarify usage of infix & postfix operator, and add link |
|||
doc/coke-ci: 6034312e66 | (Will Coleda)++ (committed using GitHub Web editor) | .github/workflows/docker-image.yml Create docker-image.yml See if we can run the tests automatically |
17:29 | ||
doc/rakuast: b4f982c6bb | (Will Coleda)++ | 2 files WIP |
17:34 | ||
doc/type-links: a06167b58e | (Will Coleda)++ | 2 files Add test for Type link formatting. Accepted formatting is, e.g.: L<C<Int>|/type/Int> Fixup doc/Type/Bool to pass the test. |
|||
doc/cursor_var: 9ec4c8fb6c | (Will Coleda)++ | doc/Language/variables.rakudoc Add $¢ to the list of always available lexical var |
|||
doc/cursor_var: b27c0b5c40 | (Will Coleda)++ | doc/Language/variables.rakudoc Clarify "always" dontlaugh++ |
|||
doc/repl: 5 commits pushed by (Will Coleda)++ | |||
doc/add_announcements_page: 5 commits pushed by finanalyst++, (Will Coleda)++ | |||
doc/test-web-docs: cac3e4f1d3 | (Will Coleda)++ | 2 files Add utility to test doc-website templates |
|||
doc/test-web-docs: 8576507de8 | (Will Coleda)++ | util/test-website.raku add synopsis |
|||
doc/buf-examples: 632c4db78b | (Will Coleda)++ | doc/Type/Buf.rakudoc Cleanup examples and some text Closes #4264 |
|||
doc/tonyo/dists-update: 165562c2a7 | tonyo++ | doc/Language/modules.rakudoc mention dist tools |
|||
doc/tonyo/dists-update: 03da80d9d0 | (Will Coleda)++ | xt/pws/code.pws new word |
|||
doc/0racle-dir-order: 6b3ce78dda | 0racle++ (committed using GitHub Web editor) | doc/Type/IO/Path.rakudoc Mention ordering from dir is arbitrary Question came up in raku-beginner Discord about why `dir` was returning files in a "strange order", and it was noted the docs do not mention this. |
|||
doc/ctest-rm: 5d4da9ae61 | (Will Coleda)++ | Makefile Remove ctest target The minimum we should be running is 'test' |
17:36 | ||
[Coke] | ... oof. apologies for that branch spam | ||
Pushed too much of the history on that, wow. | |||
Geth | doc/main: 3727f0bf7d | (Will Coleda)++ | doc/Language/glossary.rakudoc Remove "perl" reference that was missed. |
17:45 | |
[Coke] | That perl dodged a lot of bullets... | 17:49 | |
Geth | doc/main: edbc5f0fe1 | (Will Coleda)++ | .github/workflows/test.yml Track branch rename |
22:09 | |
doc/coke/test: 8c116b5866 | (Will Coleda)++ | doc/Language/faq.rakudoc WIP |
22:12 | ||
doc: coke++ created pull request #4632: WIP |
22:13 | ||
[Coke] | Wonder how long it's been since we had the test suite run on commits & PRs, oops | ||
at least since master -> main change. | |||
Geth | doc/main: fec3a60fc3 | (Will Coleda)++ | .github/workflows/test.yml Update to a recent docker image that also has the modules installed we need |
22:23 | |
doc/coke/test: 03b303423a | (Will Coleda)++ | doc/Language/faq.rakudoc WIP |
22:26 | ||
doc/coke/test: f86ec06f0b | (Will Coleda)++ | util/github-action-test.sh track docker image change |
22:30 | ||
doc/main: ab69fe5cd6 | (Will Coleda)++ | util/github-action-test.sh track docker image change |
|||
doc/coke/test: 4a60c56fa7 | (Will Coleda)++ | doc/Language/pod.rakudoc WIP |
22:31 | ||
[Coke] | ok, I don't know what jj had in his image, will have to poke around more tomorrow. The action is *running* now, but can't find any tests to run. | 22:32 | |
ah, just had to whinge about it. Missing the working dir, is all. (wonder how that ever worked?) | 22:39 | ||
also WOW is this slow. :( | 22:47 | ||
Geth | doc/main: afe25c7c12 | (Will Coleda)++ | util/github-action-test.sh Fix test runner - needs working dir also Needs RAKULIB explicitly these days |
23:00 | |
doc/coke/test: a61e2493ea | (Will Coleda)++ | doc/Language/faq.rakudoc WIP |
|||
doc/main: 6edbf42904 | (Will Coleda)++ | .github/workflows/test.yml try to avoid git error in actions.. |
23:05 | ||
doc/coke/test: 45c27449ed | (Will Coleda)++ | doc/Language/faq.rakudoc WIP |
23:07 | ||
doc/coke/test: 1155199f4a | (Will Coleda)++ | doc/Language/faq.rakudoc WIP |
23:10 | ||
[Coke] | ok, there was also some weird git issue in the container, had to RUN git config --global --add safe.directory /test in the container | 23:11 | |
Geth | doc/main: 30fa4a2408 | (Will Coleda)++ | 14 files Test several more things by default |
23:23 | |
doc/coke/test: 6e824ad045 | (Will Coleda)++ | doc/Language/faq.rakudoc WIP |
|||
doc: tbrowder++ created pull request #4633: Fix setbagmix |
|||
[Coke] | Moved a bunch of xt/ tests over into t. Goal: have everything in t that isn't ridiculously slow. We had at one point kept things out that would "make it hard" for people submitting patches, but we don't many of those, and they all seem amenable to fixing issues before submittal. | 23:25 | |
Geth | ¦ doc: coke self-assigned old docker file in test.yml github.com/Raku/doc/issues/4631 | 23:31 | |
¦ doc: coke self-assigned Allow test action to only test changed files github.com/Raku/doc/issues/4634 | 23:33 | ||
doc/main: a5133c4355 | (Will Coleda)++ | 2 files Try to only test changed files |
23:39 | ||
doc/coke/test: 2df766c074 | (Will Coleda)++ | doc/Language/variables.rakudoc WIP |
|||
doc/main: 8f2063132d | (Will Coleda)++ | .github/workflows/test.yml Try to only test changed files |
23:50 | ||
doc/coke/test: f17bbc9486 | (Will Coleda)++ | doc/Language/variables.rakudoc WIP |
23:51 | ||
doc/main: b1f82c171b | (Will Coleda)++ | util/github-action-test.sh allow for multiple files |
23:53 | ||
doc/coke/test: b0f5e1edf2 | (Will Coleda)++ | doc/Language/variables.rakudoc WIP |
|||
doc/main: d38789f1cf | (Will Coleda)++ | doc/Language/faq.rakudoc introduce deliberate t/ failure test github action |
23:55 | ||
doc/main: 97706d7a37 | (Will Coleda)++ | doc/Language/faq.rakudoc Revert "introduce deliberate t/ failure" This reverts commit d38789f1cf317f7890e7a6dd03f3967916e80744. |
23:56 | ||
[Coke] | tested, works on PRs and commits. | 23:57 | |
only testing changed items, runtime of tests down to about 30s instead of 5m. | 23:58 | ||
github.com/Raku/doc/actions/workflows/test.yml |