Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit31967a5

Browse files
normalize range.filename in TaskPickle
1 parentbdab4e0 commit31967a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/fsharp/TastPickle.fs‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,12 @@ let p_ident (x: Ident) st = p_tup2 p_string p_range (x.idText,x.idRange) st
12281228
letp_xmldoc(XmlDoc x)st= p_array p_string x st
12291229

12301230
letu_pos st=leta= u_int stinletb= u_int stin mkPos a b
1231-
letu_range st=leta= u_string stinletb= u_pos stinletc= u_pos stin mkRange a b c
1231+
1232+
letu_range st=
1233+
leta= u_string st
1234+
letb= u_pos st
1235+
letc= u_pos st
1236+
mkRange(if isNull athennullelsetry System.IO.Path.GetFullPath awith_-> a) b c
12321237

12331238
// Most ranges (e.g. on optimization expressions) can be elided from stored data
12341239
letu_dummy_range:range unpickler=fun _st-> range0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp