Actions
Bug #11912
closed[WIP] resolv: attempt to fix Resolv::LOC::Coord.create
    Bug #11912:
    [WIP] resolv: attempt to fix Resolv::LOC::Coord.create
  
Description
This seems to have never worked in the first place:
- "$1 < 180" where $1 is a string raises ArgumentError
 - regexps in the assignment for "hemi" reset $1 and clobber $2, $3, $4
 - orientation is a frozen string literal which we append to
 - "$4[[/NS/],1]" has extra braces
 
I'm not sure if I'm fixing this properly, extra eyes appreciated.
Files
Actions