Philipp Schulz

Results 15 comments of Philipp Schulz

I think the fix actually introduced a new bug related to duplicating certain objects derived from abstract structs. The following code leads to an error: ```crystal a = SF::Event::Resized.new b...

> So sounds like separate methods is the way to go? @Hadeweka, able to pick this back up? I could change the pull request to also add `TypeNode#public?`, but as...

So is the consensus to add both `#visibility` and `#public?`/`#private?` to `TypeNode`? If so, I can update my pull request.

Whoops, kind of forgot about this over time, sorry. I actually managed to circumvent the problem for my projects, but if it's still relevant for someone, I could finally update...

I rewrote the pull request (while accidentally force-pushing to the newest Crystal commit to the branch, sorry for that): https://github.com/crystal-lang/crystal/pull/11696

The program from the linked repository runs perfectly fine on WSL on my Surface Pro X (which also has ARM64), as well as on my AMD64 on both Windows (using...

Yep, now I can reproduce it as well. The problem is apparently that two script calls interfere with each other, since they both use the same interpreter. In that case,...

It seems that the shard installation process failed. Do you still have the output from `shards install` or are able to reproduce it? As for the specs: I tried to...

Hm, that doesn't really help. Interesting that there is just no other output at all. Was this also the only output the first time you ran `shards install` for your...

It's clearly stated in the Readme that you need Rake to install Anyolite. I will add a check for Rake into the build process, but generally I'm not responsible for...