summary refs log tree commit diff stats
path: root/compiler/msgs.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r--compiler/msgs.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim
index 08be515d1..5b75596b8 100644
--- a/compiler/msgs.nim
+++ b/compiler/msgs.nim
@@ -629,9 +629,9 @@ proc quotedFilename*(i: TLineInfo): Rope =
 ropes.errorHandler = proc (err: RopesError, msg: string, useWarning: bool) =
   case err
   of rInvalidFormatStr:
-    internalError(newConfigRef(), "ropes: invalid format string: " & msg)
+    internalError(newPartialConfigRef(), "ropes: invalid format string: " & msg)
   of rCannotOpenFile:
-    rawMessage(newConfigRef(), if useWarning: warnCannotOpenFile else: errCannotOpenFile, msg)
+    rawMessage(newPartialConfigRef(), if useWarning: warnCannotOpenFile else: errCannotOpenFile, msg)
 
 proc listWarnings*(conf: ConfigRef) =
   msgWriteln("Warnings:")
ersist.cc?h=main&id=5aa38b5237b60795fb119165993e80bd2e906555'>^
e4630643 ^



614ea44b ^
e4630643 ^
13ba3def ^
aa088845 ^
5c7ed3d6 ^







13ba3def ^




614ea44b ^
13ba3def ^











614ea44b ^
13ba3def ^








96db91f8 ^

e4630643 ^

13ba3def ^
e4630643 ^
aa088845 ^


614ea44b ^
5c7ed3d6 ^

614ea44b ^
de92036d ^
13ba3def ^

5aa38b52 ^
13ba3def ^
614ea44b ^
13ba3def ^
35064671 ^
13ba3def ^

5aa38b52 ^






5c7ed3d6 ^





5aa38b52 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92