Skip to content

Commit

Permalink
Constant bytes <=> char[] conversion should work #1514
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Oct 9, 2024
1 parent bf59efd commit 7a6544b
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 127 deletions.
1 change: 1 addition & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Better error for `int Foo(int a)` declarations #1516
- Improve error message in the case of `MyInterface x = foo;` #1522
- Deprecate `@adhoc`, allow non-nested ad hoc generic types.
- Constant bytes <=> char[] conversion should work #1514.

### Fixes
- `Unsupported int[*] $x = { 1, 2, 3, 4 }` #1489.
Expand Down
Loading

0 comments on commit 7a6544b

Please sign in to comment.