-
Topics to discuss
- How to build projects from scratch
-
Data storage
- format
-
restrictions and pitfalls
- we cannot use current
format to replay changes
-
ideas
- we could store changes in a compressed format
-
News
- PuppetLabs agreed to install COPE
on their development machines
-
Action items
- Sergii: check Geppetto - PuppetLabs IDE
- Sergii: get Amazon S3 account
-
Blockers
- unclear requirements
- complex problems we might
face in future
-
what we did last week
-
Michael
- IRB stuff
- COPE replayer/rebuilder (command line replayer)
-
Caius
- working on initial project/workspace snapshot
-
Sergii
- worked on how stored data is transferred to the server
-
Mihai
- file manager
-
plan for next week
- present demo of workign COPE after
Danny returns from OOPSLA
-
Mihai is gone for the next two weeks
- comes back on Nov 12th
-
Participants
- Dr. Danny Dig
- Michael Hilton
- Mihai Codoban
- Sergii Shmarkatiuk
-
questions
- how does eclipse processes text input?
-
Michael: do we need to store each
keystroke or one string?
- it makes sense to infer whole string
when user adds new code
- but we need to keep info if
user edits existing code
-
concerns
- we need to be aware
of storage space available
-
Danny: do jar files usually contain version number?
- yes
-
strategy
- getting it to run and then
address the most important issues