Skip to content

Commit

Permalink
Don't use deprecated in parse-only. Fixes: #3423
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Sep 26, 2023
1 parent 83bb951 commit c99114d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Fixed:
- Fixed html character escaping in `interactive.harbor` (#3418, @ghostnumber7)
- Fixed icecast not reconnecting after erroring out while closing connection
in some circumstances (#3427)
- Fixed parse-only mode (#3423)

---

Expand Down
1 change: 1 addition & 0 deletions src/runtime/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ let options =
Arg.Unit
(fun () ->
run_streams := false;
deprecated := false;
parse_only := true),
"Parse scripts but do not type-check and run them." );
( ["-q"; "--quiet"],
Expand Down

0 comments on commit c99114d

Please sign in to comment.