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

sent but not implemented in Seaside 3.1.3 #44

Closed
dalehenrich opened this issue Sep 14, 2014 · 2 comments
Closed

sent but not implemented in Seaside 3.1.3 #44

dalehenrich opened this issue Sep 14, 2014 · 2 comments
Labels

Comments

@dalehenrich
Copy link
Member

gsUpdater tests reveal sent but not implemented messages:

  • 'Sent but not implemented: #''addDeferredStartupAction:'''
  • 'Sent but not implemented: #''getPng:'''
  • 'Sent but not implemented: #''getGif:'''
@dalehenrich
Copy link
Member Author

Here's the load script:

Gofer new
  package: 'GsUpgrader-Core';
  repository: (MCDirectoryRepository new 
                 directory: (ServerFileDirectory on: '${BASE}/monticello'));
  load.
(Smalltalk at: #GsUpgrader) upgradeGrease.
GsDeployer deploy: [
  Metacello new
    baseline: 'Seaside3';
    repository: 'github://GsDevKit/Seaside31:v3.1.3-gs/repository';
    onLock: [:ex | ex honor];
    load: #('CI') ].

@jbrichau
Copy link
Member

They're actually sent by Zinc. I moved the issue over there

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

No branches or pull requests

2 participants