-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
4712-Text-Core-package-documentation-and-test #4715
4712-Text-Core-package-documentation-and-test #4715
Conversation
This is cool! |
should we merge this already? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
I suggested some changes to have better logs in the CI in case it fails in the future.
Co-Authored-By: CyrilFerlicot <cyril@ferlicot.me>
Co-Authored-By: CyrilFerlicot <cyril@ferlicot.me>
Co-Authored-By: CyrilFerlicot <cyril@ferlicot.me>
@MarcusDenker About merging, I don't know but I have not finished. Is it ok after merge to add commit to this PR or should I open another PR? |
You can still add commits on the branch, but you’ll need to open a new PR |
@jecisc, I fetched these 3 tiny changes and Iceberg is pulling a full set of changes not related. I specifically asked a pull for these 3 changes. Took too long and I have now unwished changes in my image I will have to pay attention on when commiting. Btw, I can't create a new PR on the same branch. It is refused. Or do I miss something? |
@jecisc , looks like the commit got it way to the existing PR even if merged. But was it merged after all? |
See the comment of TextAttribute. What is still relevant in this comment
|
I propose this new comment for TextAttribute. Once I learn enough of TextAttribute I can amend it.
|
I see the PluggableTextAttribute with no user. Do we need it? Can we deprecate it? |
Should this be merged? I propose to do small PRs that we can merge fast... especially tests and comments |
Yes, you can merge. I will come back to it later then. |
Two tests are failing: testNoUnusedTemporaryVariablesLeft SystemDependenciesTest>>testExternalMorphicDependencies |
Fix the first failing test. The second fail, AFAIK, has nothing to do with my commits in this pull. |
Hilaire I do not get why when I look at the files changed I have ???? |
also SycAbstractAllInstVarAccessorsCommand class |
Ah this is unwished comits. Can you delete these changes? |
No we cannot (for now and the soon future) cherry pick on merge. |
Fix it. |
Thanks Hilaire. |
Did you remove this change @@ -21,7 +21,7 @@ HashAndEqualsTestCase >> setUp [ { #category : #tests } because it looks still there. |
That's correct, I updated the comment. |
Ok |
@@ -1,66 +0,0 @@ | |||
" | |||
I command to launch the Abstract refactorings: create accessors and abstract the direct instance variable uses into accessors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this class removal wanted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand this change. At some point, Iceberg did some unwished changes to my working image. I tried to revert it. Was it a left over, I can't tell for sure.
We have to remove the dependency of WebBrowser from Text, it does not have any sense there. |
Yes this is strange since I did not see the dependencies when I checked the tests. |
Pablo technically can hilaire still do it in his PR or should we create a new issue to fix it. |
TextUrl attribute needs to know about WebBrowser to open an URL, so there is sense. |
@tesonep, what about my previous question?
If so I can open an issue. |
WIP #4712
On TextStream