Markus Schirp
Markus Schirp
While browsing this actions source code I stumbled over the fact that the downloads are unvalidated. https://github.com/haskell/actions/blob/main/setup/src/installer.ts#L208-L209 Yes, its unlikely that someone controls github DNS + can fake an SSL...
In reference to: https://github.com/mbj/unparser/issues/340#issue-1642655373, it appears that parser currently accepts syntax that is rejected in MRI: ```ruby case foo in {"#{"a"}": 1} end ``` This is accepted in recent parser...
On `parser-2.7.1.5` the following is accepted: ```
Reference discussion: http://irclog.whitequark.org/rom-rb/2014-01-15#1389827648-1389828586;
* Before any errors would silently be ignored. * And the DB would be partially initialized. * This created very hard to debug states.
Hi Prism Team, I'm the `unparser` maintainer/author and would like to kindly request a new release from `main` so I can release `unparser` with `prism` as backend (using the translation...