You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node-deb started as a 130 line bash script and then proceeded to get totally out of control, and I learned bash tricks no human should have to learn. Specifically there's a whole bunch of black magic fuckery being done with sed escaping sed output to pass to another sed just to allow for arbitrary substitutions. A """real""" language ain't gonna have these problems.
This ticket is going to dangle for a bit before I attempt this to see if anyone has any strong opinions on why this should stay as bash.
The text was updated successfully, but these errors were encountered:
node-deb
started as a 130 linebash
script and then proceeded to get totally out of control, and I learnedbash
tricks no human should have to learn. Specifically there's a whole bunch of black magic fuckery being done withsed
escapingsed
output to pass to anothersed
just to allow for arbitrary substitutions. A """real""" language ain't gonna have these problems.This ticket is going to dangle for a bit before I attempt this to see if anyone has any strong opinions on why this should stay as
bash
.The text was updated successfully, but these errors were encountered: