You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Build instructions is incomplete and not fully described. Listed BuildBoot.cmd did not build everything what needed. So - it is completely missed any build automation.
General thoughts about build, after fighting with nitra build, and as result anyway i'm got build error. So i'm even can't report error, 'cause it is possible that there is something wrong in build.
There is exist common assumptions what are violated during by build and current instructions:
Do not require administrative privileges.
Do not change global state.
Provide correct integration to build dependencies (if them should be built).
Do not expose developer environment to build environment or production environment (i.e. do not assume that your developer workflow and configuration are good for others) - this is about magical environment variables, magical install locations. All of them should be collected or passed during build automation.
In facts:
Nemerle dependency is subject to be built because changes in nemerle happens as part of nitra development => provide nemerle build automation.
Reference dependencies by tags or commits. Yours nitra builds should not be becomes to be broken with (upstream) nemerle changes.
Nemerle itself tries to install itself on default install location, at least if it is built with DevBuildQuick-4*.cmd as listed in build instructions.
Visual Studio:
Visual studio integration is important part during development, and as goal of development, but it is completely not needed to build nitra and use nitra during build process of other software. So build VS integration should be optional (and for nemerle too).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Build instructions is incomplete and not fully described. Listed BuildBoot.cmd did not build everything what needed. So - it is completely missed any build automation.
General thoughts about build, after fighting with nitra build, and as result anyway i'm got build error. So i'm even can't report error, 'cause it is possible that there is something wrong in build.
There is exist common assumptions what are violated during by build and current instructions:
In facts:
Visual Studio:
Visual studio integration is important part during development, and as goal of development, but it is completely not needed to build nitra and use nitra during build process of other software. So build VS integration should be optional (and for nemerle too).
The text was updated successfully, but these errors were encountered: