Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code with class pragmas is not displayed #19

Open
zecke opened this issue Dec 26, 2012 · 3 comments
Open

Code with class pragmas is not displayed #19

zecke opened this issue Dec 26, 2012 · 3 comments
Assignees

Comments

@zecke
Copy link

zecke commented Dec 26, 2012

In GST syntax code like this can be written.

Object subclass: ABC [
<callMyFunction: 3>

ABC class >> callMyFunction: aNr []
]

the 'init' is not shown anywhere, it doesn't appear to be possible to create such init code with shampoo.

@dmatveev
Copy link
Owner

Hello Holger,

'init' is not shown here too, btw. :)

@dmatveev
Copy link
Owner

Holger,

Just tested on the git snapshot. Sockets package' AbstractSocketImpl>>accept:peer:addrLen: has pragmas and is displayed well.

@ghost ghost assigned dmatveev Apr 29, 2013
@zecke
Copy link
Author

zecke commented Apr 29, 2013

sigh I am missing something in the above and I don't remember what. Maybe I wondered about:

GSM48FixedSizeIE subclass: GSM48SimpleTag [
<gsmIeMask: 16rF0>
<gsmValueLength: 0>
]

please close the ticket. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants