Skip to content
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

Better windows support #104

Merged
merged 4 commits into from
Feb 21, 2019
Merged

Better windows support #104

merged 4 commits into from
Feb 21, 2019

Conversation

singingknight
Copy link
Contributor

Limit when tsconfig.json is updated

Previously it was updated with windows relative path in files.
Previously the manifests wasn't formatted on update.

@niclashedam
Copy link
Contributor

niclashedam commented Feb 21, 2019

A known bug (character.js timeout) caused the build to fail. I have restarted the build.
Mind that the build will also fail due to the new "format"-check, but we can ignore that for now.

Edit: It might actually be a coincidence that it stops at character.js. Seemingly it is terminated when format task fails. Wait for #99 to get merged, then we can see if the build works.

@@ -62,7 +65,7 @@ function references(directory, pkg, options = {}, additional = []) {
and(endsWith(".ts", ".tsx"), not(endsWith(".d.ts")))
)
]
.map(file => path.relative(directory, file))
.map(file => path.relative(directory, file).replace(/\\/g, "/"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path.relative(directory, file).split(path.sep).join("/")

Copy link
Contributor

@kasperisager kasperisager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@kasperisager kasperisager merged commit 89a493b into master Feb 21, 2019
@kasperisager kasperisager deleted the better-windows-support branch February 21, 2019 12:47
kasperisager added a commit that referenced this pull request Feb 22, 2019
* master: (22 commits)
  Welcome @singingknight as a collaborator
  Fix a typo
  Better windows support (#104)
  Moving format check from diagnose to prepare (#99)
  Ensure that .git folder is also ignored
  Build browser list
  Add type assertion for enzyme wrappers
  Upgrade packages and run Prettier
  Declare missing files
  Progress on `fulfills()` spec
  Add `subtract()` and `union()`
  Some alfa compatibility tests (#89)
  Implement `isExposed()` and refactor `isVisible()`
  Refactor `Option` type and associated functions
  Initial documentation of ACT types
  Update TypeScript
  Fixes #102: Make `Value` type default to `unknown`
  Better tracking of `Project` version
  Cache working directory and internalise properties
  Minor refactoring of `Project`
  ...
kasperisager added a commit that referenced this pull request Feb 23, 2019
* master:
  Welcome @singingknight as a collaborator
  Fix a typo
  Better windows support (#104)
  Moving format check from diagnose to prepare (#99)
  Ensure that .git folder is also ignored
  Build browser list
  Add type assertion for enzyme wrappers
  Upgrade packages and run Prettier
  Declare missing files
  Progress on `fulfills()` spec
  Add `subtract()` and `union()`
  Some alfa compatibility tests (#89)
  Implement `isExposed()` and refactor `isVisible()`
  Refactor `Option` type and associated functions
  Initial documentation of ACT types
  Update TypeScript
  Fixes #102: Make `Value` type default to `unknown`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants