Modules with extern names containing periods produce malformed Go code #2045
Labels
lang: golang
Dafny's transpiler to Go and its runtime
part: code-generation
Support for transpiling Dafny to another language. If relevant, add a `lang:` tag
Scratch.go
contains:Arguably this isn't a bug, because this is literally the symbol the user asked for. The intent is just to disable the name mangling that normally adds
_Compile
, though. The given external name works for other target languages, and there doesn't seem to be a way to preserve the original name that does work for Go.The text was updated successfully, but these errors were encountered: