[Quantities] erroneous module name for property predicates
For any of the, automatically-generated, property predicates,
e.g. mass? the module shown when we do e.g. info'mass? is
always macros - which is basically the file that Nim considers
to be the current one (= Nim stdlib's macros module), and that's
what we pick by mistake...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
[Quantities] erroneous module name for property predicates For any of the, automatically-generated, property predicates, e.g.
mass?
the module shown when we do e.g.info'mass?
is alwaysmacros
- which is basically the file that Nim considers to be the current one (= Nim stdlib's macros module), and that's what we pick by mistake...https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Quantities.nim#L319
899218c400634b97ff01d8eaab4ba28be8635991