Hugo Parente Lima
Hugo Parente Lima
I think using this script in a github action after every PR gets merged will create much noise in the repository.
This is similar to https://github.com/crystal-lang/crystal/issues/9182, i.e. safe uses of `self` in constructor that could be detected by the compiler.
Maybe something like: ```Crystal # @section ../doc/install.md ``` That would create a section (file) in the docs with the file contents interpreted as markdown, the title could be the contents...
Sure, I read again what I wrote and I agree with you, better do the simpler first and wait to see the needs from real world usage.
> However, if you change the C call to instead take the pointer of the proc, you get a error, so I'm not entirely sure what's going on here. [Here](https://crystal-lang.org/reference/1.8/syntax_and_semantics/c_bindings/callbacks.html)...
The `Lib*` objects must be coupled only with other `Lib*` form C libraries it depends, any other coupling must be interpreted as a bug. I mean, must be possible to...
I'm trying to use `Gio::Subprocess` and this issue is now blocking me too 😬. The problem is that the method doesn't have a `DestroyNotify` parameter, so GICrystal doesn't recognize it...
[Avram](https://github.com/luckyframework/avram) models uses macros like these to declare the database columns, so the very useful `Lint/UselessAssign` rule need to be disabled on all models if using Avran 😢.
I didn't know about this option, I'll give it a try, thanks. Was this option introduced with the new behavior? Or was it always there?
Answering to my own question, yes, this options was introduced on 1.6.1. CI here runs an older version and I got: ``` Error: Unable to load config file: Unknown yaml...