Skip to content

stata builder bugs #149

@zhizhongpu

Description

@zhizhongpu

Opening this issue to report two bugs with the stata builder:

  1. whenever a do file contains a name with . in the filename before .do, scons raises an uninformative error
    • demo: 61c6ad4
    • this only affects stata. for example, renaming build.py into build.v2.py is fine
    • expected behavior: scons does not raise an error, or at least raises an informative error
  2. when a do file raises an error but all outputs/targets are produced, scons does not raise this error
    • demo: 6ce5c64
    • this only affects stata. for example, having a failed assertion at the end of a python script does induce a scons error
    • expected behavior: scons breaks

My OS is MacOS. Python version 3.12. STATA version 19.5

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions