Closed tmarble closed 7 years ago
:a
to a
?:pclass this
for the field.:names [a]
instead of :field a
@pmdoll
field1.methodA
or the field of another pclass like field2.field3
syntax error is reported as grammar is ambigous.
(defpclass a []
:fields {:breathing true})
@dcerys i believe the regressions you have found have been addressed in https://github.com/tmarble/pamela/commit/e6469721385450e9f1ed3bbb5d08016cd8d356fa
@dcerys I have just pushed an additional commit to address the issues from yesterday's telecon (please see the commit message).
Removal of plantid will have ripple effects to other components.
@pmdoll do you want to keep :plantid in addition to OR in replacement of :plant-id ?
It is good to inch forward on the name harmonization. Since we agreed to do this in a backwards-compatible way, we should preserve the old attributes while adding the new ones. This will result in some temporary redundancy, but will maintain short-term compatibility.
So, we should do this for :plant-id, :plant-interface, and :plant-part. All new/updated code should be using these new attributes.
Since this is a trivial change, I suggest we leave it as is.
@dcerys I'm not super clear from your previous comments what needs to change in order for the PR to be merged? The formal args for the video function are: [client server display]
and we know that argsmap is NOT guaranteed to be in positional argument order (hence our new design for args-map). Please advise.
@dcerys please review this latest commit.
Please see the commit message and additional comments in #136