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
The Automatic Component Toolkit is an open source project.
3
+
4
+
Contributions are welcome and we are looking for people that can improve existing language bindings or create new bindings or implementation stubs.
5
+
6
+
You can also contribute by reporting bugs in the [Issue tracker](https://git.autodesk.com/netfabb/AutomaticComponentToolkit/issues), helping review pull requests, participate in discussions about issues and more.
7
+
8
+
## Filing issues
9
+
1. When filing an issue to report errors or problems, make sure to answer these five questions:
10
+
1. Which version of ACT are you using?
11
+
Run <br/>`act.* -v`<br/> to print ACT's version.
12
+
2. Which operating system, programming language(s) and development tools (compiler/interpreter) are you using?
13
+
3. What did you do?
14
+
4. What did you expect to see?
15
+
5. What did you see instead?
16
+
17
+
2. When contributing to this repository, please first discuss the change you wish to make via issue with the [maintainers](#maintainers) of this repository. This way, we can ensure that there is no overlap between contributions or internal development work.
18
+
19
+
## Submitting a pull request
20
+
When ready to contribute, fork this repository and submit a pull request that references the issue it resolves. Be sure to include a clear and detailed description of the changes you've made so that we can verify them and eventually merge.
21
+
22
+
__NOTE___Before your code can be accepted into the project you must also sign the Contributor License Agreement (CLA). Please contact Martin Weismann [email protected] for a copy of the CLA._
23
+
24
+
25
+
## Maintainers
26
+
Maintainers are responsible for responding to pull requests and issues, as well as guiding the direction of the project.
If you've established yourself as an impactful contributor to the project, and are willing take on the extra work, we'd love to have your help maintaining it! Email the current maintainers for details.
Copy file name to clipboardexpand all lines: Documentation/IDL.md
+2
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,8 @@ For now, please look the up in the [ACT.xsd](../Source/ACT.xsd).
311
311
TODO: add all simple types here.
312
312
313
313
### 17.1 Type
314
+
ST_Type `string` denotes a null-terminated string. If a component requires arbitrary strings that can contain null-characters, on should use the type `basicarray` of class `uint8`.
0 commit comments