Skip to content

Commit

Permalink
Support adhoc import of proto files with hyphen.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682207581
  • Loading branch information
The etils Authors committed Oct 4, 2024
1 parent d261493 commit 74f197d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Changelog follow https://keepachangelog.com/ format.

## [Unreleased]

* `epy`: Add frozen dataclass support for `epy.ContextManager`
* `epy`:
* Add frozen dataclass support for `epy.ContextManager`
* Support adhoc import of proto files with hyphen.
* `enp`: Add `ArraySpec` support for `grain.python.SharedMemoryArrays`.

## [1.9.4] - 2024-09-03
Expand Down
7 changes: 7 additions & 0 deletions etils/epy/adhoc_utils/tests/example-hyphen.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
syntax = "proto2";

package etils_test.ecolab.tests.example_hyphen;

message MyMessage {
optional string name = 1;
}

0 comments on commit 74f197d

Please sign in to comment.