gobo
gobo copied to clipboard
The Gobo Eiffel Project provides the Eiffel community with free and portable Eiffel tools and libraries.
This problem is more serious than we have thought: https://github.com/gobo-eiffel/gobo/issues/70#issuecomment-1984503861 Implemented step-wise field path: https://github.com/gobo-eiffel/gobo/issues/70#issuecomment-1975463578
In this branch: https://github.com/joortcom/gobo/tree/detect_diamond in file `/gobo/tool/gedoc/src/gedoc_field_rename_format.e` if we change `HASH_TABLE` to `DS_HASH_TABLE`, the `gec` build program (via `make gobo`) will segfault. While ISE build program runs fine (via `make...
Hi, I want to find all the renamed attributes of a (AST processed) class in the gec compiler: I have checked et_class.e and found this navigation: ET_CLASS.queries: ET_QUERY_LIST ET_QUERY.is_attribute but...
I don't know if it can compile everything in EiffelVision2, but I have an application which uses some parts of it and I managed to compile and run it under...
@ebezault Hi Eric, I'd like hear what you think of this paper: https://github.com/joortcom/eiffel_rename https://github.com/joortcom/eiffel_rename/blob/main/eiffel_rename.pdf 1) is it a real flaw in the Eiffel's renaming mechanism in this diamond problem? 2)...
On this document (http://www.gobosoft.com/eiffel/gobo/geant/introduction.html) said: ``` The following script covers 90% of the cases people use geant for. It inherits the Gobo default tasks and only adds project specific info:...
A bunch of htmls but there is no index.html. Don't know where to start reading at all. And after reading all of these htmls of geant, I still have no...
This is what I also wanted to ask. Is it forced to use with Eiffel Studio? Could I use any other text editors? https://github.com/gobo-eiffel/gobo/issues/53
Different from the previous: https://github.com/gobo-eiffel/gobo/issues/58 It's Pelles C. See: http://www.smorgasbordet.com/pellesc/ There used to be a request to support Pelles C, but closed: https://github.com/gobo-eiffel/gobo/issues/54 Pelles C is very similar to MSVC....
It's another endeavor, don't confuse with the previous endeavor with BCC of me. Here is this compiler: https://github.com/LADSoft/OrangeC I have created occ.cfg and modified bootstrap.bat to add occ. I could...