Astares

Results 136 issues of Astares

Denis Kudriashov asked on VM channel about a feature to provide a more robust FFI: ![image](https://user-images.githubusercontent.com/5980033/130431771-f2c3b3fc-87c1-4fc6-b5df-92353de23b3b.png)

I get a segmentation fault error on LinuxMint and Ubuntu with latest Pharo 11 ``` lsb_release -a No LSB modules are available. Distributor ID: Linuxmint Description: Linux Mint 21 Release:...

Bug

![image](https://user-images.githubusercontent.com/5980033/188073797-352f84dc-3d75-4438-b6e2-7231f737ad9d.png)

Bug

- there is debugging code left and someone should ask Pablo: ![image](https://user-images.githubusercontent.com/5980033/187775468-b88b79c7-058e-441d-9e68-72eee5841175.png) I guess @tesonep was mentioned here in the unfinished code

Cleanup
fluid

Fix #11587 - implemented #chain and documented ChainProxy based on sample code from @zeroflag together with (clickable) example and tests

Discussion

At ESUG 2022 there was discussed about syntactic sugar to make programming in a functional style easier. Eliminating the (). See https://twitter.com/StOnSoftware/status/1562411468901031937 ![image](https://user-images.githubusercontent.com/5980033/186508723-1a73b9cb-3cd5-4fe2-9d0f-1b919cfd933b.png) ![image](https://user-images.githubusercontent.com/5980033/186508797-7191fa12-5dec-4367-bd49-d5ce66ebc5d0.png) Attila Magyar suggested on Twitter that...

New Feature

- RBLiteralNode class>>#value: checks for the class using equality shouldnt it check for #isArray or #isByteArray to find out if it should use RBLiteralArrayNode or RBLiteralValueNode? I know that the...

Cleanup

Fix #11543 - delete the two tests who use scanToken: - remove unnecessary part in RBScanner(class)>>#on comment - introduce a Deprecated11 package (also in Baseline) - deprecate the two #scanToken:...

tests passed please review!

- the class TViewModelMock3 is in package **"FluidClassBuilder-Tests"** - it is not referenced but used in test class CDFluidClassParserTest which is in a totally different package **"ClassParser-Tests"** We should them...

Cleanup

The iceberg dialogs include the commit hashes when one browses the history. ![image](https://user-images.githubusercontent.com/5980033/185721459-525d7191-87cb-48a7-b475-c659a1d4c50c.png) It would be cool and helpful to have them as **blue hyperlinks** (now in Spec2) and open...

New Feature