diff options
author | Eduardo Julian | 2019-04-16 18:47:13 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-16 18:47:13 -0400 |
commit | 42248854f0cb5e3364e6aae25527cee65cbda3e8 (patch) | |
tree | c0a8c65fb8dc11d85cca22fe03182f39bf22ef1a /stdlib/source/lux/world/net/udp.old.lux | |
parent | afddac31e065ae1df0c7c78cc2ce6d13b01896c6 (diff) |
The old compiler is now identified with "old" instead of "jvm". This should help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/world/net/udp.old.lux (renamed from stdlib/source/lux/world/net/udp.jvm.lux) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/world/net/udp.jvm.lux b/stdlib/source/lux/world/net/udp.old.lux index 497ed6893..9c58404fb 100644 --- a/stdlib/source/lux/world/net/udp.jvm.lux +++ b/stdlib/source/lux/world/net/udp.old.lux @@ -74,7 +74,7 @@ [write //.can-write] [close //.can-close]))))) -(`` (for {(~~ (static host.jvm)) +(`` (for {(~~ (static host.old)) (as-is (def: (resolve address) (-> //.Address (IO (Error InetAddress))) (do (error.with io.monad) |