Emanuel Saldaño

Marcelo Saldaño (16 May 1985 – 25 January 2014) was an Argentine road racing cyclist and track cyclist for amateur team Forjar Salud UOM.[1][2]

Emanuel Saldaño
Personal information
Full nameEmanuel Saldaño
NicknameChino
Born(1985-05-16)16 May 1985
San Juan, Argentina
Died25 January 2014(2014-01-25) (aged 28)
Team information
Current teamForjar Salud UOM
DisciplineRoad, Track
RoleRider
Rider typeAll-rounder
Major wins
Vuelta a Lavalle, 1 Stage (2009)
Giro del Sol (2010)
 Argentina National Road Race Champion (2011)

Born in San Juan, he was the Argentine 2011 national road race champion.[3]

Palmares

  • Vuelta a San Juan - 1 stage (2006)
  • Vuelta a la Bebida - 1 stage (2009)
  • Vuelta a Lavalle - 1 stage (2009)
  • Vuelta a San Juan - 1 stage (2010)
  • Giro del Sol - 1 stage & Overall (2010)
  • Vuelta de Albardón (2010)
  • Doble Chepes - 1 stage (2011)
  •  Argentina National Road Race Champion (2011)
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

  1. "El lugar de encuentro del Ciclismo Argentino". Ciclismo XXI. Retrieved 2014-01-26.
  2. "Emanuel Saldaño Dies After Traffic Accident". Cyclingnews.com. 2014-01-21. Retrieved 2014-01-26.
  3. "Neositios | Crear sitio web gratis con Neositios". Sprintfinal.neositios.com. Retrieved 2014-01-26.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.