We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48cd06 commit 45fae54Copy full SHA for 45fae54
1 file changed
Clojure/Clojure/Lib/RT.cs
@@ -428,17 +428,7 @@ static RT()
428
ScriptRuntime env = new(setup);
429
env.GetEngine("clj");
430
431
- // Having a problem locating the Clojure.resources.dll (dynamically generated) when running with CLR hosted in a non-managed app (such as a C++ app),
432
- // so I'm going to try loading it here, and if it fails, we'll just hope the resources are available on the standard file search path.
433
-
434
- try
435
- {
436
- _versionProperties.LoadFromString(clojure.lang.Properties.Resources.version);
437
- }
438
- catch
439
440
- _versionProperties.LoadFromString("0.0.0");
441
+ _versionProperties.LoadFromString(clojure.lang.Properties.Resources.version);
442
443
Keyword arglistskw = Keyword.intern(null, "arglists");
444
Symbol namesym = Symbol.intern("name");
0 commit comments