You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package names containing hyphens could be escaped as periods are:
Thoth.Json.Core -> thoth_json_core
thoth-json-codec -> thoth_json_codec
Mapping these symbols to the same character of underscore would prevent having two dependencies that only differ in symbols, so maybe another valid character could be chosen if it is a concern.
Related information
Fable version: 4.19.3
Operating system: OSX
The text was updated successfully, but these errors were encountered:
Description
When generating python for a package like
thoth-json-codec
, the hypens rename in the package name, which triggers a syntax error:Expected and actual results
Package names containing hyphens could be escaped as periods are:
Thoth.Json.Core
->thoth_json_core
thoth-json-codec
->thoth_json_codec
Mapping these symbols to the same character of underscore would prevent having two dependencies that only differ in symbols, so maybe another valid character could be chosen if it is a concern.
Related information
4.19.3
The text was updated successfully, but these errors were encountered: