Brian J. Cardiff

Results 217 comments of Brian J. Cardiff

Ok, let's make the doc tool generate the sitemap if instructed so. But it will need to know about the base url. `$ crystal docs --sitemap-base-url=https://crystal-lang.org/api/VERSION/` or something alike. Then...

The canonical-base-url is `/latest` always. If there is no need to have a canonical-base then that setting might go away. And they are different concerns.

I have explored how to integrate the interpreter and some other ideas in https://github.com/bcardiff/icrystal . Without this project I wouldn't have been able to start that exploration. Thanks!

Maybe the example is no longer valid for some reason. But the specs works as expected. Even if you unroll the loop. ```crystal require "weak_ref" private class State @@count =...

`FSWatch.watch` will not block the main fiber. I think the program is finishing right away.

Validated with ``` % crystal --version Crystal 1.11.2 (2024-01-18) LLVM: 17.0.6 Default target: aarch64-apple-darwin23.2.0 % brew info fswatch ==> fswatch: stable 1.17.1 (bottled) ``` macOS 14.2.1 (23C71)

Single thread or multi thread? I'll try to repro tomorrow

It seems that there is an issue with crystal 1.11.x . The specs don't even finish to run which is consistent with your experience with kemal. @robacarp can you check...

(Half) Found it! I bisected the problem to https://github.com/crystal-lang/crystal/pull/14130 I am not sure why that is causing issues yet. But the good thing is that at least for now you...

Note that there is a spec failing since 0.28.0. I didn't dig deeper into that. The CI is a bit outdated and the issue wasn't noticed up until today AFAIK....