This is actually not new, the command is there for a long time, but it is one of those things that help and you keep forgetting about. It works by searching your code for comments with specific keywords, the default is searching for FIXME, OPTIMIZE and TODO. You can add more tags either by using…
Month: January 2023
Ruby 3.2.0 released with WASI, YJIT, RegExp improvements, …
Last 25 of December while we were all celebrating with our families the Ruby core team released our Christmas gift. The release 3.2.0 of Ruby is faster and brought some amazing tools for us. WebAssembly support Ruby 3.2.0 added initial support for WebAssembly through WASI, this allows running CRuby in a web browser, for example…