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

No able to view / compile Pharo 3 / Pharo 4 code in Seaside (3.1) #837

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try to edit code in Halos and then save

What is the expected output? What do you see instead?

in Pharo 3.0 I get an error
   MessageNotUnderstood: receiver of "generateWithSource" is nil
   Your request could not be completed. An exception occurred.

in 4.0 I cannot see the code only to allow me to edit
incidentally when trying to install seaside in Pharo 4.0 I get the exception / 
error
  This package depends on the following classes: 
    ContextPart 
  You must resolve these dependencies before you will be able to load these
   definitions: 
    localAt: 
    localAt:put: 
    localSize 
    serialiseOn: 
  Select Proceed to continue, or close this window to cancel the operation.   

Please provide any additional information below.

I am using Windows 7

Original issue reported on code.google.com by sanjay.m...@gmail.com on 12 Dec 2014 at 5:56

@GoogleCodeExporter
Copy link
Author

Also happens with pharo3 that if you edit code via halos, for example, 
initialize method, I get the debugger opened telling me: Unknown variable 
initialize, which is just the method name I am modifying, and when it does not 
fail, it replaces the whole method by   self methodHasNoSourceCode, so halos are 
totally unusable in my case.

Original comment by StormB...@gmail.com on 7 Jan 2015 at 11:30

  • Added labels: ****
  • Removed labels: ****

@marschall
Copy link
Contributor

Name: Seaside-Pharo-Development-pmm.92
Author: pmm
Time: 17 July 2015, 11:25:20.105376 am
UUID: 431424dd-39bf-494e-9c45-4ead83739a8b
Ancestors: Seaside-Pharo-Development-pmm.91

#837 No able to view / compile Pharo 3 / Pharo 4 code in Seaside (3.1)

  • fix MNU when editing a method without selecting a protocol first
  • source still lost in Pharo 4

@marschall marschall added this to the Seaside 3.2 milestone Jul 17, 2015
@marschall marschall self-assigned this Jul 17, 2015
@marschall
Copy link
Contributor

Name: Seaside-Pharo-Development-pmm.94
Author: pmm
Time: 17 July 2015, 11:44:38.522805 am
UUID: 1ff7ea9a-2904-4ae5-89e1-91b8413bf5eb
Ancestors: Seaside-Pharo-Development-pmm.93

#837 No able to view / compile Pharo 3 / Pharo 4 code in Seaside (3.1)

  • source no longer lost in Pharo 4

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

No branches or pull requests

2 participants