-
Notifications
You must be signed in to change notification settings - Fork 85
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
Iceberg v1.2.0 breaks projects #950
Comments
I have the impression that:
|
I'm checking it now. It is strange because we have a large battery of tests for the metacello integration and we covered such cases |
Is this the expression you used?
|
I used development, else, yes. |
Also, the fact that the project is loaded, it shows that even using the Metacello expression the project is correctly recognized as a filetree project. |
This is weird... I retried and now it exports the right datas... I did it with the same image and same snippet. What is really weird is that before it failed for all my projects: DuneSt/MaterialColors@21219e1 Now it works for all of them. Since I don't know how to reproduce I'll close it. |
I think I found where is the problem in what I have done. Here is a gif showing a problem: I loaded the project MaterialColors via Metacello and a tag. It generated the right files. Then I wanted to commit that to the development branch. Since there is not "merge with branch" repair option, I created a new branch from the tag then I checkout the development branch. After the checkout, the file .project is fine but the .properties is empty. |
When a properties is created it should have the default value.
I tried to use Iceberg v1.2.0 with MDL.
I loaded the project in my image via a Metacello script and Iceberg generated a .project and a .properties file. I committed them and now I cannot reload MDL because I get an error saying that it does not find the baseline.
MDL is a FileTree metadataless repository and I have the impression that since the commit of the files, Iceberg thinks it is a tonel repository.
Commit with the files: DuneSt/MaterialDesignLite@dfe941d
I'll revert those changes for now...
The text was updated successfully, but these errors were encountered: