David Emanuel Santiago

Results 10 comments of David Emanuel Santiago

@vrurg I'm not able to reproduce the sigsegv anymore: ```demanuel@archlinux ~ > raku bug.raku :1: HTML parser error : Document is empty ^ in block at bug.raku line 3 demanuel@archlinux...

@xliff i don't understand the questions. It's failing when it's trying to create a new database handler. There's no .new call to be made.

> Is line 188 itself inside an `END` block?: > No. I removed all the end blocks from my code (not libs) and i still got the message. It doesn't...

Code attached to this comment: bug.tar.gz. Please note that the file is 8.7MiB and contains a sqlite database with 36MiB when uncompressed. (Probably most of the entries in the articles...

Now i feel stupid. I still don't understand how i could have done that stupid mistake. @Util , I thought the error message i was for `END {}` phaser. I...

> `END` phasers don't need the block, just the keyword `END`. Consider this code: I didn't know that. That explains the issue! Thanks for the explanation! I'm now following the...

I can reproduce this with the latest rakudo version. My firefox takes ages to load the report, and the report is mostly unusable.

Now lots of modules either throw the error `New type Block for List is not a mixin type` or just sigsegv: ``` demanuel@archlinux ~/P/R/App-Feeds (master)> raku Welcome to Rakudo™ v2024.04....

Deleted the folder `~/.raku` and rebuilded it from scratch. zef is now working. However now DBIish isn't installing - DBIish: demanuel@archlinux ~> zef install DBIish zef install DBIish ===> Searching...