We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Pharo 11 build 735, the code of Iceberg does not correspond to that of the reference commit.
The reference commit of the ‘iceberg’ repository is commit 283403745e94a1d3:
(IceRepository repositoryNamed: 'iceberg') workingCopy referenceCommit id "→ '283403745e94a1d3e6450369f98f4f6d804f6eb6'"
The send of #message: in #commitWithMessage:andParents: on IceGitIndex in the image is:
#message:
#commitWithMessage:andParents:
message: message withUnixLineEndings utf8Encoded asString "FFI is expecting an string";
But in the reference commit it is:
message: message withUnixLineEndings "FFI is expecting an string";
The text was updated successfully, but these errors were encountered:
I encountered this before: issue #16242.
Sorry, something went wrong.
No branches or pull requests
In Pharo 11 build 735, the code of Iceberg does not correspond to that of the reference commit.
The reference commit of the ‘iceberg’ repository is commit 283403745e94a1d3:
The send of
#message:
in#commitWithMessage:andParents:
on IceGitIndex in the image is:But in the reference commit it is:
The text was updated successfully, but these errors were encountered: