White River Valley Conference

The White River Valley Conference was a short-lived athletic conference in southwestern Indiana. The conference started off well, sponsoring both varsity and junior varsity contests mainly in basketball and track.[1] However, after three years, Bloomfield would leave to help found the Southwestern Indiana Athletic Conference.[2] The year after, Spencer followed suit. This caused Clay City to rejoin their county conference, leaving the remaining four schools (all in Greene County) to do the same.

Members

School Location Mascot Colors County Year Joined Previous Conference Year Left Conference Joined
Bloomfield1 Bloomfield Cardinals           28
Greene
1936 Greene County 1939 SW Indiana
Clay
City
2
Clay City Eels           11
Clay
1936 Clay County 1940 Clay County
Jasonville Jasonville Yellow Jackets           28
Greene
1936 Greene County 1940 Greene County
Lyons Lyons Lions           28
Greene
1936 Greene County 1940 Greene County
Midland Midland Middies           28
Greene
1936 Greene County 1940 Greene County
Spencer Spencer Cops           60
Owen
1936 Tri-County (Central) 1940 SW Indiana
Switz City Switz City Switzers           28
Greene
1936 Greene County 1940 Greene County
gollark: How do you know your password is the right one?
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?

References

  1. "Week in Gymnasium in Switz City". Linton (IN) Daily Citizen. 1938-01-11. Retrieved 2017-11-03.
  2. "Through The Years". Spencer (IN) Evening World. 2014-02-17. Retrieved 2018-02-28.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.