Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Status update

> I have implemented some file system support features. You can have a look at latest code at my github code repository. Here is the link https://github.com/fjodorver/flux/tree/fs, branch name is “fs”.

Which features did you implement?
“created prototype” as a commit message doesn’t reveal much information about the work that you’ve done… ;-)

I have integrated the flux-watcher library into the eclipse flux codebase.
Currently class org.eclipse.flux.Repository used like an adepter between eclipse flux and watcher library. I am not sure that is it correct or you can propose a better approach.
It generally works but there are some issues related to live editing.
For example, Eclipse editor is not updating file when this file has been changed online in web editor. Eclipse shows "File changed" dialog.

Also, I had rewritten repository history, and spitted that huge commit into small ones. You can have a look at "fs" branch.


--
Thanks,
Fjodor

Back to the top