There was an error while loading. Please reload this page.
1 parent 1979e28 commit ce92ec8Copy full SHA for ce92ec8
1 file changed
CHANGELOG.md
@@ -8,6 +8,11 @@
8
9
**Fixes**:
10
11
+- Report duplicate `import` definitions as an error rather than silently keeping
12
+ the last one. `import a.b` followed by `import c.b` now reports
13
+ `duplicate declarations of b`, matching `let` and `type`; use
14
+ `import d = c.b` to bring in both. (@prql-bot, #6150)
15
+
16
**Documentation**:
17
18
**Web**:
0 commit comments