Skip to content

Commit

Permalink
Merge branch 'main' into attribute.declare-with-attr-loc
Browse files Browse the repository at this point in the history
  • Loading branch information
ceastlund authored Mar 14, 2023
2 parents 0241b9a + 3006ef6 commit e394211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ unreleased

- Add `Attribute.declare_with_attr_loc` (#396, @dvulakh)

- Add "ns" and "res" as reserved namespaces(#388, @davesnx)

0.29.1 (14/02/2023)
------------------

Expand Down
4 changes: 3 additions & 1 deletion src/name.ml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ module Reserved_namespaces = struct
let reserve ns = Hashtbl.add_exn tbl ~key:ns ~data:()
let () = reserve "merlin"
let () = reserve "reason"
let () = reserve "refmt"
let () = reserve "refmt" (* reason *)
let () = reserve "ns" (* rescript *)
let () = reserve "res" (* rescript *)
let () = reserve "metaocaml"
let () = reserve "ocamlformat"

Expand Down

0 comments on commit e394211

Please sign in to comment.